Why aren't there any Claude models in my Copilot CLI? #190641
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaCopilot Coding Agent Body
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
💬 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.
-
|
Claude models in Copilot CLI are only available if your organization or account has them enabled. A few things to check:
If none of this helps, try using the VS Code Copilot Chat extension to verify Claude models work there first - that would confirm whether it's a CLI-specific issue or account-level. |
Beta Was this translation helpful? Give feedback.

Claude models in Copilot CLI are only available if your organization or account has them enabled. A few things to check:
Model policy - Go to GitHub Settings > Copilot > Policies (or your org admin settings). Under "Model selection", make sure Claude models are not blocked. Some orgs restrict to specific providers.
Region availability - Claude models in Copilot may not be available in all regions. If you're accessing through an org that has data residency requirements, Claude might be filtered out.
CLI version - You're on 1.0.11 which should support it, but try:
to see what models are actually available to your session.
Re-authenticate - Someti…