OpenAI
export LLM_PROVIDER=openaiexport OPENAI_API_KEY=sk-...Configuration
Section titled “Configuration”| Variable | Default | Description |
|---|---|---|
OPENAI_API_KEY | — | Your OpenAI API key |
LLM_MODEL | gpt-4o | Override the default model |
Available models
Section titled “Available models”Any OpenAI model ID works. Common options:
gpt-4o(default) — best balance of quality and speedgpt-4o-mini— faster and cheapero1— advanced reasoning
Get an API key
Section titled “Get an API key”- Go to platform.openai.com
- Create an account or sign in
- Navigate to API Keys
- Create a new key