Claude is not showing as an available model in VS Code #168289
-
Select Topic AreaQuestion Copilot Feature AreaCopilot in GitHub BodyDescription: taken: Verified I’m using the latest version of the Copilot Chat extension. System details: VS Code version: 1.102.3 Expected behavior: |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 23 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Sounds like you've already taken the right steps. Just a heads-up: Claude models currently aren't available in the VS Code Copilot Chat extension, even if they're enabled in your GitHub account settings. As of now, Claude is only supported in Copilot Chat on the web (copilot.github.com). Hopefully, GitHub adds VS Code support for Claude soon! |
Beta Was this translation helpful? Give feedback.
-
|
Since yesterday, my Claude 3.5, 3.7, and 4 models have not been working. Whenever I enter a prompt, it just keeps showing the loading sign and doesn’t return any result. I don’t think any issues have been officially reported so far. Even I'm a paid member. |
Beta Was this translation helpful? Give feedback.
-
|
Hey! Claude isn’t currently available in the Copilot Chat extension for VS Code, even if it's enabled in your GitHub settings. Right now, only selected models like GPT-4.1, GPT-4o, and Gemini are supported. GitHub may add Claude support in future updates, but it’s not live yet. You're not missing anything on your end! |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! This is a common confusion point that many developers encounter. Let me help clarify what's happening. The Key Distinction: GitHub Copilot vs. GitHub Copilot Chat GPT-4.1, GPT-4o Gemini 2.0 Flash, Gemini 2.5 Pro o3-mini, o4-mini Why This Happens What You Can Do Navigate to any repository on GitHub.com Use Copilot Chat directly in the web interface where Claude will be available Option 2: Stick with Current VS Code Models The available models in VS Code are excellent alternatives GPT-4o and Gemini 2.5 Pro are particularly capable for coding tasks Option 3: Request Feature Enhancement You can provide feedback to GitHub requesting Claude integration in VS Code Visit GitHub's feedback forums or contact support to voice this feature request Quick Verification Go to GitHub.com and open any repository Press ? to open the command palette Search for "Copilot Chat" You should see Claude models available there This isn't a bug or account issue—it's just how GitHub has currently structured their model availability across different platforms. The VS Code extension will likely expand its model options over time as GitHub continues to develop the integration. Hope this clears things up! The models available in VS Code are still very powerful for development work, but I understand wanting to use Claude specifically. |
Beta Was this translation helpful? Give feedback.
-
|
Correct me if I'm wrong, but I'm pretty sure that Claude is recently available in VS Code Copilot chat extension, including:
If You Still Don't See Claude, maybe try the following:
ResourcesClaude Opus 4.1 in GitHub Copilot - September 23, 2025 |
Beta Was this translation helpful? Give feedback.
-
|
Ok... Finally got it working here! It's just bad UI/UX... When you click on Manage Models, they present a list of AI company names, and your instinct when you want to enable let's say Claude 4, is to click Anthropic... BUT... There is in that list the option "Copilot". If you click that it will let you choose from the available models to show in chat. Just leave what you want selected and then press ok! That's it! Good coding! |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, I was facing the same issue where Claude models were not showing in VS Code even though they were enabled in my GitHub Copilot settings. After checking the discussion, I tried going to Manage Models → Copilot and selected the available models from there. Restarting VS Code also helped refresh the model list. Now the models are visible in Copilot Chat. Thanks for the clarification and solution! |
Beta Was this translation helpful? Give feedback.
-
|
Even if Claude (Sonnet 3.5 / 3.7 / 4) is enabled in your Copilot settings on GitHub, VS Code only shows models that are currently supported by the Copilot Chat extension and backend routing. Claude models come from Anthropic, and GitHub enables them gradually. So three things must all be true for them to appear: 1️⃣ Claude enabled in GitHub account settings If any one of these fails, Claude disappears from the model picker. 2. Why the Website Shows Claude but VS Code Doesn'tThis is currently the most common confusion. The Copilot settings page may show:
But that only means they are enabled for your account, not that every Copilot client supports them yet. Different Copilot clients support different models:
Platform | Model Availability
-- | --
GitHub Web Chat | Full model list
VS Code | Limited models
JetBrains | Limited models
So the model may work on the GitHub website but not inside VS Code. 3. Models Currently Visible in VS Code (Your Case)You reported seeing:
These come from:
GitHub currently prioritizes these models for Copilot Chat in VS Code. 4. Another Possible Cause: Copilot Chat Extension CachingSometimes the Copilot extension caches the model list and never refreshes it. Force refresh the modelsOpen Command Palette
Run these commands one by one:
then
then
Restart VS Code and sign in again. 5. Check If Claude Works on GitHub WebsiteGo to:
Open Copilot Chat on the website. If Claude appears there, the problem is VS Code client-side, not your account. 6. Another Known Issue: Feature RolloutGitHub frequently does staged rollouts. That means:
Even with Copilot Pro. This depends on:
7. One Advanced Fix (Works Sometimes)Inside VS Code settings search:
If you see Model Provider Settings, enable:
Then restart VS Code. 8. If the Problem Still ExistsThe issue is most likely on GitHub's backend, not your system. In that case, your report is correct and should be submitted to: GitHub Copilot Issues Include:
9. Important NoteClaude models inside Copilot come from Anthropic, but GitHub must route requests through their own infrastructure. Sometimes GitHub temporarily disables a model in certain clients like Visual Studio Code while they test stability. |
Beta Was this translation helpful? Give feedback.
-
|
If you're like me on Student plan, they've decided to pull the plug to give us access to Claude Opus and other latest models. So that would explain why you're seeing the older models or none at all. |
Beta Was this translation helpful? Give feedback.
-
|
https://docs.github.com/en/copilot/get-started/plans#models "As part of this transition, however, some premium models, including GPT-5.4, and Claude Opus and Sonnet models, will no longer be available for self-selection under the GitHub Copilot Student Plan" |
Beta Was this translation helpful? Give feedback.
-
u can switch to claude models by just clicking on the local btn and swich it to claude |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing the solution about checking the models through “Manage Models”. Another thing that sometimes helps is refreshing the Copilot session in VS Code or signing out and back into the GitHub account used by the Copilot extension. In some cases the model list updates only after the extension reconnects with the account permissions. Good to know the Manage Models option can reveal the missing providers as well. |
Beta Was this translation helpful? Give feedback.











Ok... Finally got it working here! It's just bad UI/UX... When you click on Manage Models, they present a list of AI company names, and your instinct when you want to enable let's say Claude 4, is to click Anthropic... BUT... There is in that list the option "Copilot". If you click that it will let you choose from the available models to show in chat. Just leave what you want selected and then press ok! That's it!
Good coding!