Claude Code pricing in 2026: what every plan actually costs

Claude Code is included with every paid Claude plan. The hard question is not whether to pay, it is which of four billing rails fits how you actually work. Here is the arithmetic, with current numbers.

By the Continuum team. We build a workbench that runs Claude Code, Codex, and their peers, so the model rates quoted here are the ones our own cost analytics ship with.

The short version

Claude Code is included with Claude Pro at $20/mo, Max 5x at $100/mo, Max 20x at $200/mo, and Team seats at $25/mo standard or $125/mo premium. The free Claude plan does not include it. You can also pay per token through the Claude API with no subscription. Anthropic's own docs put enterprise Claude Code spend at roughly $13 per developer per active day and $150 to $250 per developer per month, which is why subscriptions win for daily interactive coding and the API wins for CI, scripts, and spiky use. All figures as of August 2026.

What you need to know
  • Claude Code is included in every paid Claude plan. There is no separate Claude Code SKU, and the free plan does not include it.
  • Pro at $20/mo (or about $17/mo billed annually) is real but tight for full-time agent work.
  • Max 5x ($100/mo) and Max 20x ($200/mo) are the same product with 5x and 20x Pro's usage allowance.
  • Team is $25/seat/mo standard and $125/seat/mo premium (about $20 and $100 billed annually); the premium seat carries the 5x multiplier.
  • API pricing as of August 2026: Opus 5 at $5 / $25 per million input/output tokens, Sonnet 5 at $2 / $10 on introductory pricing through 31 August 2026, Haiku 4.5 at $1 / $5.
  • Usage credits are a fifth option: keep working past a plan limit and pay list API rates for the overflow.

Every way to pay, priced

Anthropic sells access to Claude Code five different ways, and most write-ups treat them as one ladder. They are not one ladder. Three are prepaid subscriptions with usage windows, one is metered with no windows at all, and one is a top-up that bridges the two.

Plans that include Claude Code, checked against claude.com/pricing on 7 August 2026.

PlanPriceRelative usageWho it is for
Free$0No Claude CodeChat only. Claude Code access is not included.
Pro$20/mo, or about $17/mo billed annually ($200 up front)Baseline (1x)Part-time agent use, a few focused sessions a week.
Max 5x$100/mo5x ProDaily driver for one engineer coding with agents most days.
Max 20x$200/mo20x ProAll-day agent work, long autonomous runs, parallel sessions.
Team standard seat$25/seat/mo, about $20 billed annuallyMore than ProTeams that want central billing and admin controls.
Team premium seat$125/seat/mo, about $100 billed annually5x multiplierEngineers on a team plan who live in Claude Code.
EnterpriseSeat price plus usage at API ratesNegotiatedCentral policy, SSO, analytics API, custom terms.
Claude APIPer token, no subscriptionNo plan windowsCI, scripts, spiky use, or a product built on Claude.

Where the money actually goes on a team plan

On Team and Enterprise, each member's Claude Code usage draws from a per-seat allowance on a rolling five-hour window and a weekly window, and that allowance is shared with Claude chat and Cowork. So a developer who spends the morning in chat has less left for agents that afternoon. Budget a coding seat higher than a chat seat: every Claude Code turn carries file contents, tool results, and multi-step reasoning.

What a subscription actually buys

Pro$20/mo1x usageMax 5x$100/mo5x usageMax 20x$200/mo20x usageClaude Code is included in all three. The tiers sell headroom, not access.
The tiers sell headroom. Claude Code is included on all three; what changes is how much you can run before a window closes.

Subscription usage is not sold in dollars or in tokens you can see. It is a rolling five-hour window plus a weekly cap, and the plans differ by a multiplier on both. That means "how much Claude Code can I run" has no single number: it depends on the model, the size of your context, and how noisy your tool output is.

  • Pro handles short, focused sessions comfortably. Three or four half-hour agent tasks a day rarely hit a wall.
  • Max 5x is where a normal full working day of agent-assisted coding stops being interrupted, as long as you are not on the largest model for everything.
  • Max 20x is what you buy for parallel agents, long autonomous runs, or an Opus-by-default habit.

There is a third limit almost nobody accounts for: a separate Opus allowance. When you exhaust it the CLI says You've hit your Opus limit and you can keep working by running /model and switching. The session and weekly limits are shared across all models, so switching does not help with those two.

API pricing, and where the break-even sits

The API is a different billing model entirely. No monthly fee, no five-hour window, no weekly cap. You pay for every input and output token, and Claude Code will happily spend them.

Claude API list rates per million tokens, from platform.claude.com/docs/en/about-claude/pricing, checked 7 August 2026. Providers reprice; check the vendor page before budgeting against these.

ModelInputOutput5-min cache writeCache read
Claude Fable 5$10.00$50.00$12.50$1.00
Claude Opus 5$5.00$25.00$6.25$0.50
Claude Sonnet 5 (introductory, through 31 Aug 2026)$2.00$10.00$2.50$0.20
Claude Sonnet 5 (from 1 Sep 2026)$3.00$15.00$3.75$0.30
Claude Haiku 4.5$1.00$5.00$1.25$0.10

The three multipliers that decide your bill

Agent sessions are input-heavy in a way chat is not. Every tool result, every file read, every diff goes back into context on the next turn, so a long session re-sends a large prompt many times. Prompt caching absorbs most of that, and the caching multipliers are what make the arithmetic work.

  • 5-minute cache write: 1.25x the base input price.
  • 1-hour cache write: 2x the base input price.
  • Cache read (a hit): 0.1x the base input price. This is the number that saves you.

A 5-minute cache pays for itself after one read; a 1-hour cache pays for itself after two. In practice a long Claude Code session is mostly cache reads, which is why a session showing a million tokens of traffic can still cost less than a dollar.

What it actually costs per developer

Anthropic publishes real numbers rather than making you guess. Across enterprise deployments, the average is around $13 per developer per active day and $150 to $250 per developer per month, with 90% of users staying below $30 per active day.

Metered API cost against subscription price, using Anthropic's published per-developer averages (August 2026).

Usage shapeMetered API, per monthCheapest subscription that covers it
4 active days a monthAbout $52Pro, $20/mo
12 active days a monthAbout $156Max 5x, $100/mo
20 active days a month (typical full-time)About $260Max 5x or Max 20x depending on model mix
20 active days at the 90th percentile ($30/day)About $600Max 20x, $200/mo

Where the API still wins

  • CI and automation. A GitHub Action cannot hold an interactive subscription session.
  • Spiky usage. Two heavy days a month costs less metered than $100 standing.
  • No window risk. API calls do not stop because a rolling window filled up. Before a deadline, that predictability has value.
  • Multi-tenant products. If you are building on top of Claude, you need API keys regardless.
  • Batch work. The Batch API is 50% off input and output, which no subscription matches for offline jobs.

Usage credits: the option most people miss

There is a fifth rail that sits between "prepaid plan" and "metered API": usage credits let you keep working past your plan's limit and pay for the overflow. Run /usage-credits in a session after signing in with a claude.ai subscription; the command is not available under API-key authentication.

Your roleWhat /usage-credits does
Pro or Max subscriberOpens your billing settings in the browser
Team or Enterprise member with billing accessOpens your organization's usage settings
Team or Enterprise member without billing accessAsks you to confirm, then sends a request to your admins

The five ways people overpay

1. Defaulting to the largest model for everything

Opus 5 is 5x the output price of Haiku 4.5 and noticeably slower. A large fraction of agent work (running tests, renaming things, applying a described change, writing boilerplate) does not benefit. Dropping routine work to Sonnet or Haiku is the single biggest lever on both cost and rate-limit headroom, and it is one keystroke: /model.

2. Letting context grow unchecked

Because every turn re-sends the conversation, a session carrying 150k tokens pays that on every subsequent message. Anthropic's own guidance is blunt about it: a one-line question in a session that has been open all day still draws usage for the whole conversation. /clear between unrelated tasks costs nothing, while /compact reads the whole conversation in order to summarise it and is itself a large request.

3. Paying for cache misses you could have avoided

Your first message after a break longer than the cache lifetime reprocesses your full context at the full input rate. The lifetime is an hour on a subscription, five minutes on an API key or once you are on usage credits. If you know you are stepping away for two hours, clear the session before you go rather than after you come back.

4. Buying Max 20x for one heavy week a quarter

Subscriptions do not roll over. If your usage is genuinely bursty, Pro plus an API key for overflow beats a standing $200.

5. Paying twice for the same work

Plenty of people hold a Claude Max subscription and a Cursor or Copilot seat and run agents on both. That is fine if each is doing a distinct job. It is waste if the agent work quietly consolidated onto one of them and nobody cancelled the other.

Stacking subscriptions instead of upgrading

People arrive at this independently once they hit limits regularly: rather than buying a bigger single plan, run two accounts. Two Max 5x subscriptions at $100 each cost the same as one Max 20x at $200, and give you two independent five-hour windows instead of one larger one.

Which is better depends on the shape of your work. One Max 20x gives a single session more room. Two Max 5x accounts give you two sessions that cannot starve each other, which is what you want if you run agents in parallel.

The mechanical problem is that the Claude CLI stores one credential per machine user, so a second login clobbers the first. Isolating them means pointing each session at its own config directory via CLAUDE_CONFIG_DIR.

Running a second Claude account without clobbering the first
# Give the second account its own config root
export CLAUDE_CONFIG_DIR="$HOME/.claude-work"
claude   # this session logs in and stores creds under ~/.claude-work

# Your original account is untouched under the default ~/.claude
# Check which one you are on before a long run
claude
> /status

Which plan should you buy

If this is youBuy
Trying Claude Code out, a few sessions a weekPro, $20/mo
Coding with agents most working days, one session at a timeMax 5x, $100/mo
Long autonomous runs, parallel agents, Opus by defaultMax 20x, $200/mo
Two or three parallel sessions that must not starve each otherTwo Max 5x accounts rather than one Max 20x
A team that needs central billing and adoption analyticsTeam, premium seats for the engineers who live in it
CI, scripts, or a product built on ClaudeAPI keys, no subscription
Two heavy weeks a quarter, quiet otherwisePro plus an API key for overflow
Occasionally blocked on a deadline dayYour current plan plus usage credits, not the next tier

Start one tier lower than you think you need. Upgrading takes thirty seconds and the wasted month you avoid is real money. The signal to upgrade is not "I hit a limit once", it is "I hit limits during work I had planned to finish that day", two weeks running.

Questions people ask

No. There is no free tier. The setup docs state that Claude Code requires a Pro, Max, Team, Enterprise, or Console account, and that the free Claude plan does not include access. The cheapest route is Pro at $20/mo, or per-token API billing with no subscription.

No. Claude Code is included with Pro at $20/mo. Max 5x and Max 20x give you 5x and 20x Pro's usage allowance, not extra features.

On a subscription, $20 to $200 depending on tier. On metered API billing, Anthropic's enterprise averages are roughly $13 per developer per active day and $150 to $250 per developer per month, with 90% of users under $30 per active day.

Yes. Claude Code draws on the same plan allowance as the Claude apps and Cowork. A heavy coding session reduces what is left for chat in that window, and vice versa.

Almost never for daily interactive coding. At Anthropic's published $13 per active day, twelve active days already exceed a $100 Max 5x plan. The API wins for CI, spiky use, batch jobs at the 50% discount, and programmatic access.

Claude Code stops accepting new turns and shows the reset time, for example "You've hit your session limit, resets 3:45pm". Session and weekly limits are shared across models, so switching model does not help. An Opus-specific limit is the exception: run /model and keep working.

Yes, if both accounts are legitimately yours. The obstacle is that the CLI keeps one credential per machine user, so you need to isolate them with CLAUDE_CONFIG_DIR or a tool that manages that for you.

Pro drops to about $17/mo billed annually ($200 up front), roughly a 15% saving. Team seats drop from $25 to about $20 standard and from $125 to about $100 premium. Worth it once you have already chosen a plan and stuck with it for a month.

Sources

Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.

  1. Claude plans and pricing subscription and seat prices
  2. Claude platform pricing API token rates and cache multipliers
  3. Claude Code: manage costs effectively per-developer averages, /usage, usage credits
  4. Claude Code setup which accounts include Claude Code
Try it

See where the
money actually goes.

Continuum prices your local Claude Code and Codex history with the same rate table on this page, and shows spend by repo, model, and day beside live quota gauges. Free app, your own subscription, no markup.

free app · your subscriptions · local-first