Skip to content

Add support for GPT-5.5 in openai-codex provider (released 2026-04-23) #70834

Description

@cianbyrne1010

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions