Skip to content

feat(openai-codex): add GPT-5.5 model#12170

Merged
hannesrudolph merged 1 commit intoRooCodeInc:mainfrom
hannesrudolph:feat/openai-codex-gpt-5-5
Apr 23, 2026
Merged

feat(openai-codex): add GPT-5.5 model#12170
hannesrudolph merged 1 commit intoRooCodeInc:mainfrom
hannesrudolph:feat/openai-codex-gpt-5-5

Conversation

@hannesrudolph
Copy link
Copy Markdown
Collaborator

@hannesrudolph hannesrudolph commented Apr 23, 2026

Summary

Adds the newly released GPT-5.5 model to the OpenAI Codex provider. GPT-5.5 is OpenAI's latest flagship model available via ChatGPT subscription and supersedes GPT-5.4 as the most capable option.

Changes

  • Added gpt-5.5 entry to openAiCodexModels with:
    • 128k max output tokens
    • 1,050,000 context window
    • apply_patch tool support
    • Image input support
    • Prompt caching support
    • Reasoning effort levels: none, low, medium, high, xhigh
    • Verbosity support
  • Updated the gpt-5.4 description to reflect that it is no longer the most capable model in the lineup.

Testing

  • pnpm lint and pnpm check-types pass across all affected packages.
  • No behavioral changes to existing models \u2014 the addition is additive and the GPT-5.4 change is description-only.

Interactively review PR in Roo Code Cloud

Adds the newly released GPT-5.5 model to the OpenAI Codex provider as the new flagship option, and updates the GPT-5.4 description to reflect it is no longer the most capable model.
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. Enhancement New feature or request labels Apr 23, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 23, 2026
@hannesrudolph hannesrudolph merged commit 142f3fb into RooCodeInc:main Apr 23, 2026
18 checks passed
@github-project-automation github-project-automation Bot moved this from New to Done in Roo Code Roadmap Apr 23, 2026
@hannesrudolph hannesrudolph mentioned this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants