Updated July 2026

GitHub Copilot Pricing 2026: Plans & AI Credits

Free $0, Pro $10/mo, Pro+ $39/mo, Business $19/user. Since June 2026 Copilot bills usage as token-based AI Credits. Here's the full breakdown — and how to cut it.

$10Pro / month
$39Pro+ / month
$19Business / user
June 2026AI Credits switch

GitHub Copilot Plans & Prices — July 2026

Every plan includes code completions plus a monthly allotment of usage-based AI Credits. Here's what each tier costs and what's included in 2026.

Plan Price Included AI Credits Completions Agent Mode / Chat Best For
Free $0 Small monthly allotment Included (no credits) Limited — draws from credits Trying Copilot, hobby use
Pro $10 / mo Monthly allotment included Included (no credits) Draws from credit pool Most individual developers
Pro+ $39 / mo Larger monthly allotment Included (no credits) Frontier models + more credits Heavy agent-mode / chat users
Max $100 / mo Largest individual allotment Included (no credits) Maximum credits + top models Power users, all-day agents
Business $19 / user/mo Includes $19/mo in AI Credits Included (no credits) Team admin, policy controls Teams & small orgs
Enterprise $39 / user/mo Includes $39/mo in AI Credits Included (no credits) SSO, audit, org models Large orgs, compliance needs

Code completions and Next Edit suggestions never consume AI Credits. Business & Enterprise plans get 2x promotional AI Credits through August 2026 during the transition.

The June 2026 AI Credits Change

This is the single biggest thing to understand about Copilot pricing in 2026. On June 1, 2026, GitHub moved from counting "premium requests" to usage-based AI Credits billed on real token consumption.

Before June 2026 — Premium Requests
Billing unitFixed "premium requests"
What counted1 request = 1 unit
Token sizeIgnored
Cost modelPer-request quota
A giant agent turn cost the same as a tiny one.
Since June 1, 2026 — AI Credits
Billing unitGitHub AI Credits
What countsInput + output + cached tokens
RateEach model's API token rate
Cost modelUsage-based per token
Big context + frontier models now cost more per turn.

Every plan includes a monthly allotment of AI Credits, and paid plans can buy more. Code completions and Next Edit suggestions do not consume AI Credits — they stay part of your base subscription. What does draw from your credit pool is agent mode, chat, and code review. Usage is calculated on token consumption (input + output + cached tokens) at each model's listed API rates. Once your monthly credits are gone, further usage is billed as overage at API token rates. That's why heavy agent-mode users on frontier models can blow past their base subscription cost.

Real Monthly Cost by Usage Tier

Your base plan is only the floor. Under AI Credits, what you actually pay depends on how hard you lean on agent mode and chat. Here's what that looks like across usage patterns.

Completion User
$0–$10
per month
Free or Pro plan
Mostly inline completions
Completions spend no credits
Rarely touches the credit pool
Typical Developer
$10–$39
per month
Pro or Pro+ plan
Daily chat + some agent mode
Stays within included credits
Occasional light overage
Heavy Agent User
$100–$400+
per month
Max plan or Pro+ with overage
All-day agent mode on frontier models
Burns the credit pool fast
Pays API-rate overage on top

Cost Math: A Heavy Agent-Mode Month

Completions stay free, but agent mode and chat draw from your credit pool at token rates. Here's how a heavy month plays out — and how much of the bill is avoidable token waste.

Without Terse — heavy agent month
Pro+ base subscription$39.00
Included AI CreditsExhausted by week 2
Agent-mode tokens over quota~55M tokens
Overage at API token rates~$180
Total~$219 / month
Redundant context & verbose prompts inflate every agent turn.
With Terse — same workload
Pro+ base subscription$39.00
Included AI CreditsLast most of the month
Agent-mode tokens over quota~16M tokens
Overage at API token rates~$52
Total~$91 / month
40–70% fewer tokens per turn → credits last longer, overage shrinks.

Illustrative example. Actual overage depends on model choice, context size and how heavily you use agent mode. The point: under token-based AI Credits, cutting tokens directly cuts dollars.

How Terse Reduces Copilot Costs

Under AI Credits, every token in agent mode and chat is billable. Terse cuts the tokens before they reach the model — right inside VS Code.

🗜️

Compress Prompts in VS Code

Terse's 7-stage pipeline removes filler, fixes typos, and strips redundancy from what you send Copilot Chat and agent mode. Average 40–70% fewer input tokens per request — directly stretching your AI Credit pool.

Highest Impact
🔍

Flag Redundant Context

Agent mode loves re-attaching the same files and re-dumping context. Terse detects redundant context before it's billed, so you don't pay token rates to send Copilot the same code it already has.

Stops Wasted Tokens
📊

Track Per-Request Token Cost

Terse's Agent Monitor shows the token count and credit cost of each Copilot request in real time. Catch the expensive agent turns that drain your credit pool and trigger overage — before the bill arrives.

Catch Overage Early
⌨️

Lean on Free Completions

Code completions and Next Edit suggestions never spend AI Credits. Terse helps you route work toward completions and keep chat/agent usage lean, so your credits go to the work that actually needs them.

Zero-Credit Coding
🔀

Right-Size the Model

Frontier models burn credits fastest because token rates are higher. Terse surfaces which requests are expensive so you can route simpler tasks to cheaper models and reserve premium models for hard problems.

Cheaper per Token
📉

Cut Cached-Token Bloat

AI Credits count cached tokens too. By keeping context lean, Terse reduces what gets cached and re-billed across a long agent session, so a single Copilot task doesn't quietly balloon your usage.

Leaner Sessions
🤖 Terse for GitHub Copilot 🧮 Token Cost Calculator 💸 Reduce AI API Costs

Frequently Asked Questions

Answers to the most common questions about GitHub Copilot pricing in 2026.

How much does GitHub Copilot cost in 2026?
Individuals: Free $0, Pro $10/mo, Pro+ $39/mo, Max $100/mo. Organizations: Business $19/user/mo (includes $19/mo in AI Credits), Enterprise $39/user/mo (includes $39/mo in AI Credits). Since June 1, 2026 every plan also includes a monthly allotment of usage-based AI Credits, so heavy agent-mode or chat use can push your total above the base price.
What are GitHub Copilot AI Credits?
AI Credits are Copilot's usage-based billing unit introduced June 1, 2026. Every plan includes a monthly allotment; paid plans can buy more. Credits are consumed based on token consumption — input, output and cached tokens — at each model's listed API rates. Agent mode, chat, and code review draw from your pool; when it runs out, extra usage bills as overage at API token rates.
Did code completions become paid in 2026?
No. Code completions and Next Edit suggestions do NOT consume AI Credits on any plan, including Free. They remain part of your base subscription. Only agent mode, chat, and code review draw from the monthly AI Credit pool, so ordinary autocomplete coding stays predictable in cost.
Why did my Copilot bill change in 2026?
On June 1, 2026, Copilot moved from counting fixed "premium requests" to usage-based AI Credits billed on actual token consumption at each model's API rates. Heavy agent-mode and chat usage on frontier models now burns your credit pool faster, and overage is charged at API token rates. Business and Enterprise plans get 2x promotional AI Credits through August 2026 during the transition.
How do I reduce GitHub Copilot costs?
Use Terse to compress prompts and flag redundant context in VS Code before it reaches the model; lean on free code completions, which don't spend credits; avoid dumping duplicate context into chat and agent mode; route simple tasks to cheaper models; and track per-request token cost so you catch expensive agent turns before they drain credits and trigger overage.
Is GitHub Copilot Pro or Pro+ worth it?
Pro at $10/mo suits most developers who mainly use completions and light chat — completions don't spend credits, so daily autocomplete stays free within the plan. Pro+ at $39/mo fits heavy agent-mode and frontier-model users, with a larger credit allotment and stronger models. If you routinely hit overage, moving up a tier or cutting token usage with Terse is usually cheaper than paying overage.

Compare Other AI Tool Pricing

See how GitHub Copilot stacks up against other AI coding tools — and reduce token costs across all of them.

🧠 Claude Code Pricing 2026 ⌨️ Cursor Pricing 2026 🤖 Terse for GitHub Copilot 🧮 Token Cost Calculator

Cut Your Copilot Bill by 40–70%

Terse compresses prompts, flags redundant context, and tracks per-request token cost right in VS Code. 30-day free trial — no credit card required until your trial ends.

Start Free Trial — macOS Calculate Your Savings