Summary
GPT-5.5 was released today (April 23, 2026) and is available on ChatGPT and Codex for all paid subscribers. However, the openai-codex provider in OpenClaw does not recognize gpt-5.5 as a valid model.
Current Behavior
- Setting
openai-codex/gpt-5.5 as primary model results in: Unknown model: openai-codex/gpt-5.5
- Gateway startup warmup fails with the same error
- Sessions fall back to the next available model in the fallback chain
Expected Behavior
openai-codex/gpt-5.5 should be recognized and routed to the Codex/ChatGPT OAuth provider, just like gpt-5.4 and gpt-5.4-pro are today.
References
Environment
- OpenClaw version: 2026.4.22
- Provider:
openai-codex (OAuth mode)
- Auth profile: ChatGPT Pro subscription
Logs
startup model warmup failed for openai-codex/gpt-5.5: Error: Unknown model: openai-codex/gpt-5.5
FailoverError: Unknown model: openai-codex/gpt-5.5
Summary
GPT-5.5 was released today (April 23, 2026) and is available on ChatGPT and Codex for all paid subscribers. However, the
openai-codexprovider in OpenClaw does not recognizegpt-5.5as a valid model.Current Behavior
openai-codex/gpt-5.5as primary model results in:Unknown model: openai-codex/gpt-5.5Expected Behavior
openai-codex/gpt-5.5should be recognized and routed to the Codex/ChatGPT OAuth provider, just likegpt-5.4andgpt-5.4-proare today.References
Environment
openai-codex(OAuth mode)Logs