GitHub will charge developers for Copilot usage by the token starting June 1, 2026, ending the flat-rate subscription model that made the AI coding assistant feel like an unlimited resource. The new GitHub AI Credits system means every chat, agent session, and code review will pull from a monthly allowance, and exceeding it will cost extra.

The Meter Is Coming for AI Coding

GitHub is replacing its premium request model with a metered token system across all Copilot plans. The old approach counted each prompt equally, whether you asked for a one-line fix or let an agent run for hours across your repository. Now, the complexity of your request directly affects your bill.

The new currency is the GitHub AI Credit, worth one cent. Every input, output, and cached token consumed by a model will draw from a monthly credit pool. The size of that pool depends on your plan:

Plan Monthly Price Included AI Credits
Copilot Pro $10 1,000
Copilot Pro+ $39 3,900
Copilot Business $19 per user 1,900 per user
Copilot Enterprise $39 per user 3,900 per user

Existing Business and Enterprise customers get a temporary boost: 3,000 and 7,000 credits per user, respectively, from June 1 through September 1, 2026.

Once you burn through your credits, you can either set an overflow budget to pay for extra usage or wait until the next billing cycle resets your balance. The subscription prices themselves haven’t changed—what you get for that money is being redefined.

What’s Free and What’s Metered

GitHub isn’t metering everything. Code completions and Next Edit Suggestions remain unlimited on all paid plans. Those feature the original inline autocomplete magic that made Copilot famous—they are relatively cheap to serve and keep the core value proposition intact.

Everything else now burns credits. That includes:

  • Copilot Chat (the sidebar conversation)
  • Copilot CLI (terminal assistance)
  • Copilot cloud agent sessions (autonomous coding tasks)
  • Copilot Spaces and Spark (app generation)
  • Third-party coding agents integrated through Copilot
  • Copilot code reviews (which also consume Actions minutes for private repos)

This split matters. If your daily flow leans on chat and the occasional agent task, you’ll feel the meter. If you mostly accept inline completions, you may never notice the change.

What This Means for You

Individual Developers

Your Copilot habits suddenly have a price tag. A quick chat question might cost a few cents. An hour-long agent session refactoring a module could consume hundreds of credits. The model you choose matters: asking a frontier model like Anthropic’s Opus 4.7 to explain a function will drain your balance faster than using a lighter model.

The preview billing dashboard arriving in early May will be your first glimpse of the real cost. For Pro users, 1,000 credits might feel tight if you rely heavily on agents. Pro+ users have more headroom, but no plan is truly unlimited anymore.

Business and Enterprise Admins

Usage-based billing shifts Copilot from a predictable seat license to a consumption-charged service. A small number of power users can eat through pooled credits rapidly—just like cloud compute. GitHub is introducing budget controls at the enterprise, cost center, and user levels, but you’ll need to configure them.

Pooled credits help avoid wasted allowances. If one developer barely uses agentic features, their credits can be shared. But pooled also means a rouge agent session can surprise the entire department. Start monitoring now: which workflows consume the most credits? Are your code reviews set to run automatically on every pull request? Each one will hit both your credit pool and your Actions minutes.

Windows Developers on VS Code and Visual Studio

The editor experience won’t change visibly—you’ll still summon Copilot with the same shortcuts. But behind the scenes, your organization may apply model restrictions, spending caps, or cost-center allocation. That turns your IDE into a managed service. If your company already handles Azure budgets, expect similar governance for Copilot soon.

How We Got Here

Copilot launched in 2021 as a tab-completion engine. That product fit neatly into a flat monthly fee. But over the past two years, it has grown into an agentic platform: it can browse repos, run terminal commands, review pull requests, and generate entire apps from a single prompt. One “premium request” no longer represents a fixed amount of compute.

As developers increasingly handed hours-long tasks to AI, GitHub’s inference bills ballooned. A multi-turn debugging session or a repository-wide modernization could cost the company far more than the subscription price. Mario Rodriguez, GitHub’s chief product officer, wrote in a blog post that “GitHub has absorbed much of the escalating inference cost … but the current premium request model is no longer sustainable.”

This pricing correction is hitting the entire AI coding industry. OpenAI, Anthropic, and Google are all grappling with similar economics. The days of all-you-can-code AI are ending because the underlying infrastructure simply isn’t cheap enough to give away.

What to Do Now

For Individual Developers

  1. Check your usage. Once the preview bill arrives in early May, see which of your habits cost the most. Are you running long agent sessions? Overusing a premium model for simple tasks?
  2. Choose models wisely. Save frontier models for genuinely hard problems. For syntax explanations or boilerplate generation, switch to lighter models if they’re available in your plan.
  3. Tighten prompts. Narrow your context window. Avoid dumping entire log files or irrelevant files into the model—every token counts.
  4. Decide on your annual plan. If you’re on an annual Pro or Pro+ subscription, you’ll stay on the old request system until your term ends, but model multipliers will spike sharply. For example, Opus 4.7 jumps from a 7.5x multiplier to 27x. You can convert to monthly and get a prorated refund, or ride it out and transition later.

For Administrators

  1. Audit current Copilot usage. Work with team leads to identify who is using agents, chat, and code review heavily.
  2. Set budgets by team or cost center. Don’t rely on one global cap—it could be blown by one experiment. GitHub’s upcoming budget controls will let you allocate credits granularly.
  3. Create model selection policies. Publish guidelines on when to use cheaper vs. premium models. Encourage efficient prompting.
  4. Review code review costs. Pull request reviews consume both AI Credits and Actions minutes. Decide if every PR needs an AI reviewer, or if you should manually trigger reviews for critical changes.
  5. Watch the preview billing experience. In May, GitHub will show projected costs. Use that to validate your budget assumptions before June 1.

The Outlook

GitHub’s shift to metering is a turning point for AI-assisted development. It acknowledges that agentic tools are not just software features—they’re compute workloads. Over the next few months, watch for three developments.

First, the real-world credit burn rate. Official pricing tables are one thing; actual behavior is another. Early adopters will quickly learn whether their workflows are sustainable under the new model.

Second, competitor responses. Rivals like OpenAI’s Codex, Anthropic’s Claude, and Google’s Gemini-powered tools may use simpler pricing as a selling point. But they face the same underlying compute costs, so any promise of unlimited agentic usage deserves scrutiny.

Third, Microsoft’s integration play. Expect deeper ties between Copilot billing and Azure. If your organization already manages cloud budgets, the same tools could soon govern AI coding spend. That might make the transition feel more familiar—or more complex.

For now, the message is clear: your Copilot habits will soon show up on a meter. Start paying attention before it arrives.