Models visible in VS Code Copilot picker but return "model_not_supported" (400) when used #192792
Replies: 3 comments 1 reply
This comment was marked as low quality.
This comment was marked as low quality.
|
i have enterprise plan and models are enabled, in github.com i can use opus model in copilot agent, but i select claude agent, it returns model_not_supported . |
0 replies
|
This is not an issue because it happened during Github Copilot maintenance. |
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.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
VS Code
Body
Description
Several models appear in the VS Code Copilot Chat model picker dropdown, but selecting and using any of them results in a 400 error:
{"error":{"message":"The requested model is not supported.","code":"model_not_supported","param":"model","type":"invalid_request_error"}}
This happens both in VS Code's native Copilot Chat and via third-party tools using the GitHub Copilot API.
Affected models:
Models that work without issues:
Steps to reproduce:
Error details (Claude Haiku 4.5 example):
Environment:
Questions for the community:
Any insight would be appreciated. Thanks!
All reactions