OpenAI
Power AI features like chat, generation, and structured outputs.
Getting your API key
- Go to platform.openai.com/api-keys
- Click Create new secret key
- Copy the key and paste it into the modal
Advanced: default model
Expand Advanced options to pick a default model. gpt-5.4 is used if you leave it unset.
Available options: GPT-5.4, GPT-5.4 Pro, GPT-5.4 Mini, GPT-5.4 Nano, GPT-5.3 Codex, GPT-5.2.
Environment variables
OPENAI_API_KEY— your OpenAI API key, server-side onlyOPENAI_MODEL— the default model string (e.g.gpt-5.4)
Disconnecting
Click Disconnect on the card to remove both variables. Your OpenAI account is untouched.