GitHub Copilot Student: Only “Auto” Model Appears in VS Code After Kilo Code Installation #206070
Unanswered
Ktripathi2611
asked this question in
Copilot Conversations
Replies: 2 comments 1 reply
|
Github removed model selection. |
0 replies
|
I have a Pro subscription (not a student plan). I don’t have Kilo Code installed either, but I’m having the same issue — I can’t choose a model (only auto). |
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
Copilot in GitHub
Body
VS Code Copilot Student Models Disappeared After Installing Kilo Code — Need Help Diagnosing
Hi everyone, I’m trying to figure out what happened to my GitHub Copilot Student model access in VS Code.
My original setup
I have the GitHub Student Developer Pack and was using GitHub Copilot in VS Code. Previously, I could see multiple AI models in the VS Code model picker.
I was also experimenting with Kilo Code and configured it with OpenRouter to use models through VS Code.
After installing/configuring Kilo Code, my previous model setup disappeared.
What happened
After the Kilo Code setup, the VS Code model picker changed. Instead of the models I previously had, I started seeing something like:
I then completely removed Kilo Code, but the models did not come back.
I also tried looking at my VS Code Settings Sync history because Sync was enabled.
I found multiple synced machines:
I checked the remote Sync activity and found many changes around the time of the problem, including:
I also considered switching back to an older synced machine/configuration, including one from about a month ago, but that did not solve the issue.
What I checked
My GitHub account in VS Code is:
This is the same GitHub account associated with my Student Developer Pack.
GitHub's website also shows that the relevant Copilot features are enabled, including:
The GitHub Copilot Chat extension is installed and enabled in VS Code.
I checked
settings.jsonThere doesn't appear to be an obvious Copilot-disable setting or OpenRouter configuration in my normal
settings.json.The relevant AI settings I have are things such as:
Nothing obviously disables Copilot.
The strange part
When I open:
VS Code → Language Models
the only model actually listed is:
There are no individual GitHub Copilot models listed there.
I also checked:
Manage Language Model Access
and initially saw:
I then checked the Copilot logs
The logs show that Copilot is actually authenticating successfully.
For example:
The logs also show:
Interestingly, VS Code reports that the following BYOK providers are registered:
So OpenRouter itself hasn't completely disappeared from the VS Code BYOK system.
There was also a temporary GitHub login failure:
but about 10 seconds later:
So authentication appears to recover successfully.
Current situation
As far as I can tell:
My main question is:
Why are the individual GitHub Copilot models no longer appearing in VS Code's Language Models list even though my Student Copilot entitlement, authentication, and Copilot extension are working?
I am not interested in restoring OpenRouter at this point. I specifically want to understand and restore the GitHub Copilot models that I previously had available in VS Code.
Could this have been caused by Kilo Code changing VS Code's model-provider/extension state, or is this simply a change/restriction with the current Copilot Student plan?
Any help identifying the actual root cause would be appreciated.


All reactions