Claude Fable 5
Long-running agents and the hardest work
Anthropic's most capable widely released model for complex reasoning, science, math, and advanced coding.
Anthropic model guide
Plan Claude workloads without treating every model as interchangeable. Compare Fable, Sonnet, Opus, and Haiku, then estimate the cost of long documents, coding sessions, support analysis, or agents at your expected traffic.
Anthropic frames model selection as a tradeoff among capability, speed, and cost. This shortlist keeps that decision concrete. Begin with the least expensive model that might pass your evaluation, then move up only when the result is measurably better for the task.
Long-running agents and the hardest work
Anthropic's most capable widely released model for complex reasoning, science, math, and advanced coding.
Strong capability with lower latency and cost
The balanced choice for production agents, coding, analysis, and general workloads that still need substantial intelligence.
Complex agentic coding and enterprise work
Anthropic's latest Opus model for deep reasoning, agentic coding, long-horizon tasks, and demanding enterprise workflows.
Fast, high-volume requests
The cost-effective choice for classification, routing, short summaries, and latency-sensitive product interactions.
Interactive cost estimate
Set the size of a Claude request and its monthly volume. The table compares the Anthropic models in the site's current pricing data.
Rates are per 1M tokens. Results are sorted from highest to lowest monthly estimate.
Context 1M / 128K
$0.6800 per request
Context 1M / 128K
$0.6800 per request
Context 1M / 128K
$0.3400 per request
Context 1M / 128K
$0.3400 per request
Context 1M / 128K
$0.2040 per request
Context 1M / 128K
$0.1360 per request
Context 200K / 64K
$0.0680 per request
| Model | Rates per 1M | Per request | Per month |
|---|---|---|---|
Claude Fable 5 Context 1M / 128K | Input $10 Cache read $1 Output $50 | $0.6800 | $1,360 |
Claude Mythos 5 (limited availability) Context 1M / 128K | Input $10 Cache read $1 Output $50 | $0.6800 | $1,360 |
Claude Opus 4.8 Context 1M / 128K | Input $5 Cache read $0.5 Output $25 | $0.3400 | $680.0000 |
Claude Opus 5 Context 1M / 128K | Input $5 Cache read $0.5 Output $25 | $0.3400 | $680.0000 |
Claude Sonnet 4.6 Context 1M / 128K | Input $3 Cache read $0.3 Output $15 | $0.2040 | $408.0000 |
Claude Sonnet 5 Context 1M / 128K | Input $2 Cache read $0.2 Output $10 | $0.1360 | $272.0000 |
Claude Haiku 4.5 Context 200K / 64K | Input $1 Cache read $0.1 Output $5 | $0.0680 | $136.0000 |
This is a planning estimate for text requests. Prompt-cache writes, Batch API discounts, tools, regional pricing, and other separately billed features are not included.
Long-context work tends to hide cost in places a word count misses. A document review request may include a system prompt, the source document, a rubric, prior turns, tool definitions, and a long answer. Measure each piece before deciding whether the whole document belongs in every call.
Keep source text separate from the expected answer in your estimate. If the document rarely changes, evaluate prompt caching instead of resending it at the ordinary input rate forever.
Repository context, tool results, patches, and conversation history accumulate quickly. Summarize stale turns and send only the files the next step genuinely needs.
A short classification or summary often fits Haiku. Escalate ambiguous or high-impact cases after the first pass rather than paying a top-tier rate for every ticket.
Budget for repeated turns, not just the opening prompt. An agent that loops through tools can multiply both input context and output much faster than a single chat request.
Send routine classification and extraction to Haiku, keep Sonnet as the general default, and reserve Fable for requests that prove they need it.
Prompt caching can help when the same large instructions or documents appear across requests. Include write and storage rules in the final business case.
Anthropic offers Batch API pricing for asynchronous jobs. It can change the economics of evaluations, classification runs, and offline document processing.
Anthropic documents model-specific tokenizer changes. Newer Claude families can produce a different token count for the same text, so the official counting endpoint for your selected model is the best check before enforcing a hard limit.
Sonnet is usually the sensible model to evaluate first when you need a balance of capability, speed, and cost. Haiku fits simpler high-volume work, while Fable is aimed at the hardest jobs and long-running agents.
Count the instructions, document text, conversation history, and expected answer separately. Then multiply the full request estimate by its monthly volume and account for any cache writes or Batch API usage outside this calculator.
No. Eligible cache reads can be cheaper, but cache writes and storage rules still matter. Dynamic parts of the request continue to use ordinary input pricing.