On June 1, 2026, GitHub switched Copilot from flat-rate billing to usage-based AI Credits — and developers reacted loudly, with viral claims of "10x" to "100x" higher costs. But most of the outrage gets the story wrong. The honest framing: GitHub didn't raise the sticker price. It changed how much usage that price buys. Here's exactly what changed, who's actually affected, and what to do about it.

TL;DR (June 1, 2026): Flat-rate "premium request units" became metered AI Credits (1 credit = $0.01). Base prices are unchanged. Code completions stay free; chat, agents, code review, and CLI now meter. Credits don't roll over, and the old free fallback model is gone — so heavy agentic users can hit overage fast, while light autocomplete users may notice nothing.

What happened

GitHub replaced premium request units (PRUs) with usage-based GitHub AI Credits, consumed by token usage (input, output, and cached tokens) at each model's published per-model rates, where 1 AI Credit = $0.01 (GitHub Blog).

Crucially, base subscription prices did not change: Copilot Pro $10/mo, Pro+ $39/mo, Business $19/user/mo, Enterprise $39/user/mo — each now including a monthly AI Credit allotment equal to its price. Overage is billed at $0.01/credit on paid plans, credits don't roll over, and the old "fall back to a free model when you run out" behavior was removed. Annual individual subscribers stay on the old PRU model until renewal.

The nuance most headlines miss

"Copilot got more expensive" conflates two different things. The price is flat. What changed is the usage ceiling a fixed price buys — plus the removal of the free fallback. So "cost increase" really means overage cost for heavy or agentic usage, not a universal hike. Whether you are worse off depends entirely on how you use Copilot.

What's still free vs. what now meters

Stays free (no credits)Now metered (uses credits)
Code completionsChat
Next Edit suggestionsAgents / agent mode
Code review*
CLI, cloud agents, Spaces, Spark

*Copilot code review also consumes GitHub Actions minutes, on top of AI Credits.

If autocomplete is most of your usage, you may see little or no change.

Why this is happening (and why flat-rate broke)

GitHub's stated rationale: the flat model is "no longer sustainable" because "a quick chat question and a multi-hour autonomous coding session can cost the user the same amount." That's the real story. Agentic coding sessions are structurally input-token-heavy — an agent re-reads accumulated context on every turn (a "context snowball"), so a long autonomous run can consume vastly more inference compute than a chat message. When per-user costs vary that wildly, one flat price can't fairly cover everyone.

This is bigger than Copilot. Vendor margins are now tightly coupled to frontier-model inference costs, which is pushing the whole category from per-seat toward consumption-based pricing. If you're newer to why "agents" cost so differently from chat, see what AI agents actually are.

Who's affected (very differently)

GroupImpact
Light users (mostly autocomplete)Largely unaffected — completions stay free
Heavy agentic / premium-model usersMost exposed — credits drain faster, then overage, no free fallback (Opus removed from Pro)
Teams & enterprisesPer-user cost variance complicates budgeting; admin budget controls, dashboards, and temporary promo credits were provided

Hype vs. reality

The viral figures — "10x–100x more expensive," "credits gone in two hours," specific jumps like "$29 to $750" — are user-reported projections and screenshots shared on Reddit, X, Hacker News, and GitHub's own community forum, not independently audited numbers (TechCrunch noted Microsoft did not comment by publication). The direction — higher cost for power users — is credible; the eye-popping multipliers are sentiment, not verified fact. Reports of "phantom charges" for models users say they never invoked are unverified individual claims, possibly bugs, and not confirmed by GitHub.

The backlash itself is real and large: GitHub's announcement thread drew hundreds of comments and overwhelmingly negative reactions before being locked. GitHub's concessions were limited — a time-boxed cancellation refund and prorated credits for annual-to-monthly switchers, but no increase to credit allotments and no restoration of Opus to Pro.

What developers should do now

  1. Check whether your workload is even metered — if you mostly use completions, relax.
  2. Open your usage dashboard (and the in-editor usage display) before assuming a big bill.
  3. Set a spending limit / budget control so overage can't surprise you — credits don't roll over.
  4. Be deliberate about model selection — reserve premium frontier models for hard problems; use cheaper models for routine chat/edits.
  5. Scope agent runs tightly — long autonomous sessions are the expensive operation; avoid runaway context.
  6. On an annual plan? You stay on the old model until renewal — use that window to measure your real token usage.
  7. Teams: adopt basic FinOps — per-user budgets, weekly dashboard checks, forecast token spend like cloud compute.

Tighter prompts also reduce wasted turns — see how to write AI prompts that work.

This is an industry pattern, not a one-off

Copilot isn't alone. Cursor shifted to credit-based pricing in 2025 and apologized after a rollout backlash; Anthropic's Claude Code added time-windowed and weekly usage caps in 2025 to rein in the heaviest users. So "just switch tools" doesn't necessarily mean escaping metered costs — the whole category is converging on usage-based or capped models. (Competitor pricing changes often; verify current details directly before deciding.)

Should you switch? A decision framework

  • Mostly autocomplete / light chat? Stay — you're barely affected.
  • Moderate agentic use? Stay, but set a budget and watch the dashboard for a month.
  • Heavy agentic / premium-model power user? Measure your real monthly token cost, then benchmark against alternatives — knowing they're trending the same way.

What to watch next

Whether GitHub adds concessions after the backlash; whether the market moves toward per-task / per-outcome pricing (an analyst forecast, not settled practice); cheaper, more efficient models that ease the squeeze; and how "FinOps for AI tooling" matures in enterprises.

FAQ

Did GitHub Copilot raise its prices in 2026? No — base prices stayed the same (Pro $10, Pro+ $39, Business $19, Enterprise $39). Flat-rate premium requests became metered AI Credits, and the free fallback model was removed, so heavy users can pay more via overage even though the sticker price didn't rise.

What are GitHub AI Credits? Usage-based currency for Copilot (1 credit = $0.01), consumed by token usage at each model's per-model rates. Your plan includes a monthly allotment equal to its price; credits don't roll over; overage is $0.01/credit.

Is Copilot still free for code completions? Yes — completions and Next Edit don't consume credits. Chat, agents, code review, CLI, cloud agents, Spaces, and Spark meter (code review also uses Actions minutes).

Are the 10x–100x cost-increase reports true? They're user-reported, not audited. Developers shared projections showing big jumps for heavy agentic use, and outlets relayed them, but the figures come from users — treat them as sentiment about heavy-usage overage, not verified fact.

Do unused AI Credits roll over? No. Each billing cycle starts fresh with your plan's allotment.

What should I do to control costs? Set a spending limit, watch your usage dashboard, reserve premium models for hard problems, scope agent runs tightly, and lean on free completions for everyday coding.

The bottom line

GitHub Copilot's June 2026 change is the clearest sign yet that flat-rate AI coding tools are ending — but it's a usage-ceiling change, not a price hike. Figure out which user you are, set a budget, and use premium models deliberately. And read the dramatic multipliers for what they are: real frustration, unverified numbers.

Reported and verified June 2, 2026. Pricing and policies in this fast-moving area can change — confirm current details on GitHub's official pages.