For more information, read the docs >
This update shifts Copilot to a usage-based model while providing extra value through flex allotments. It allows developers to scale AI usage for complex agentic workflows and multi-step tasks without immediate overage charges, providing more transparency into AI consumption costs.
We’ve heard your questions about whether the included usage in each GitHub Copilot plan will go far enough when we transition to usage-based billing on June 1st. Longer agent runs, multi-step work, and more capable models will all put pressure on the usage amounts detailed in our original announcement.
We’re updating the individual lineup based on that feedback. Pro and Pro+ will include more total usage at the same price through a new flex allotment, and we’re introducing Max, a new plan for sustained, high-volume Copilot work.
The individual Copilot lineup will span Free, Pro, Pro+, and Max, with usage-based billing across all plans. Free will continue to include a limited number of code completions each month, plus limited chat and agent usage with auto mode.
For paid plans, monthly included usage comes in two parts:
Below are the individual plans as of June 1, 2026:
| Plan | Price | Base | Flex | Total included usage |
|---|---|---|---|---|
| Pro | $10/month | $10 | $5 | $15 |
| Pro+ | $39/month | $39 | $31 | $70 |
| Max | $100/month | $100 | $100 | $200 |
Your base credits are used first. If you go beyond your base, the flex allotment is applied automatically at the same rates across your IDE, github.com, and the CLI. You don’t need to turn anything on or manage a separate bucket; your dashboard will show what’s available and what you’ve used. And if you use everything included in your plan, you can purchase more usage and keep going.
Code completions and next edit suggestions remain unlimited on paid plans and don’t consume credits.
The flex allotment is a variable part of your included usage; it is designed to adapt as the economics of AI evolve, including model pricing, new models, and improvements in efficiency. Your base credits, which are 1:1 to your subscription price, will always stay the same.
Nothing. If you’re on a monthly Pro or Pro+ plan, the additional usage lands automatically on June 1 when you migrate to usage-based billing.
For more information, read the docs >
The post GitHub Copilot individual plans: Introducing flex allotments in Pro and Pro+, and a new Max plan appeared first on The GitHub Blog.
Continue reading on the original blog to support the author
Read full articleOptimizing agentic workflows is critical for managing CI/CD costs. By moving data retrieval out of the LLM reasoning loop and pruning unused tool schemas, engineers can significantly reduce token consumption and latency without sacrificing agent performance.
This change reflects the increasing cost of running agentic AI models. For engineers, it introduces a metered cost structure, requiring better management of AI consumption while enabling access to high-compute agentic features without the previous hard gates on usage.
High-intensity agentic workflows are forcing a shift in AI resource management. Engineers must now optimize token consumption and model selection to maintain productivity within new usage constraints and avoid service interruptions.
This article introduces "Continuous Efficiency," an AI-driven method to embed sustainable and efficient coding practices directly into development workflows. It offers a practical path for engineers to improve code quality, performance, and reduce operational costs without manual effort.