GitHub Copilot's New Billing Model: What Developers Need to Know
GitHub flipped the switch on usage-based billing for Copilot on June 1, 2026. Some developers could see costs jump 10x or more. Here's what changed, what's still free, and what alternatives exist.
If you use GitHub Copilot, your bill just changed dramatically. On June 1, 2026, GitHub flipped the switch on a new usage-based billing model that replaces the old premium request system with something called "GitHub AI Credits." For some developers, this could mean costs jumping from 9 a month to over (. For others, it'll barely register. Here's what you need to know.
Why GitHub Changed the Model
GitHub's argument is straightforward: Copilot isn't the same product it was a year ago. What started as a simple autocomplete tool has evolved into an "agentic platform" capable of running long, multi-step coding sessions, working across entire repositories, and using increasingly powerful models. A quick chat question and a multi-hour autonomous coding session used to cost the same under the flat-rate model. GitHub absorbed those escalating inference costs—but that wasn't sustainable.
Mario Rodriguez, GitHub's Chief Product Officer, put it plainly: the premium request model that worked for autocomplete doesn't work for agents that burn through compute at vastly different rates. Usage-based pricing aligns costs with actual consumption.
What's Actually Changing
The core shift: Premium Request Units (PRUs) are now replaced by GitHub AI Credits. Your monthly subscription fee translates into an equivalent dollar amount of credits. You consume these credits based on token usage—input, output, and cached tokens—according to the published API rates for each model.
Here's the pricing breakdown:
Copilot Pro: /month includes in monthly AI Credits
Copilot Pro+: 9/month includes 9 in monthly AI Credits
Copilot Business: 9/user/month includes 9 in monthly AI Credits
Copilot Enterprise: 9/user/month includes 9 in monthly AI Credits
Base plan prices aren't changing. What changes is what happens when you exceed your included credits: you either buy more, wait until next month, or fall back to free features only.
What's Still Free
Not everything costs credits. Code completions and Next Edit suggestions remain included in all plans and don't consume AI Credits. If you primarily use Copilot for autocomplete while typing, you might not notice much change at all.
The credits apply to premium features: agentic coding sessions, advanced model access, multi-step autonomous tasks, and heavy chat usage. This is where the costs can add up quickly.
The Safety Net Is Gone
Here's where it stings: previously, when you exhausted premium requests, Copilot would fall back to a lower-cost model so you could keep working. That fallback is gone. Under the new system, once credits run out, you're done with premium features until you buy more or wait for the monthly reset.
Administrators can set budget caps to prevent runaway costs, which is helpful for teams. But individual developers will need to monitor usage carefully—a new experience for many.
Developer Reactions: A Mixed Bag
The reaction from developers has been intense. Reddit and X lit up with complaints. Some users projected costs jumping from 9/month to (/month. Others showed estimates rising from to ,000.
One developer complained: "If I assign a task to a high-level model and it times out or fails, I still have to pay for the tokens consumed."
But not everyone is upset. Some Copilot users pushed back against the criticism, arguing that the dramatic projections come from developers who over-rely on AI rather than using it as a tool. One skeptic noted the vast difference between heavy users barely seeing overage versus others showing astronomical costs—suggesting the issue might be how people use the tool, not the pricing itself.
Temporary Relief for Businesses
GitHub is offering promotional credits for business and enterprise customers through August 2026:
Business: /user/month in credits (normally 9)
Enterprise: /user/month in credits (normally 9)
They're also introducing pooled usage across organizations—unused credits from light users can offset heavy users. This helps eliminate stranded capacity.
The Alternatives
Some developers are voting with their feet. Alternatives getting attention include:
OpenAI Codex — direct API access with predictable per-token pricing
Anthropic Claude Pro — /month flat rate for Claude access
DeepSeek V4 Pro — open-weight model with significantly lower inference costs
Local open-source models — no recurring costs, but requires hardware investment
One user summed up the migration sentiment: "Paying directly to other platforms is far more cost-effective compared to GitHub's new 'unknown bottomless pit.'"
What to Watch
If you're on an annual plan, you have time—premium-request pricing stays in place until your plan expires. At that point, you'll transition to Copilot Free with the option to upgrade monthly.
There's also a hidden cost: Copilot code review now consumes GitHub Actions minutes in addition to AI Credits. Teams relying heavily on automated code review should factor this in.
The Bottom Line
GitHub's position is defensible: agentic coding demands far more compute than autocomplete ever did, and flat-rate pricing can't scale with that reality. Usage-based billing is the logical response.
But for developers who've come to rely on Copilot's more advanced features, this is a significant shift. Light users might not notice. Heavy users of agentic features will need to monitor usage closely—or consider whether the alternatives make more sense.
One thing is certain: the era of "unlimited" AI coding assistance at flat monthly rates is ending. GitHub just made that official.