Docs
Configuration
AI Providers
Openai

OpenAI

To get your OpenAI API key, you need to:

.env
OPENAI_API_KEY=user_provided
  • You can determine which models you would like to have available with OPENAI_MODELS; otherwise, the models list fetched from OpenAI will be used
.env
OPENAI_MODELS=gpt-3.5-turbo-0125,gpt-3.5-turbo-0301,gpt-3.5-turbo,gpt-4,gpt-4-0613,gpt-4-vision-preview,gpt-3.5-turbo-0613,gpt-3.5-turbo-16k-0613,gpt-4-0125-preview,gpt-4-turbo-preview,gpt-4-1106-preview,gpt-3.5-turbo-1106,gpt-3.5-turbo-instruct,gpt-3.5-turbo-instruct-0914,gpt-3.5-turbo-16k

Notes:

  • Selecting a vision model for messages with attachments is not necessary as it will be switched behind the scenes for you. If you didn’t outright select a vision model, it will only be used for the vision request and you should still see the non-vision model you had selected after the request is successful
  • OpenAI Vision models allow for messages without attachments