Unable to add Anthropic (Claude models) from Azure in GitHub Copilot (Visual Studio) #188157
Unanswered
akilesh1102
asked this question in
Copilot Conversations
Replies: 1 comment 1 reply
-
|
It looks like the Unknown model error happens because GitHub Copilot no longer supports or routes requests to that specific Anthropic model right now. GitHub has been updating and deprecating older models in Copilot, and as of recent changes some Anthropic options can’t be used directly the way they were before. What you can try instead:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
Visual Studio
Body
Hey folks!
I've deployed claude-opus-4-6 model in Azure Foundry and added in GitHub copilot. While I'm trying to use, facing an "Unknown mode" error even though everything is accurate. I did the same for OpenAI model, and it worked. From the logs, I can see that it still uses OpenAI APIs and endpoints to make a request. Not sure whether this is a bug.
OUTPUT:
As you can see, while adding even though If I mention the anthropic endpoint, it still uses the OpenAI's one by default.
Kindly let me know if there are any other workaround to use models apart from OpenAI. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions