GitHub Copilot Ends Flat-Rate Billing June 2026: What Changes for Free & Paid Users
Starting today, GitHub Copilot replaces its fixed premium-request bucket with token-based AI Credits on every plan — and some developers are reporting bill shock. Here's what actually changes, who is most at risk, and what free alternatives exist right now.
By Free AI News Editorial · · · 8 min read
If you opened GitHub this morning and noticed that Copilot's billing dashboard looks different, you're not imagining things. Today — June 1, 2026 — GitHub activated the AI Credits system it announced in late April, replacing every plan's fixed "premium request" bucket with per-token metered billing. According to GitHub's own blog, credits are now "consumed based on token usage, including input, output, and cached tokens, according to the published API rates for each model." That sentence is quietly one of the most consequential changes to a developer tool subscription in recent memory.
The timing is notable: GitHub also quietly paused new sign-ups for Copilot Pro, Pro+, Student, and Team plans in April 2026, citing the need to "protect the experience for existing customers." A new Copilot Max tier — positioned as the highest-volume individual plan — is available exclusively to users upgrading from existing plans. And starting today, Copilot code review (which recently moved to an agentic architecture running on GitHub Actions) will count against your included Actions minutes. For context on the broader trend driving this, see our coverage on Anthropic's agent billing split and how ChatGPT's pricing tier overhaul signals the same industry direction.
What is GitHub Copilot's new AI Credits billing system?
Before June 1, GitHub Copilot measured AI usage in Premium Request Units (PRUs) — a relatively opaque quota that gave paid subscribers a set number of "premium" interactions per month before throttling to a lighter model. The new system scraps PRUs entirely in favor of GitHub AI Credits, which map directly to the tokens you consume: every prompt you send, every line of context loaded into the model, every token the model produces in response.
Critically, code completions and Next Edit Suggestions are exempt from AI Credits and remain unlimited across all plans. That means the inline autocomplete you're used to won't suddenly run out mid-sprint. What does consume Credits is everything agentic or conversational: Copilot Chat, Copilot Workspace, multi-file edits via the agent, and code review. According to GitHub's official announcement, plan pricing is not changing — Copilot Pro stays at $10/month, Pro+ at $39/month, Business at $19/user/month, and Enterprise at $39/user/month. What changes is how much AI you get for that money, measured in tokens instead of a fixed request count.
What exactly changes for each Copilot plan?
Here's a breakdown of the key changes by plan, based on information from GitHub Docs and the official transition announcement:
| Plan | Price | Completions | Chat / Agent | New sign-ups |
|---|---|---|---|---|
| Free | $0 | 2,000/month | 50 chat requests/month | Open |
| Pro | $10/month | Unlimited | AI Credits (token-based) | Paused ⚠️ |
| Pro+ | $39/month | Unlimited | Higher AI Credits allotment | Paused ⚠️ |
| Max (new) | TBD | Unlimited | Highest individual Credits allotment | Upgrade only ⚠️ |
| Business | $19/user/month | Unlimited | AI Credits (1:1 plan price ratio) | Open |
| Enterprise | $39/user/month | Unlimited | AI Credits (1:1 plan price ratio) | Open |
One line from GitHub's community discussion stands out: they're offering "the same 1:1 ratio of plan price to monthly entitlements as we offer for Business and Enterprise." In practice, that means a $10 Pro subscriber gets $10 worth of AI Credits per month before overage charges kick in. Whether that's generous depends entirely on how you use Copilot.
Separately, Copilot code review — which recently moved to an agentic architecture running on GitHub Actions — will now count against your included Actions minutes at the same per-minute rates as any other Actions workflow. This is a secondary cost vector that caught some teams off guard. See how this compares to overall free tier changes across the major AI platforms for broader context.
How much could costs actually increase under token billing?
This is the question lighting up developer forums today. A report from how2shout notes that some developers are warning their monthly bills could jump from $29 to as much as $750 per month — a 25x increase — under worst-case agentic usage scenarios. India Today's coverage similarly reported that "long coding sessions or extensive use of AI agents could consume credits much faster than expected."
That said, it's worth separating signal from panic. The spike risk is concentrated in a specific usage pattern: developers who heavily use Copilot's agentic mode (Copilot Workspace, multi-file autonomous edits, code review on every PR). Developers who primarily rely on inline code completions — the core Copilot experience — will see no change, because completions remain unlimited. The realistic concern is for teams that shifted to agent-first workflows in the past 6 months, expecting flat-rate predictability.
What are the best free alternatives to GitHub Copilot right now?
If you're on the free tier and the 50 monthly chat-request cap feels tight, or if the billing shift has you reconsidering paid plans, 2026 is actually a great year to have alternatives. The competitive pressure on GitHub has produced some genuinely strong free options:
- Google Gemini CLI — The clearest winner for pure free access. Launched by Google as an open-source terminal agent, Gemini CLI gives any personal Google account holder free access to Gemini 2.5 Pro with a 1 million token context window. The free quota is 60 requests per minute and 1,000 requests per day — effectively unlimited for individual developer use. There's no VS Code integration out of the box, but it handles complex terminal-based coding tasks, debugging, and file manipulation.
- Windsurf (formerly Codeium) — Windsurf offers a generous free tier with unlimited completions for individual developers, making it the closest direct substitute to Copilot's free completions tier. The IDE experience is solid; it runs as a VS Code fork. Scrimba and other educator resources consistently rank it the "free winner" in 2026 coding assistant comparisons.
- Cursor — Cursor's free tier provides a taste of its agent-first IDE, though heavy use requires a $20/month Pro plan. If your primary need is agentic coding rather than simple completions, Cursor's pricing is currently more predictable than Copilot's new token model.
- Copilot Free (keep it) — For light users, Copilot Free's 2,000 completions and 50 chat requests per month is unchanged and still useful, especially if you're already in VS Code and don't want to switch toolchains. The June 1 billing change doesn't hurt free users.
For a full side-by-side breakdown of these tools, see our AI coding tool comparison. We also track which coding assistants still offer no-signup access in our no-signup AI tools directory.
Is GitHub Copilot still worth using after this billing change?
That depends entirely on how you use it. For developers whose Copilot workflow is 90% inline completions — tab to accept, move on — the June 2026 change is essentially invisible. Code completions remain unlimited on all paid plans, and Copilot's integration depth inside VS Code, JetBrains, and the GitHub web interface is still unmatched by any alternative.
The calculus changes for teams that adopted Copilot Workspace or agentic editing in early 2026. Those workflows consume tokens fast — and at token-based rates without a hard cap other than your credit allotment, a large refactoring session or a complex PR review could eat through a month's budget in an afternoon. Teams in that category should audit their actual usage before July's billing cycle arrives, and seriously evaluate whether Gemini CLI or Windsurf could absorb their agentic workload for free or at lower cost.
This change also fits squarely into the broader pattern we've been tracking all year: the end of flat-rate AI subsidies. The era of unlimited free AI is over, according to multiple industry observers, as infrastructure costs force every major provider to tie pricing more directly to actual compute consumption. GitHub is not an outlier here — it's just the most visible example to hit developers' monthly bills today. Track how each major platform's free tier is evolving in our free tier tracker.
🔑 Key Takeaways
- GitHub Copilot replaced fixed Premium Request Units with token-based AI Credits on June 1, 2026, meaning all agent and chat usage is now metered rather than capped at a request count.
- Code completions and Next Edit Suggestions remain unlimited on all paid plans, so developers using Copilot primarily for inline autocomplete won't see higher bills.
- New sign-ups for Copilot Pro, Pro+, Student, and Team plans are paused as of April 20, 2026, and the new Copilot Max plan is available only to users upgrading from existing subscriptions.
- Heavy agentic users face the biggest cost risk — some developers have warned that monthly costs could increase from $29 to hundreds of dollars per month for long autonomous coding sessions.
- Google's free Gemini CLI (60 RPM, 1,000 RPD, Gemini 2.5 Pro, 1M context) and Windsurf's unlimited free completions are the strongest zero-cost alternatives for developers reassessing their Copilot spend.
Frequently Asked Questions
Does GitHub Copilot's free tier still exist after the June 2026 billing change?
Yes. GitHub Copilot Free continues to exist. Free users keep 2,000 code completions and 50 chat requests per month. The new AI Credits system affects paid plans most — free users with light usage will notice little difference, though they cannot access premium agentic models without upgrading.
What are GitHub AI Credits and how do they replace premium requests?
GitHub AI Credits are the new unit of AI consumption in Copilot, replacing the old Premium Request Units (PRUs). Credits are consumed based on actual token usage — input tokens, output tokens, and cached context — at the published API rates for each model. Code completions and Next Edit Suggestions remain unlimited and do not consume AI Credits.
Why did GitHub pause new Copilot Pro sign-ups in April 2026?
GitHub paused new sign-ups for Copilot Pro, Pro+, Student, and Team plans on April 20, 2026, citing the need to protect the experience for existing customers ahead of the billing transition. The pause coincided with tighter usage limits and model availability adjustments on individual plans, as documented in the GitHub Blog post on individual plan changes.
Can GitHub Copilot costs really jump 10x to 50x under usage-based billing?
For heavy users of agentic features, yes. Developers running long autonomous coding sessions or using Copilot Workspace extensively could see significantly higher bills under token-based pricing. However, GitHub notes that code completions and Next Edit Suggestions remain unlimited — the spike risk applies mainly to agent-mode and chat-heavy workflows, not to standard inline use.
What is the best free alternative to GitHub Copilot after the billing change?
Google's Gemini CLI is the standout free alternative in 2026. It offers free access to Gemini 2.5 Pro with a 1 million token context window, 60 requests per minute, and 1,000 requests per day — just requiring a free personal Google account. Windsurf (formerly Codeium) also offers a generous free tier with unlimited completions for individual developers, making it the closest feature-parity substitute inside an IDE.