Copilot Pro+ account: Claude models advertised but not available via Copilot API (The requested model is not supported) #191013
Replies: 1 comment
-
|
💬 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.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
Hi GitHub team,
I’m on GitHub Copilot Pro+. According to the plans page:
https://docs.github.com/en/copilot/get-started/plans
Pro+ “includes … full access to all available models in Copilot Chat,” and the UI shows Claude as available for my account.
However, when I try to use Claude via the Copilot API (for example from OpenCode / other third‑party tools), I consistently get:
To verify what my token can really use, I called the Copilot models API directly with my current Copilot OAuth token:
GET https://api.githubcopilot.com/models
Authorization: Bearer <my_copilot_token>
The returned data[].id list includes GPT, Gemini and Grok models, for example:
But there is no claude-* entry at all in that API response (I explicitly grepped for claude and got zero matches).
So from my side it looks like:
I’ve seen similar reports in other projects:
Questions:
Right now, third‑party tools that rely on the Copilot API see Claude listed in some menus/configs, but any actual request to those Claude model IDs fails with The requested model is not supported, which is confusing given the Pro+ marketing and settings page.
Thanks for any clarification you can provide.
Beta Was this translation helpful? Give feedback.
All reactions