Claude Code Pricing
Captured source
source ↗Announcing our Series D and $1B ARR
Blog
Claude Code Pricing Claude Code pricing: plans, API costs, and how to lower your bill
PUBLISHED 4/23/2026
Table of Contents What are the current Claude Code plans for Pro, Max, Team, Enterprise, and API usage? How does Claude API pricing work for input, output, cache, and batch rates? What drives Claude Code spend toward $150 to $250 per developer per month? How does Claude Code separate the coding tool from the model endpoint? How do Fireworks-hosted models compare to Claude on Artificial Analysis? How should teams evaluate model quality and total task cost? How do you route Claude Code, OpenCode, or another harness through Fireworks?
How to keep Claude Code and use FireConnect
How to use OpenCode, Cline or another harness with the OpenAI-compatible API
Which Fireworks model is best to use with Claude Code?
Is a lower-cost model layer worth it for your Claude Code bill?
Table of Contents
If you are developing software professionally in 2026, there is a good chance you have used Claude Code. There’s an even better chance that your token consumption has increased at least 3x in the past year. With that, developers globally are now paying close attention to the cost of said token usage. Claude Code costs depend on how a developer accesses it. Pro, Max, and Team subscriptions include usage within plan limits. API users pay by token, while Enterprise combines a seat price with usage-based charges. For API and Enterprise deployments, the selected model has a direct effect on cost. While Anthropic models are the default, Fireworks-hosted open-weight models such as GLM 5.2 , Kimi K2.7 Code , and MiniMax M3 are also accessible, and have lower per-token rates than Fable, Opus 4.8, or Sonnet 5. Many open-weight models have also narrowed the gap on agentic coding evaluations, although benchmark scores do not guarantee equivalent results on a particular repository. Claude Code provides the coding interface and agent loop. Its configured model endpoint supplies the model behavior behind that interface. Fireworks supports two ways to test a lower-cost model layer: • Keep Claude Code : use FireConnect to route supported Claude Code model calls through Fireworks’ Anthropic-compatible endpoint. The CLI remains familiar, but model behavior, tool support, latency, and output quality can change. • Use an OpenAI-compatible coding harness : connect OpenCode , Cursor , Cline , Aider , or another compatible harness to Fireworks’ OpenAI-compatible API.
Evaluate either path with real repository tasks before standardizing. Compare completion rate, model spend, latency, retries, and human repair time rather than relying on token rates alone. What are the current Claude Code plans for Pro, Max, Team, Enterprise, and API usage?
Anthropic offers subscription, usage-credit, and API-based ways to pay for Claude Code. The relevant cost model depends on the account and authentication method. Path Current pricing (July 2026) What it means for Claude Code Free $0 Anthropic's free tier supports Claude chat features. Claude Code requires a paid plan. Pro $17/month (billed annually) The first individual plan that includes Claude Code. Usage is included in the subscription, subject to plan limits. Max 5x / Max 20x $100/month or $200/month Includes Claude Code with 5x or 20x more usage than Pro, subject to plan limits. Team Standard $20/seat/month (billed annually); 5-seat minimum Includes Claude Code and Claude Cowork. Usage draws from rolling session and weekly allowances shared across Claude products. Team Premium $100/seat/month (billed annually); 5-seat minimum Includes 5x more usage than a Standard seat, subject to rolling session and weekly allowances. Enterprise $20/seat plus usage at API rates Includes Claude Code and Cowork, spend controls, governance, audit logs, and custom data retention. Usage cost varies by model and task. API usage Model-specific input, output, cache, and tool costs Claude Code usage authenticated through the API is billed by consumption.
For Pro and Max subscribers, usage is included within plan limits, so the dollar estimate shown by /usage is not a direct billing figure. The command still shows plan bars, activity statistics, and a breakdown of token usage. Subscription users who enable additional usage credits can incur charges after reaching their included allowance. API and Enterprise usage is priced according to model consumption. Anthropic’s Claude Code cost documentation reports an enterprise average of about $13 per active developer per day, or $150 to $250 per month. However, actual spend varies with the model, codebase size, context length, tool calls, subagents, automation, and parallel sessions. How does Claude API pricing work for input, output, cache, and batch rates?
Claude API pricing charges separately for base input, cache writes, cache hits, and output. Current list prices per million tokens are: Model Base input 5-minute cache write 1-hour cache write Cache hit Output Fable 5 $10 $12.50 $20 $1 $50 Opus 4.8 $5 $6.25 $10 $0.50 $25 Sonnet 5 through August 31, 2026 $2 $2.50 $4 $0.20 $10 Sonnet 5 starting September 1, 2026 $3 $3.75 $6 $0.30 $15 Haiku 4.5 $1 $1.25 $2 $0.10 $5
Prompt caching charges 1.25 times the base input rate for a five-minute cache write and twice the base rate for a one-hour write. Reading cached content costs 10% of the base input rate. According to Anthropic, caching pays off after one cache read with the five-minute duration or after two reads with the one-hour duration. Anthropic's Batch API discounts input and output tokens by 50% for eligible asynchronous workloads. Prompt-caching charges can still apply to batch requests, so teams should account for cache writes and reads separately from the discounted input and output rates. Context size still controls much of the bill. Tool-heavy workflows add definitions, results, logs, diffs, and test output to each request. Extended thinking is also billed as output. If you’ve been using Anthropic models for a while, keep in mind that Sonnet 5's newer tokenizer produces approximately 30% more tokens than Sonnet 4.6 for the same text, with the exact increase depending on the workload. When trying to estimate potential costs, measure token use against representative repositories rather than extrapolating from a short prompt. What drives Claude Code spend toward $150 to $250 per developer per month?
The $150 to $250 range comes from...
Excerpt shown — open the source for the full document.