by VibecodedThis

GitHub Copilot Is Replacing Premium Requests with AI Credits on June 1

GitHub is dropping the premium request unit system for all Copilot plans on June 1, 2026, switching to a token-based credit model. Opus is out of the Pro tier, sign-ups are paused, and the fallback experience is going away.

Share

GitHub announced on April 27 that all Copilot plans will switch from premium request units to AI Credits on June 1, 2026. The change affects how usage is measured, which models are available at which tiers, and what happens when you hit your monthly limit.

How Credits Work

Premium request units are a flat counter: one request per chat turn or agent action, regardless of session length or model cost. That’s going away. AI Credits are based on token consumption at published API rates for each model. Input, output, and cached tokens all count. One AI Credit equals $0.01.

Plan allotments match subscription prices directly:

  • Copilot Pro ($10/month): $10 in monthly credits (1,000 credits)
  • Copilot Pro+ ($39/month): $39 in monthly credits (3,900 credits)
  • Copilot Business ($19/user/month): $19 in monthly credits per user
  • Copilot Enterprise ($39/user/month): $39 in monthly credits per user

Code completions and Next Edit Suggestions stay unlimited on all paid plans. Everything else — Copilot Chat, the CLI, the cloud agent, Spaces, Spark, and third-party coding agents — consumes credits.

What Else Changed on April 20

A week before the billing announcement, GitHub made separate plan-level changes. Opus models were removed from the Pro tier entirely. Previously, Pro subscribers had access to Opus 4.5 and 4.6 alongside other models. Those are now restricted to Pro+, with older versions (4.5 and 4.6) being phased out. Only Opus 4.7 remains on Pro+.

GitHub also paused new sign-ups for Pro, Pro+, and Student plans. The stated reason: infrastructure pressure from long-running agentic sessions. Internal documents reviewed by Ed Zitron’s newsletter noted that “the weekly cost of running GitHub Copilot has doubled since the start of the year.”

The Fallback Experience Is Gone

Under the current system, users who exhaust their premium request quota can fall back to a lower-cost model and keep working. The new system removes that. Once monthly credits are spent, you either purchase more, wait for the monthly reset, or stop. There is no fallback model option.

GitHub CPO Mario Rodriguez framed the shift as unavoidable: “Today, a quick chat question and a multi-hour autonomous coding session can cost the user the same amount.” Token-based billing ties cost directly to compute consumed.

Developer Reaction

The response on GitHub’s community forums and developer circles has been largely negative. Visual Studio Magazine collected reactions that included the blunt observation: “You will get less, but pay the same price.” The combination of narrower model access on Pro, no fallback experience, and usage that could now run out mid-session has drawn consistent criticism from developers who use Copilot for longer agentic workflows.

For annual plan subscribers, the model multipliers for premium models are also climbing steeply. Claude Opus 4.7 carries a 7.5x multiplier, making it significantly more expensive per request than the models it replaces.

Migration Timeline

Monthly Pro and Pro+ subscribers migrate automatically on June 1. Annual subscribers stay on request-based billing until their current plan term expires.

There’s a refund window: monthly subscribers who want to cancel before the transition can do so before May 20, 2026 and get a refund for remaining subscription time through GitHub’s Billing settings.

Business and Enterprise customers get a promotional credit boost through August. Business plans get $30/user/month instead of $19 (June through August), and Enterprise gets $70/user/month instead of $39.

GitHub is also rolling out a preview billing dashboard in early May that shows projected credit usage before the June 1 cutover. It’ll be visible in the Billing Overview page at github.com.


Sources:

Share