product updateMicrosoft

GitHub Copilot switches to metered token billing June 1 as flat-rate model proves unsustainable

TL;DR

Microsoft's GitHub is ending flat-rate billing for Copilot on June 1, 2026, switching to usage-based metered tokens after acknowledging the request-based model is no longer sustainable. Copilot Pro subscribers ($10/month) will receive 1,000 GitHub AI Credits monthly, with each credit worth $0.01.

2 min read
0

GitHub Copilot switches to metered token billing June 1 as flat-rate model proves unsustainable

Microsoft's GitHub is ending its flat-rate AI billing model for Copilot, shifting to usage-based token metering on June 1, 2026. The company acknowledged that its current request-based pricing structure has become financially unsustainable.

New pricing structure

Under the new system, GitHub introduces "GitHub AI Credits" as a virtual currency unit worth $0.01 each. Subscription prices remain unchanged, but users now receive monthly credit allocations:

  • Copilot Pro: $10/month, 1,000 AI Credits
  • Copilot Pro+: $39/month, 3,900 AI Credits
  • Copilot Business: $19/user/month, 1,900 AI Credits per user
  • Copilot Enterprise: $39/user/month, 3,900 AI Credits per user

Existing Business and Enterprise customers receive higher temporary allocations through September 1, 2026: 3,000 and 7,000 credits respectively.

Why the change

"GitHub has absorbed much of the escalating inference cost behind that usage, but the current premium request model is no longer sustainable," wrote Mario Rodriguez, GitHub's chief product officer. Under the old model, a brief chat question and a multi-hour autonomous coding session cost users the same amount, while complex prompts requiring extended "thinking" time often cost GitHub more than subscription revenue.

Usage will now be calculated based on input tokens, output tokens, and cached tokens, with rates varying by model. GitHub will provide a preview billing experience in early May showing projected costs before the transition.

Industry-wide correction

The shift follows increased AI agent usage and growing developer experimentation with AI coding tools that have strained inference infrastructure across the industry. GitHub last week suspended creation of new Copilot Pro, Pro+, and Student plans. Anthropic and Google have similarly limited service usage, while OpenAI introduced a $100/month subscription tier and is considering ending unlimited usage under existing plans.

Users who exhaust their monthly credits can set overflow budgets or wait for the next billing cycle. Annual subscribers have the option to cancel and receive refunds.

What this means

GitHub's move to metered billing represents the end of the "all-you-can-eat" AI era for developer tools. The non-deterministic nature of token consumption means users cannot precisely predict costs in advance—different prompts may involve tools that complicate calculations. This uncertainty, combined with the need to monitor credit balances, fundamentally changes the economics of AI-assisted coding. Organizations will need to implement usage policies and budget controls, while individual developers may self-limit their AI tool usage to avoid unexpected costs. The three-month grace period for existing enterprise customers suggests GitHub expects significant pushback as users adjust to the new reality of metered AI services.

Related Articles

product update

GitHub Copilot for Visual Studio adds MCP server trust layer and C++ support

GitHub released its June 2026 update for Copilot in Visual Studio, adding a trust layer for Model Context Protocol (MCP) servers, improved usage analytics visibility, and the first C++ language scenarios for the AI coding assistant.

product update

OpenRouter Launches Auto Router Beta: Task-Aware Model Routing Based on Community Spend

OpenRouter has released Auto Router Beta, a task-aware routing system that classifies incoming requests and automatically routes them to popular models based on community spending patterns. The router allows users to filter selections by cost-quality tradeoff preferences.

product update

OpenAI restores chat sidebar in Mac app after user backlash over confusing redesign

OpenAI has updated its ChatGPT Mac app to restore direct access to chat conversations through a prominent sidebar toggle. The fix addresses user complaints following a July 10 redesign that replaced the native Mac client with an Electron-based app and buried the standard chat interface behind Work and Codex features.

product update

NVIDIA NeMo Automodel integrates with Hugging Face Diffusers for distributed video and image model fine-tuning

NVIDIA and Hugging Face have integrated NeMo Automodel with the Diffusers library, enabling distributed fine-tuning of video and image diffusion models without checkpoint conversion. The integration supports models including FLUX.1-dev (12B), Wan 2.1 (1.3B/14B), and HunyuanVideo (13B) with full fine-tuning and LoRA options.

Comments

Loading...