# BYOK (External Provider) Still Consuming GitHub Copilot Premium Request Quota #197840
Replies: 4 comments 2 replies
-
|
💬 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.
-
|
I am seeing the same issue. I've been using Agent Debug Logs and a custom spreadsheet to calculate my copilot costs for sessions before the June 1st update. Now seeing that my BYOK session is also consuming AIC, i've done some calculations with my spreadsheet. For a single prompt: Meaning that this prompt's total cost was €1.62 instead of €1.19. Maybe these numbers are slightly wrong, i have only done a single test but even worse; |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I also encountered this issue last night. While using BYOK for assisted coding, I noticed that my quota was still being consumed. I realized it might be the runSubagent in the agent—when the sub-agent executes tasks, it calls the copilot's own model instead of the BYOK model. The solution is to uncheck "agent" in the configuration tool. 是的,我昨晚也遇到了这个问题,在我使用BYOK进行辅助编码时发现仍然在消耗我的额度,我意识到可能是agent中的runSubagent,在子智能体执行任务时,会调用copilot自身的模型,而不会调用BYOK模型,解决方法就是在配置工具中将“agent”取消勾选 |
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.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
VS Code
Body
Summary
When using a BYOK model via Sumopod (external provider like openrouter) in GitHub Copilot Chat (VS Code), GitHub Copilot premium requests are still being deducted from my monthly quota. This contradicts the documented behavior.
Expected Behavior
According to the official GitHub Changelog (November 20, 2025):
Source: https://github.blog/changelog/2025-11-20-enterprise-bring-your-own-key-byok-for-github-copilot-is-now-in-public-preview/
When sending a prompt through a BYOK model (OpenRouter), the expected outcome is:
Actual Behavior
Both are being deducted simultaneously:
Steps to Reproduce
Result: Both Sumopod credits and Copilot premium requests are consumed for the same request.
Environment
Evidence
Additional Notes
This issue may be related to the fact that VS Code occasionally falls back to a Copilot-hosted model without visible indication in the UI. However, in the cases I observed, the model selector clearly showed the OpenRouter model was active at the time of the request.
If BYOK requests are intentionally counted against Copilot quotas for certain plans (e.g. Pro vs Business), this should be clearly documented, as the current documentation does not make this distinction.
Any clarification on whether this is a known bug, a plan-specific limitation, or expected behavior would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions