Copilot Chat throwing 403 #180505
Replies: 3 comments
-
|
💬 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.
-
|
It looks like the extension is not able to fetch the model list from CAPI, which is why the picker shows empty. A 403 from the model endpoint usually means the client is not fully authenticated, even if the UI shows Copilot access. Here are a few things that normally fix this:
In VS Code:
GitHub Copilot GitHub Copilot Chat
macOS: ~/Library/Application Support/GitHub Copilot Windows: %AppData%\GitHub Copilot Linux: ~/.config/GitHub Copilot
If the issue continues, the 403 logs suggest your token may not have model access yet — in that case GitHub Support may need to refresh your Copilot entitlement on the backend. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
VS Code
Body
Copilot in VSCode throwing 403 error in output as it is showing empty list in Model picker
2025-11-26 13:20:22.234 [info] [certificates] Removed 3 expired certificates
2025-11-26 13:20:23.033 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:20:23.192 [error] [default] Failed to fetch models from CAPI { status: 403, statusText: '' }
2025-11-26 13:20:23.357 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:25:58.026 [info] [certificates] Removed 3 expired certificates
2025-11-26 13:25:59.075 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:25:59.243 [error] [default] Failed to fetch models from CAPI { status: 403, statusText: '' }
2025-11-26 13:25:59.264 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:26:24.697 [info] [certificates] Removed 3 expired certificates
202
5-11-26 13:26:25.526 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:26:25.671 [error] [default] Failed to fetch models from CAPI { status: 403, statusText: '' }
2025-11-26 13:26:25.707 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:27:42.487 [info] [certificates] Removed 3 expired certificates
2025-11-26 13:27:43.508 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:27:43.659 [error] [default] Failed to fetch models from CAPI { status: 403, statusText: '' }
2025-11-26 13:27:44.481 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:31:51.361 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:31:51.363 [info] [fetcher] Using Helix fetcher.
2025-11-26 13:31:51.519 [error] [default] Failed to fetch models from CAPI { status: 403, statusText: '' }
My account has access to Copilot chat, I have verified it and also copilot extension shows that I do have access

VSCode Extension Information:
Github Copilot: v1.388.0
Github Copilot Chat: v0.33.3
Beta Was this translation helpful? Give feedback.
All reactions