Published by Emerging Technologies Laboratory · via ETL Newswire
Technology· 

GitHub Copilot Drops Flat-Rate Billing, Charges Developers by Token Starting June 1

Microsoft replaced Copilot's predictable monthly subscription with metered AI Credits on June 1, and developers running agentic workflows are projecting cost increases of 10x to 50x.

By Theo Okafor, Staff Reporter · Technology Desk

GitHub flipped a switch on June 1 that changed what millions of developers actually pay for one of the most widely used coding tools in the industry. Copilot's flat-rate subscription model is gone, replaced by a token-consumption system called GitHub AI Credits. The base prices look the same on paper -- Copilot Pro still lists at $10 a month, Pro+ at $39 -- but those figures now describe a monthly credit allowance, not a ceiling.

The billing mechanics are straightforward: one AI Credit equals one cent, and each interaction burns credits based on input tokens, output tokens, and cached tokens at the published API rate for the model in use. As TechCrunch reported in a May 30 piece, the change took effect June 1, meaning users are now charged based on how many tokens they burn through as they work rather than a flat request-based rate.

The developer reaction was immediate. GitHub launched a preview bill in early May so users could see projected costs before the switch. That preview lit the fuse. According to reporting by Let's Data Science, the numbers in those preview bills did not match the framing that nothing was changing, and developers began sharing projections on Reddit and X that ranged from uncomfortable to alarming. One user cited by TechCrunch claimed their monthly bill would climb from $29 to roughly $750. Another, reported by how2shout.com, projected a jump from $50 to $3,000. Neither GitHub nor Microsoft has responded directly to the backlash, according to Visual Studio Magazine.

The architecture of the complaint matters here. The users facing the steepest projected increases are generally those running multi-step agentic sessions -- asking Copilot to plan a feature, scaffold code, iterate on it, and open a pull request, all in sequence. That workflow is token-expensive by design: each step re-submits context, and longer context windows mean larger input-token counts. As TechTimes noted, developers who built daily routines around these agentic sessions face the steepest recalibration, precisely because those are the workflows GitHub promoted most aggressively over the past two years.

There is a real subsidy question underneath the backlash. TechTimes cited internal Microsoft documents obtained by journalist Ed Zitron suggesting the week-over-week cost of running Copilot had nearly doubled since January 2026, making the transition look less like a planned product strategy and more like a cost-control measure that ran out of runway.

GitHub's official position, as stated by Chief Product Officer Mario Rodriguez in the April 27 announcement per the GitHub Blog, is that Copilot is not the same product it was a year ago. That is accurate. Inline code completion -- the original feature, and still unlimited and unmetered under the new system -- has been joined by an agentic platform that spawns sub-agents, maintains long context, and runs on frontier models. Flat-rate pricing made sense when the product was an autocomplete. It stops making sense when a single session can run for hours.

The problem is not the principle. Usage-based pricing is how every cloud API in this category bills. The problem, as gHacks Tech News reported, is predictability: each request is now priced dynamically depending on the model used, the amount of submitted material, and response complexity. One developer on the $39 Pro+ plan reportedly used 8 percent of their monthly credit allotment in two hours.

There is also a second billing track that drew less attention. According to TechTimes, Copilot code review now consumes both AI Credits for token usage and GitHub Actions minutes from the organization's monthly Actions allotment. Teams running frequent automated code reviews face cost increases on two meters simultaneously.

GitHub is offering promotional credits to Business and Enterprise customers through August to cushion the transition. The question is what happens in September. Competitors including Cursor and Windsurf are already pitching flat-rate plans to developers doing the math.

Sources cited:
- TechCrunch (https://techcrunch.com/2026/05/30/what-a-joke-github-copilots-new-token-based-billing-spurs-consternation-among-devs/)
- Visual Studio Magazine (https://visualstudiomagazine.com/articles/2026/06/04/copilot-billing-shock-hits-developers.aspx)
- gHacks Tech News (https://www.ghacks.net/2026/06/02/github-copilot-usage-based-billing-takes-effect-drawing-developer-backlash-over-rapid-credit-depletion/)
- TechTimes (https://www.techtimes.com/articles/317536/20260601/github-copilot-pricing-change-drives-backlash-agentic-bills-jump-10x-50x-power-users.htm)
- Let's Data Science (https://letsdatascience.com/blog/github-copilot-usage-based-billing-developer-backlash)
- how2shout.com (https://www.how2shout.com/ai/github-copilot-token-billing-june-2026-ai-credits-developer-backlash.html)

Reporting by Theo Okafor, Staff Reporter, for the Technology desk · ETL Newswire staff
Read more at the source

This release was originally distributed via ETL Newswire. Visit TechCrunch for the full story, related releases, and contact information.

Visit TechCrunch →