"The requested model is not supported." while using gemini3pro in Github Copilot
Question
I'm using GitHub Copilot Business with all models enabled by admin.
I've successfully configured the connection via opencode auth login and can use models like sonnet 4.5, gpt 5.2, and gemini 3 flash without issues.
However, when using gemini3pro, I get the following error:
The requested model is not supported.
Make sure the model is enabled in your copilot settings: https://github.com/settings/copilot/features
Is there something I'm missing or doing incorrectly?
This issue might be a duplicate of existing issues. Please check:
- #8598: Copilot requested model not supported - Similar error where models enabled in GitHub Copilot settings show as unsupported in OpenCode
- #8417: Gemini Bad Request with Github Copilot - Related issue with Gemini models failing when using GitHub Copilot authentication
Feel free to ignore if none of these address your specific case.
# Win10
PS > opencode --version
1.1.23
And it is enabled to confirm?
Any chance it wasnt, no is, and you are still getting issue (cause it could be stale cache)
And it is enabled to confirm?
Any chance it wasnt, no is, and you are still getting issue (cause it could be stale cache)
It's confirmed. It shouldn't be a stale cache issue because I literally just installed opencode and set up Copilot auth 30 minutes ago on this machine. Also, referring to issue #8598, it looks like gemini3pro still has this problem. It seems I'm not an isolated case.
Same issue here, and Gemini 3 Pro is enable since it came out on Github Copilot.
Same issue here. As a side note, copilot with gemini 3 pro through VS Code works normally.
Same here with version 1.1.23, NPM install and running linux.
Gemini 3 pro works just fine with copilot-cli
Same issue.
I had the same issue. What worked for me was reinstalling OpenCode, and then it worked fine.
I had to reauthenticate. But not just do /connect and connect again. But completely do a logout in opencode and then log back in and these models started working again.
Same issue. I've already tried logging out and reinstalling, but it still doesn't work.
same issue here as well
- on latest opencode version
- tried re-authing with copilot
Talking to copilot team
Same issue
same problem with
- GPT-5-Codex
- GPT-5.2-Codex
- and I guess everything else from the list of top models
and yes, "Gemini 3 Flash" is working 🤷
Was experiencing this earlier but it was fixed when #8598 was closed.
However, it is happening again with GPT-5.2-Codex. Running OpenCode 1.1.25
They said these should be fixed now... I can't replicate the codex issue :/
Hi @MrZander, can you try logging out of the GitHub Copilot plugin and logging back in? I think you have the older auth token cached and that's causing issues.
@brannon Re-authing with GitHub appears to have fixed it. Thank you!