Thumbnail with bold headline “CLAUDE PRICING 2026 / WHAT YOU REALLY PAY” in yellow and white text on a dark blue gradient background, featuring a white app-style tile with the orange Claude logo on the right.

Claude Pricing 2026: Every Plan, API Cost, and Hidden Fee Explained

Claude pricing in 2026 ranges from $0 on the free tier to $200/month on Max 20x, with API costs from $1 per million input tokens on Haiku 4.5 up to $25 per million output tokens on Opus 4.7. There are five consumer plans, two Team seat types, custom Enterprise pricing, and a separate per-token API ladder.

This guide breaks down every Claude pricing dimension you’ll actually pay for: subscription tiers, API rates per million tokens, Claude Code, AWS Bedrock, prompt caching, and the Batch API. We pulled every number directly from claude.com/pricing, the official Claude API docsa AWS Bedrock, then ran the math on what each plan really costs in real workflows. For how Claude stacks up against every other major AI tool plan-by-plan, see our complete AI pricing comparison.

The Key Takeaways

  • Free tier is permanent with roughly 30-100 messages per day depending on conversation length
  • Claude Pro is $20/month ($17/month with annual billing) and includes Claude Code at no extra cost
  • Claude Max has two tiers, $100/month (5x Pro usage) and $200/month (20x Pro usage)
  • API pricing: Opus 4.7 at $5/$25 per million tokens, Sonnet 4.6 at $3/$15, Haiku 4.5 at $1/$5
  • Prompt caching cuts input cost by up to 90% a Batch API gives a flat 50% discount

How Much Does Claude Cost in 2026?

Claude has four ways to pay: a free tier, three consumer subscriptions (Pro, Max, Team), an Enterprise contract, and the pay-per-token API. Most readers want the consumer ladder, so here it is.

PlanMonthlyAnnualBest for
Free$0$0Casual chat, light testing
Pro$20$17/mo ($200 upfront)Power users, Claude Code, Cowork
Max 5x$100Monthly onlyHeavy users, 5x Pro limits
Max 20x$200Monthly onlyPro engineers, agentic workflows
Team Standard$25/seat$20/seatSmall teams, SSO, admin
Team Premium$125/seat$100/seatEngineering teams (includes Claude Code)
EnterpriseCustomCustomCompliance, HIPAA, SCIM, audit logs

Pro and Max are the two plans most individuals pick. Team and Enterprise are seat-based and require a minimum of 5 seats.

Is Claude Free?

Yes. The Claude Free plan has no expiration and includes web, iOS, and Android chat with Claude Sonnet 4.5 as the default model. You also get web search, file uploads (up to 20 files per chat, 30 MB max), Artifacts, and basic projects.

The catch is the rolling usage window. Anthropic uses a session-based limit that resets every five hours instead of a fixed daily cap. In practice that translates to about 15-40 messages per 5-hour window, or roughly 30-100 messages a day depending on conversation length and file uploads. Long PDFs and image attachments burn the cap faster than short text turns.

How Much Does Claude Pro Cost?

Claude Pro is $20/month billed monthly, or $17/month equivalent ($200 upfront) on the annual plan. That is a 15% discount for paying yearly.

Pro adds everything the free tier has, plus:

  • Claude Code terminal coding agent at no extra cost
  • Claude Cowork desktop AI agent
  • Claude Design for slides, prototypes, and mockups
  • Projects with persistent context
  • Research mode for deeper, slower answers
  • Excel, PowerPoint, and Word extensions
  • Higher message limits (roughly 40-45 messages per 5-hour window)
  • Priority access to Opus 4.7 (with usage caps)

Pro is the right pick for most knowledge workers, writers, and developers who want Claude Code without paying API rates.

How Much Does Claude Max Cost?

Claude Max comes in two flavors: Max 5x at $100/month a Max 20x at $200/month, both billed monthly only (no annual discount as of April 2026).

The “5x” and “20x” refer to usage caps relative to Pro. Real numbers reported by users:

  • Max 5x: roughly 225 messages per 5-hour window
  • Max 20x: roughly 900 messages per 5-hour window

Both Max tiers add early feature access and priority traffic during peak hours. Max is the plan to pick if you run agentic workflows in Claude Code or long Cowork sessions, both of which burn tokens far faster than chat.

Team and Enterprise Pricing

Standard is $25/seat/month monthly or $20/seat/month annual, with a 5-seat minimum and a 150-seat ceiling. Premium is $125/seat/month monthly or $100/seat/month annual, and is the seat type that includes Claude Code.

You can mix and match Standard and Premium seats inside one team account. SSO, centralized billing, admin controls, enterprise search, and a model-training opt-out are all included.

Enterprise is sales-led with custom pricing. The published structure is $20/seat plus usage at API rates. You get everything in Team plus SCIM, audit logs, the compliance API, HIPAA readiness, IP allowlisting, and role-based access. Larger organizations also get a 500K context window option negotiated separately.

Claude API Pricing per Million Tokens

The Claude API is priced per million tokens (MTok) with separate input and output rates. Here are the current rates from platform.claude.com/docs/en/about-claude/pricing.

ModelInputOutput5-min cache writeCache read
Claude Opus 4.7$5$25$6.25$0.50
Claude Opus 4.6$5$25$6.25$0.50
Claude Opus 4.1$15$75$18.75$1.50
Claude Sonnet 4.6$3$15$3.75$0.30
Claude Sonnet 4.5$3$15$3.75$0.30
Claude Haiku 4.5$1$5$1.25$0.10
Claude Haiku 3.5$0.80$4$1$0.08
Claude Haiku 3$0.25$1.25$0.30$0.03

All values are USD per million tokens. Output is always 5x more expensive than input, which is the single most important rule for budgeting Claude API spend.

Important Caveat on Opus 4.7

Pricing for Claude Opus 4.7 stays at the same $5/$25 rate as Opus 4.6, but Anthropic shipped a new tokenizer with 4.7 that produces up to 35% more tokens for the same fixed text. Your real bill per request goes up even though the rate card hasn’t changed. Re-estimate your token math before swapping models.

Long Context and Fast Mode

The full 1 million token context window on Opus 4.7, Opus 4.6, and Sonnet 4.6 is included at standard pricing. A 900K-token request is billed at the same per-token rate as a 9K request, so there is no long-context premium on the Claude API for these models.

Fast mode on Opus 4.6 (research preview) charges 6x standard rates: $30/MTok input, $150/MTok output. It’s only worth it when latency matters more than cost.

How to Cut Your Claude API Bill: Caching and Batch

Two features cut your token spend by 50-90%.

Prompt Caching

Cache reads cost just 10% of the standard input price. Cache writes cost 1.25x base input (5-minute TTL) or 2x (1-hour TTL). For workloads with large repeated context, like agent loops, RAG over the same docs, or long system prompts, caching pays off after a single cache hit on the 5-minute tier.

Worked example: 50,000 input tokens on Opus 4.7 with 40,000 of them cached:

  • Uncached: 50,000 × $5 / 1M = $0.25
  • Cached: 10,000 × $5 + 40,000 × $0.50, all per million = $0.07

That’s a 72% drop on input cost for the same request. Output tokens are unaffected.

Batch API

The Batch API processes requests asynchronously inside a 24-hour window in exchange for a flat 50% discount on both input and output. It works on every Claude model, every tier.

ModelBatch inputBatch output
Opus 4.7$2.50$12.50
Sonnet 4.6$1.50$7.50
Haiku 4.5$0.50$2.50

Batch is ideal for overnight document processing, dataset labeling, and any workload where same-second responses don’t matter.

How Much Does Claude Code Cost?

Claude Code is not sold as a separate subscription. It rides on top of an existing Claude account in one of three ways:

  • Pro plan at $20/month (Code included)
  • Max 5x at $100/month or Max 20x at $200/month (Code included with higher usage)
  • Team Premium at $100/seat/month annual (Code included on Premium seats only)
  • Pay per token via the Claude API at standard model rates with no monthly floor

There is no free Claude Code plan. If you only run Code occasionally and don’t need consumer chat, the API path is cheaper. If you use it daily for serious agentic work, Max 5x is the sweet spot for most engineers because Code burns through Pro limits quickly.

The Pro/Max plan path has fixed monthly cost, predictable budget, and no token math. The API path has no upper bound but works out cheaper for low-volume use. Pick based on usage pattern, not gut feel.

AWS Bedrock Claude Pricing

Anthropic Claude is available on AWS Bedrock, Google Vertex AIa Microsoft Foundry. Per-token rates on Bedrock match the direct Claude API rates for most models, with two important wrinkles.

Wrinkle 1, regional surcharges. Starting with Sonnet 4.5 and Haiku 4.5, Bedrock offers two endpoint types. Global endpoints are the default and route dynamically; regional endpoints guarantee data routing through a specific region and add a 10% premium over global pricing. Earlier models retain their existing pricing regardless of endpoint.

Wrinkle 2, cross-region inference. Enabling cross-region inference adds another routing surcharge. AWS publishes the live numbers on the Bedrock pricing page; check there before estimating spend.

Bedrock supports on-demand (pay per token), batch (50% off, same as direct API), and provisioned throughput (reserved capacity) billing modes. The 90% cache discount also carries over.

When to pick Bedrock over the direct Claude API:

  • You already run on AWS and want consolidated billing
  • You need data residency in a specific region
  • You want IAM-based access control without custom auth

When to stay on the direct Claude API:

  • You want the cheapest possible global endpoint
  • You need the latest models on day one (Bedrock often lags by weeks)
  • You’re using features like Claude Managed Agents that ship API-only

Claude Pricing vs ChatGPT

Both Claude Pro and ChatGPT Plus cost $20/month at the standard tier, so the headline price is identical.

TierClaudeChatGPT
FreeYes, ad-freeYes, with ads (since Feb 2026)
StandardPro $20/moPlus $20/mo
MidMax 5x $100/mon/a
TopMax 20x $200/moPro $200/mo
Cheap entryn/aGo $8/mo (98 countries, ads)
API top modelOpus 4.7 $5/$25GPT-5.5 $5/$30

Two practical differences. First, Claude Pro includes Claude Code at $20, while ChatGPT Plus does not include the equivalent terminal agent. Second, Claude is ad-free across every tier, while ChatGPT now runs ads on Free and Go. If you mostly code, Claude is the better $20. If you mostly use multimodal image generation, ChatGPT wins on default toolset. For the full ChatGPT plan ladder including the new $100 Pro tier and the $8 Go plan, see our ChatGPT pricing guide.

Enterprise Add-ons and Hidden Costs

A few line items that often catch buyers by surprise:

  • Web search tool on the API: $10 per 1,000 searches plus standard token cost for the returned content
  • Code execution tool: free with web search/web fetch; standalone billed at $0.05/hour per container beyond 1,550 free hours/month per organization
  • Claude Managed Agents session runtime: $0.08 per session-hour on top of token costs
  • US-only data residency on the Claude API: 1.1x multiplier on all token categories
  • Tool use system prompt overhead: 313-346 tokens added per request when tools are enabled

These look small per call but stack on agentic workloads that run thousands of tool calls.

A Cheaper Alternative: One Subscription, All the Models

Here’s the honest tradeoff with Claude pricing. If you want Claude plus other models, like ChatGPT, Gemini, Grok, and DeepSeek, you’d stack Claude Pro $20, ChatGPT Plus $20, Gemini Advanced $20, plus Grok and DeepSeek paid tiers. That’s roughly $80-$100/month just to keep accounts open.

Fello AI is a single subscription that bundles Claude, ChatGPT, Gemini, Grok, and DeepSeek in one Mac, iPhone, and iPad app for $9.99/month. Same prompt, switchable models, no juggling logins. It’s not a replacement for Claude Pro if you live in Claude Code, but for everyday chat and side-by-side model comparisons, the math is hard to beat.

Závěr

The simplest version of Claude pricing in 2026: $0 free, $20 Pro, $100 or $200 Max, custom Team and Enterprise, plus per-token API rates that scale from $1/MTok input on Haiku to $75/MTok output on Opus 4.1. Pick Pro for everyday use, Max for heavy Code/Cowork workloads, and the API only when you want pay-as-you-go.

If you want one bill that covers Claude a every other major model, try Fello AI at $9.99/month. Otherwise, head to claude.com/pricing, pick the tier that matches your usage window, and start building.

FAQ

How much does Claude cost per month?

Claude Pro is $20/month ($17 with annual billing). Max is $100/month for 5x Pro usage or $200/month for 20x. Team starts at $25/seat/month, Enterprise is custom.

Is Claude free?

Yes. The Free plan never expires and includes Sonnet 4.5, web search, file uploads, and Artifacts. Limits reset every five hours and translate to roughly 30-100 messages per day.

How much does Claude Code cost?

Claude Code is bundled with Pro ($20/month), Max ($100 or $200/month), and Team Premium ($100/seat annual). There is no standalone Claude Code subscription; you can also use it via the API at standard per-token rates.

What is Claude API pricing per million tokens?

Opus 4.7 is $5 input / $25 output per million tokens. Sonnet 4.6 is $3/$15. Haiku 4.5 is $1/$5. Prompt caching cuts input cost by up to 90% and Batch API gives a flat 50% discount.

Is AWS Bedrock cheaper than the Claude API?

Bedrock matches direct Claude API rates for most models. Regional endpoints add a 10% premium, and cross-region inference adds another surcharge. The direct Claude API is usually cheaper unless you need data residency or AWS-native billing.

Share Now!

Facebook
X
LinkedIn
Threads
E-mail

Získejte exkluzivní tipy o umělé inteligenci do své e-mailové schránky!

Získejte náskok díky odborným poznatkům o umělé inteligenci, kterým důvěřují špičkoví technologičtí profesionálové!