Copilot usage-based billing: No spending cap, no cost alerts, $549 bill on Free plan — individual power users need sustainable pricing #207246
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. ⭐ |
|
UPDATE (September 9, 2026): After correspondence with GitHub Support,
I apologize for the inaccuracies in my original post and appreciate |
|
Thank you for raising this detailed feedback, @lhfei. You have highlighted a critical gap in the current billing model for individual power users—especially regarding agentic mode, which silently inflates token consumption due to multi-turn context loops and tool-use retries. While the GitHub Copilot Product and Pricing teams evaluate feature requests like hard spending limits and budget alerts, here are immediate mitigation steps and technical strategies to protect against unexpected usage-based charges:
Disable Copilot Agent Mode in IDE Settings: Agent mode consumes up to 10x–20x more tokens than standard inline autocomplete because it repeatedly sends entire project trees, terminal outputs, and intermediate planning steps to the model. Switch back to standard completion or basic chat while usage-based tracking is active. Manage Model Selection: In VS Code / JetBrains, explicitly select smaller base models (e.g., standard Claude Sonnet or GPT-4o mini variants) rather than deep reasoning / high-tier extended-thinking models that charge significantly higher per-token input/output rates.
Switch to Open-Source / Local Extensions: Extensions like Continue.dev allow you to plug in your own API keys (where hard spending limits can be set via OpenAI / Anthropic / OpenRouter dashboards) or route directly to local LLMs via LM Studio / Ollama for $0 per token. Proactive Context Management: Avoid leaving large multi-file contexts or massive terminal outputs open in agent sessions, as every subsequent prompt re-sends the entire history payload back to the billing endpoint. Your structured feedback regarding hard spending caps, 50%/75%/90% threshold notifications, and dedicated power-user tiers is vital for the platform's individual developer ecosystem. Upvoted for visibility! |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
Copilot Usage-Based Billing: Unsustainable Costs for Individual Power Users
Submitted by: Hefei Li (@lhfei)
Date: September 9, 2026
Current Plan: Copilot Free ($0/mo)
Related Support Ticket: #4667814
My Experience
I am a long-time GitHub user and individual developer on the Copilot Free plan ($0/mo). After the June 1, 2026 transition to usage-based billing, my August 2026 bill reached $548.99 — over 5x the price of Copilot Max ($100/mo), the highest individual tier available.
This charge was incurred through normal, good-faith software development work (code completion, chat, and agent mode) during regular working hours. I did not exploit any loophole, run automated scripts, or abuse the system in any way. I was simply using Copilot as intended.
I had no prior warning that the Free plan carries zero spending cap and zero included AI credits. Every single interaction was billed at full per-token rate with no upper limit. I was completely unaware that normal daily usage could accumulate to nearly $550 in a single billing cycle.
I have since stopped all Copilot usage (September 2026 usage is effectively $0) because the cost is prohibitive.
The Core Problem
The current pricing model has a fundamental structural flaw for individual developers:
NO SPENDING CAP — There is no mechanism to set a monthly maximum spend. A Free plan user can be billed unlimited amounts without any safeguard.
NO INCLUDED CREDITS ON FREE PLAN — Unlike Pro ($10/mo includes some credits) or Max ($100/mo includes 20,000 credits), the Free plan provides zero buffer. Every token is billed from dollar one.
NO HIGH-TIER INDIVIDUAL PLAN — Copilot Max at $100/mo is the ceiling. For power users whose usage exceeds this, there is no path forward — no committed-use discounts, no bulk credit packages, no custom pricing.
INSUFFICIENT TRANSITION COMMUNICATION — The April 28, 2026 announcement explained the billing change but did not adequately warn Free plan users about the specific risk of uncapped overage exposure.
COST DISPROPORTION — At ~$0.01/AI credit, heavy daily usage with agent mode and premium models quickly generates bills that exceed what most individual developers can justify — with no predictability or control.
What I Am Requesting
MONTHLY SPENDING CAP — Allow all users (especially Free plan) to set a hard monthly spending limit. Once reached, Copilot should gracefully pause until the next cycle.
USAGE ALERTS / THRESHOLD NOTIFICATIONS — Send email or in-app alerts when usage reaches 50%, 75%, and 90% of a user-defined budget.
HIGHER-TIER INDIVIDUAL PLAN — Introduce a plan above Copilot Max (e.g., "Copilot Ultra" at $200–300/mo) with proportionally more included credits for individual power users.
COMMITTED-USE DISCOUNTS OR BULK CREDIT PACKAGES — Allow individual developers to pre-purchase AI credits at a discount (similar to AWS Reserved Instances).
ONE-TIME WAIVER FOR FIRST-CYCLE OVERAGE — For users whose first billing cycle under the new model produced unexpectedly high charges, offer a one-time courtesy waiver or reduction.
REAL-TIME COST ESTIMATOR IN IDE — Show running cost of the current session so developers can see expenses before they become a bill.
Why This Matters Beyond Me
I am not an isolated case. Based on community reports since June 2026:
If GitHub does not address these concerns, individual developers — the backbone of the GitHub ecosystem — will migrate to alternatives (Cursor, Claude Code, Continue + local models, Amazon Q Developer) that offer better cost predictability.
Closing
I have been a loyal GitHub user for years. I do not want to leave. But I cannot use a tool that exposes me to uncapped financial risk with no controls, no alerts, and no affordable tier for my usage level.
Please escalate this feedback to the Copilot Product and Pricing team. These are not edge cases — they are systemic issues affecting a growing number of individual developers.
Thank you for reading.
— Hefei Li (@lhfei), September 9, 2026``
All reactions