Uh oh!
There was an error while loading. Please reload this page.
fix(copilot): add gpt-5.3-codex fallback model - #13172
Conversation
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found. |
There was a problem hiding this comment.
Pull request overview
This PR adds a client-side fallback mechanism for the gpt-5.3-codex model in the GitHub Copilot plugin, ensuring the model is available even before the upstream models.dev catalog includes it. The implementation creates a fallback model by copying properties from existing Codex models (prioritizing gpt-5.2-codex, then 5.1-codex-max, 5.1-codex, and 5.1-codex-mini) and overriding key fields.
Changes:
- Added
ensureGpt53Codexfunction to inject gpt-5.3-codex model when missing from provider catalog - Integrated the fallback into the Copilot auth loader to ensure model availability
- Aligned release date with official model announcement (2026-02-05)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hyfdev
commented
Feb 12, 2026
anomalyco/models.dev#857 is merged. Guess we could just wait for its release. |
Summary
gpt-5.3-codexwhenmodels.devhas not rolled it out yetrelease_date/last_updated=2026-02-05)Upstream model catalog PR: anomalyco/models.dev#857
Closes#12954