open_ai_api_key lets the Agent use all of these capabilities.
Text Chat
Image Understanding
OpenAI models likegpt-5.5, gpt-5.4, gpt-4o, and gpt-4.1 natively support vision. Once open_ai_api_key is configured, the Agent’s Vision tool automatically uses the main model to recognize images. If the main model does not support vision or you want to specify it explicitly, set it in the configuration file:
gpt-5.5, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano, gpt-5, gpt-4.1, gpt-4.1-mini, gpt-4o.
Image Generation
Specify the image generation model in the configuration file; the Agent automatically routes image generation skill calls to OpenAI:gpt-image-2, gpt-image-1.
Speech-to-Text (ASR)
Credentials are automatically reused from
open_ai_api_key.
Text-to-Speech (TTS)
Embedding
text-embedding-3-small, text-embedding-3-large, text-embedding-ada-002. After changing the embedding, run /memory rebuild-index to rebuild the index.