OpenAI
WednesdayAI supports OpenAI’s GPT and Codex model families. Authenticate with an API key, or with OAuth for Codex subscribers.API key
Create a key at platform.openai.com and onboard:OPENAI_API_KEYS, OPENAI_API_KEY_1, OPENAI_API_KEY_2, and the single-override OPENCLAW_LIVE_OPENAI_KEY) are also honoured — see Authentication.
Codex subscription (OAuth)
OpenAI Codex OAuth is explicitly supported for external tools like WednesdayAI:Selecting a model
openai-codex/ prefix, e.g. openai-codex/gpt-5.3-codex. Run openclaw models list --all to see the full catalog, or openclaw models status for what your auth can reach.
Transport
The default transport isauto (WebSocket-first, with SSE fallback). Override per model:
params.openaiWsWarmup.
Troubleshooting
401 Unauthorized
401 Unauthorized
429 Rate limited
429 Rate limited
You hit your tier limits. Add rotation keys via
OPENAI_API_KEYS or upgrade your plan.Codex OAuth session expired
Codex OAuth session expired
Re-run
openclaw models auth login --provider openai-codex.Model not available on this key
Model not available on this key
Some models require specific access tiers. Check your access at platform.openai.com/limits.