Hey @sleek oxide — I’m trying to figure out whether this is expected behavior or a bug / rollout issue.
Setup:
- OpenClaw version: 2026.4.23
- Auth route:
openai-codex:defaultusing OAuth / ChatGPT account auth - Account: ChatGPT Pro ($200 plan)
- Provider path:
openai-codex/*models, not raw OpenAI API key auth
What works:
openai-codex/gpt-5.5works now- I can start runs with it successfully
What fails:
openai-codex/gpt-5.5-prois visible in the model picker / catalog- but actual runs fail immediately with this exact provider error:
The 'gpt-5.5-pro' model is not supported when using Codex with a ChatGPT account.
Important detail:
- this is no longer an old-version issue; I already updated from 2026.4.14 to 2026.4.23
- GPT-5.5 started working after the update
- GPT-5.5 Pro is still failing with the message above
My question:
- Is
openai-codex/gpt-5.5-prosupposed to work through OpenClaw’s Codex OAuth route for a ChatGPT Pro account? - Or is Pro currently unsupported / not rolled out yet on the Codex OAuth path even if the model shows up?
- If it is supposed to work, is there a known OpenClaw-side workaround / refresh / auth rebind step, or is this clearly upstream entitlement mismatch?
If helpful, I can also share the exact OpenClaw config/provider block and reproduction steps.