Some models not available in Copilot CLI with Pro #190617
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
You are not doing anything wrong — this is expected behavior. The key point is that model availability in Copilot CLI is not the same as in IDE integrations (like PyCharm or VS Code). Why you don’t see models like GPT-4o or Gemini FlashCopilot CLI only exposes a subset of models that are officially supported in the CLI environment. Even with a Copilot Pro subscription:
That’s why
Why settings to enable/disable models disappearedFor individual (non-organization) users:
What you can check
Important takeawayCopilot Pro gives you access entitlement, but not uniform model access across all tools. Different environments (CLI, JetBrains, VS Code) may expose different model sets at the same time. SuggestionIf consistent model access across tools is important, it would be worth requesting:
This seems more like a product limitation / rollout difference than a misconfiguration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
Copilot CLI version: 1.0.11
I have a GitHub Copilot Pro subscription. Some time ago, the possibility to enable/disable models via the Account > Copilot Settings page, have disappeared. Instead, documentation states that, if not member of an organization (and this is a private account and subscription), one does not have to hand-pick models. And yet, in my GitHub Copilot CLI, I only have the following models available:
Claude Sonnet 4.6
Claude Sonnet 4.5
Claude Haiku 4.5
Claude Opus 4.6
Claude Opus 4.5
Claude Sonnet 4
Gemini 3 Pro (Preview)
GPT-5.4
GPT-5.3-Codex
GPT-5.2-Codex
GPT-5.2
GPT-5.1-Codex-Max
GPT-5.1-Codex
GPT-5.1
GPT-5.4 mini
GPT-5.1-Codex-Mini (Preview)
GPT-5 mini
GPT-4.1
If I check for example in JetBrains PyCharm, I can see Grok, Gemini 3 Flash (preview) and GPT-4o, for example. But these don't show up in Copilot CLI. If I try explicitly switching to, say, /model GPT-4o, I get a "Model GPT-4o is unsupported." error message.
What am I doing wrong? What should I check/change?
Beta Was this translation helpful? Give feedback.
All reactions