GitHub tightens Copilot billing
- GitHub said Copilot will switch all plans to usage-based billing on June 1, 2026, replacing premium requests with token-priced AI Credits. - Existing annual Pro and Pro+ subscribers can stay on request billing, but GitHub will raise model multipliers there after June 1. - The shift matters because agentic workflows and AI code review are turning Copilot from a flat-seat perk into a metered infrastructure cost.
GitHub Copilot is turning into a utility bill. That’s the real story here. For years, Copilot mostly felt like a fixed-price developer perk — pay for the seat, use the assistant. Now GitHub is making the meter much more visible. Starting June 1, 2026, Copilot moves to usage-based billing across plans, with AI Credits tied to token consumption instead of simple “premium request” buckets. (github.blog) ### What actually changed? GitHub said all Copilot plans will transition to usage-based billing on June 1, 2026. The unit that matters now is GitHub AI Credits. Those credits get consumed by the tokens a model uses — input, output, and cached context — and different models burn through them at different rates. (github. ([github.blog) are annual subscribers getting special attention? Because GitHub is also preserving a kind of bridge plan. If you already have Copilot Pro or Pro+ on an existing annual plan, you can remain on request-based billing for now. But GitHub says the model multipliers on those annual plans will change after June 1, 202(github.blog)ub even flags GPT-5.5 as being offered at a promotional 7.5x multiplier, which tells you how explicitly model choice is now tied to spend. (docs.github.com) ### Why does token billing matter so much? Because requests were easy to reason about and tokens are not. A request sounds like one action. But a token bill depends on prompt size, output length, cached context, tool calls, and which model handled the work. Basically, the cost of “help me with this pull request” can vary a lot depending on how much context the agent drags in and how long it keeps talking. (github.blog) ### Where do costs start to run away? In agentic workflows. GitHub’s own engineering blog spelled this out pretty bluntly: workflows that run on every pull request can quietly pile up large API bills. Earlier guidance on GitHub Agentic Workflows said a default run typically incurred two premium requests — one for the ag(github.blog)ve to prompt design and model selection. (github.blog) ### Is this just a pricing story? Not really — it’s also an operations story. GitHub said Copilot code review has processed more than 60 million reviews, and more than 12,000 organizations now run it automatically on every pull request. A newer GitHub post says one in five reviews is now agent-related. So the issue(github.blog)we signing up for?” (github.blog) ### Why does review capacity become the bottleneck? Because agent-written code can increase output faster than teams can safely inspect it. GitHub’s review guidance is basically a warning that clean diffs and passing tests are not enough. Reviewers have to look for hidden technical debt, weak assumptions, and changes that ar(github.blog)ssistant is useful. (github.blog) ### So what should platform teams take from this? Treat Copilot less like SaaS seating and more like cloud usage. Put budgets around model choice. Measure which workflows fire automatically. Watch token-heavy jobs, especially on every-PR automation. And decide where premium models actually earn their keep, instead of letting defaults decide for you. (github.blog) ### Bottom line? GitHub didn’t just tweak a price sheet. It made AI assistance legible as infrastructure consumption — and once that happens, finance, platform engineering, and code review policy all get pulled into the same conversation. (docs.github.com)