Where can I enable and disable model as an individual? #187051
Replies: 3 comments 2 replies
|
From what I can tell, GitHub has been shifting how Copilot models are exposed in the settings. The manual toggles for specific models (like Opus or Codex versions) don’t seem to be available anymore in the UI. If people are reporting access to something like gpt-5.3-codex, it’s likely either: A staged rollout (not available to all accounts yet), An enterprise-level feature flag, or Accessed through OpenAI Codex integration in VS Code rather than standard Copilot settings. It doesn’t look like individual model selection is user-controlled at the moment. GitHub may be auto-assigning models based on plan tier or internal routing. Would be helpful if GitHub clarified whether model selection is deprecated or just moved. |
|
I’ve noticed the same thing and it seems this is an intentional change in how Copilot manages models for individual users. For many accounts, the explicit per‑model switches (like manually choosing opus 4.5 or disabling codex‑5.1) have been removed from the UI. Instead, Copilot now appears to auto‑select models based on feature and context (code completion, chat, agents, etc.), so the user-facing controls are more about turning features on/off rather than picking specific models. This also matches what others reported about not seeing options like gpt-5.3-code directly anymore. Right now, as an individual, you can mainly manage Copilot from Settings → Copilot (and from your editor extensions), but there doesn’t seem to be a granular “model picker” for each feature like before. If you need precise model control for policy or reproducibility reasons, it might be worth opening a dedicated feedback ticket or checking with GitHub Support to see whether there’s an org/enterprise‑level setting or roadmap item around per‑model selection |
|
So… where can you actually enable or disable Copilot models as an individual?
|
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Question
Copilot Feature Area
General
Body
I used to be able to enable e.g. opus 4.5 or disable e.g. codex-5.1.
Now I can't find that anymore.
People are reporting that gpt-5.3-codex is live, but it's not in the list.
So idk what's happening.
I'm thinking maybe it's not enabled, or they're using openai codex in vsc
All reactions