Claude Sonnet 4 Not Available in VS Code GitHub Copilot Despite Free Trial Access #168561
-
Select Topic AreaGeneral Copilot Feature AreaVS Code BodyI am currently using GitHub Copilot's free trial but cannot access Claude Sonnet 4 in VS Code, despite it being officially announced as available for Copilot users. I only see GPT-4o, GPT-4.1, and Claude 3.5 Sonnet in my model selector. When I click on model selector, then manage models, then anthropic, it asks me for an api key. I have the sonnet 4 enabled under "https://github.com/settings/copilot/features" and I am able to access that model in copilot chat but not in vs code. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
This is my entire issue with paying for AI today, we have no idea what is we get and what is we don't. This article clearly states that free users have access to all models: https://docs.github.com/en/billing/concepts/product-billing/github-models So you're just making crap up as you go and changing the rules as you want. Meanwhile, we're stuck trying to get onboarded because everything changes every month. I'm an IT engineer and have been working professionally in the industry for over 30 years. I love change, I really do but this isn't change, this is a complete refactoring of how we all do business. These shifting usage policies have made it extremely difficult to understand how to cost effectively use products like GitHub Copilot in an effort to learn this new tech. We have always had access to test and play with new tech to get used to it and figure out how to get it implemented, this is not like anything else we have done in the past 30 years. Give us access and we'll figure out how to get our companies to buy it but if you can't even show us how this works without knowing how much it will cost... I don't know how to make an informed decision about using your product so I can't recommend that our company uses it. That's my stance today and while I'll continue to use products like Phind and others, I'm less likely to use these copilot products. |
Beta Was this translation helpful? Give feedback.
It looks like you're seeing the core confusion here:
GitHub Copilot's free trial officially includes Claude Sonnet 4 access in Copilot Chat (browser/web).
However, the VS Code extension currently does not show Claude Sonnet 4 as an available inline completion model.
In VS Code, when trying to enable Sonnet 4 under Anthropic models, it asks for a separate API key, which is outside the Copilot plan.
You’ve confirmed your VS Code, Copilot extension versions are up to date and Sonnet 4 is enabled on GitHub settings.
Why does this happen?
GitHub’s current Copilot implementation distinguishes between:
Copilot Chat (in browser or GitHub.com UI):
Access to newest models like Claude Sonnet 4 is ge…