Add OpenAI's GPT-5.3-Codex model support#11728
Merged
hannesrudolph merged 4 commits intoRooCodeInc:mainfrom Feb 24, 2026
Merged
Add OpenAI's GPT-5.3-Codex model support#11728hannesrudolph merged 4 commits intoRooCodeInc:mainfrom
hannesrudolph merged 4 commits intoRooCodeInc:mainfrom
Conversation
11c51fb to
fcb61c7
Compare
hannesrudolph
approved these changes
Feb 24, 2026
Collaborator
hannesrudolph
left a comment
There was a problem hiding this comment.
LGTM, changes are consistent with 5.2-codex pricing and structure.
hannesrudolph
approved these changes
Feb 24, 2026
Collaborator
hannesrudolph
left a comment
There was a problem hiding this comment.
Approved by Roo Ops on behalf of Hannes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds OpenAI Native provider support metadata for
gpt-5.3-codexand adds focused unit coverage for model resolution.What changed:
gpt-5.3-codextoopenAiNativeModelsinpackages/types/src/providers/openai.ts.maxTokens:128000contextWindow:400000apply_patchincluded,apply_diffandwrite_to_fileexcludedlow,medium,high,xhighwith defaultmedium24hretentionpriorityonly (input:3.5,output:28,cacheReads:0.35per unit)src/api/providers/__tests__/openai-native.spec.tsfor selectinggpt-5.3-codexviaOpenAiNativeHandler#getModel().maxTokensandcontextWindowsupportsReasoningEffortRationale:
gpt-5.3-codexis resolvable through existing OpenAI Native model-path logic and that metadata stays aligned with current model configuration.Test Procedure
Run:
pnpm --filter roo-cline exec vitest run api/providers/__tests__/openai-native.spec.tsResult:
Notes:
src/api/providers/__tests__/openai-native-usage.spec.tsto keep this PR scoped to native model registration + direct model lookup test coverage.Pre-Submission Checklist
Screenshots / Videos
Not applicable (no UI changes).
Documentation Updates
Interactively review PR in Roo Code Cloud