feat(github-copilot): add gpt-5.3-codex model#857
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Copilot model catalog entry for GPT-5.3-Codex, mirroring the existing gpt-5.2-codex capabilities/limits/cost metadata so downstream consumers can discover the new model via models.dev.
Changes:
- Add
providers/github-copilot/models/gpt-5.3-codex.tomlmodel definition. - Set
release_date/last_updatedto2026-02-09and keep limits/capabilities consistent withgpt-5.2-codex.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
When do these typically get merged/released? not complaining/rushing just want to understand cadence. |
|
Usually in a day or two. |
|
5.3 codex isn't generally available yet it seems? I cannot access it myself so If I test this it doesnt work |
|
Just got 5.3-codex on VSCode, and works. Seems like the rollout is happening, double check now @rekram1-node |
|
Something may be wrong, the model already works for me in VSCode and Zed, but not Opencode |
Similar here, model is working in VSCode but no in Opencode. |
|
@rekram1-node Its still not working |
|
ill just remove it, there is a reason I didn't merge this haha Dax merged it |
This reverts commit 27abb8a.
|
@rekram1-node Its being rolled out gradually by github, as of today im able to see it in my github settings and ive enabld it. Now the only thing blocking me from using it is not being able to see it appear in opencode. i think this should be remerged so the people its been rolled out to can begin using it? Or is there a workaround? The context window fyi is also 400k |
|
Even the people who could use it in vscode couldn't in opencode.. |
|
Since it's been removed from models.dev, is there a way that we can force OpenCode to display it so we can see if it works? I wasn't able to see it at all today despite it being in the GitHub settings but just recently got it enabled in the Copilot CLI (within the past hour). |
|
|
Hey folks! I've identified why gpt-5.3-codex works in VSCode but not OpenCode. Root cause: Two issues in OpenCode:
Fix PR: anomalyco/opencode#13485 Workaround until merged: Add to your {
"plugin": ["opencode-copilot-auth@latest"],
"provider": {
"github-copilot": {
"models": {
"gpt-5.3-codex": {
"modalities": {
"input": ["text", "image"],
"output": ["text"]
}
}
}
}
}
}The external plugin uses the correct GitHub App client ID that supports token exchange for advanced models.
|
|
Um no the oauth id is very much correct. We have our own github app and the copilot team specifically asked us NOT to use their oauth id. So that is incorrect. |
|
@rekram1-node you're right about the OAuth id.. my mistake on that |
It's permission gated for a reason, they'll maybe add opencode to it soon. I wouldn't advise using that oauth plugin (assuming you mean the old one with the old id), they issued the new opencode one for a reason, they can and will ban for the old one. |
|
it ahould be available this week possibly we dont have a clear eta on it we just know github is rolling it out slowly |







Summary
providers/github-copilot/models/gpt-5.3-codex.tomlgpt-5.2-codexCopilot entryrelease_date/last_updatedset to2026-02-05(model release date)2026-02-09) is channel availability, not model release metadataknowledge = 2025-08-31andlimit = 272k/128k, consistent with existing OpenAI/Copilot GPT-5.2+ codex entriesValidation
bun validateContext
models.dev[FEATURE]: 5.3 Codex for Github Copilot provider opencode#12954