Claude Fable 5.1 pricing: every plan, model, and API cost explained

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Illustration of a Claude Fable 5.1 API rate card with token and cost meters

Claude Fable 5.1 pricing at a glance

Here is the whole rate card, straight from the Claude Platform pricing docs. Every figure is per million tokens (MTok), in USD.

MeterClaude Fable 5.1Claude Fable 5 (prior)
Base input$10 / MTok$10 / MTok
Output$50 / MTok$50 / MTok
Cache reads (hits and refreshes)$0.25 / MTok$1 / MTok
5-minute cache writes$12.50 / MTok$12.50 / MTok
1-hour cache writes$20 / MTok$20 / MTok

The pattern to notice: four of the five numbers are identical to Fable 5. This is not a new price tier, it is the same model rate card with one line rewritten. So if you were budgeting off Fable 5, your input and output math does not change at all.

The live Claude Platform pricing page scrolling through the full model rate card, as taken from the Anthropic docs

One more thing worth pinning down before you model any of this: Fable 5.1 uses the same tokenizer as Fable 5 (the one introduced with Opus 4.7). Against models older than Opus 4.7, the same text produces roughly 30% more tokens, so do not port a token estimate from a pre-4.7 model without adjusting for it.

The one number that changed: cache reads

If you only read one section, this is it. The cache-read price fell from $1 to $0.25 per million tokens, a 75% cut.

A bar chart showing Claude Fable 5.1's cache read price dropping 75%, from $1.00 down to $0.25 per million tokens
A bar chart showing Claude Fable 5.1's cache read price dropping 75%, from $1.00 down to $0.25 per million tokens

Why does one meter matter this much? Prompt caching lets you store a chunk of a prompt (a system prompt, a big document, tool definitions) once, then re-read it on later calls instead of paying full input price each time. On Fable 5.1, a cache read now costs 0.025x the base input price, versus 0.1x on other Claude models. The 512-token minimum cacheable length is unchanged.

The reason this lands so hard on agentic work: a long-running agent re-reads its context on every step. If your agent takes forty tool calls to finish a task, it is reading that cached prefix forty times. Cut the price of that read by three-quarters and the total bill moves a lot, even though the headline $10/$50 never budged. The change rewards exactly the kind of work Fable 5.1 is built for.

What "effective savings" actually means

Anthropic quotes two savings numbers, and they are worth reading carefully rather than treating as one figure. The cache-read cut lowers a typical workload's cost by about 25%, and a highly agentic workload's cost by up to 45%, versus Fable 5.

Two caveats on those numbers, because a percentage is only as good as its baseline:

  • They are measured against Fable 5, not against Opus 5 or any competitor. This is a same-model comparison.
  • They were measured at default effort over four weeks of real August 2026 usage across Claude Enterprise, Claude Code, and the API. Your mix of cached versus fresh tokens decides where you land in that 25-to-45% band. A workload that barely uses caching sees barely any of it.

The practitioners running it in anger reported roughly the same shape. One team put it plainly after a week on multi-agent loops:

"One team ran Claude Fable 5.1 for 7 days straight on multi-agent coding loops and cut token spend 25%"

That is the low end of the band, which is about what you would expect for a coding loop that is not maximally cache-heavy.

Batch, US-only, and the other line items

Two rates sit outside the main table and change the math for specific setups.

Batch processing runs at 50% off the standard rate: $5 per million input tokens and $25 per million output. If your work is not latency-sensitive (overnight document processing, bulk classification, offline evals), this is the single biggest lever on the whole card, bigger than the cache cut for non-interactive jobs.

US-only inference is available for workloads with a data-residency requirement, at 1.1x the input and output price. So $11 in / $55 out per million tokens if you need every request to run in the US.

Claude Mythos 5.1, the same underlying model with lighter safeguards, is priced identically to Fable 5.1. It is not a cheaper tier, and it is limited to Project Glasswing participants (vetted cyberdefenders and life scientists), so for almost everyone it is not a purchasing option anyway.

Fable 5.1 vs Opus 5 vs Sonnet 5

Pricing a single model in isolation hides the real decision, which is which Claude you should be paying for. Here is the current family, API rates per million tokens, from the platform pricing table.

A rate ladder comparing Claude Fable 5.1, Opus 5, and Sonnet 5 on input, cache read, and output price per million tokens
A rate ladder comparing Claude Fable 5.1, Opus 5, and Sonnet 5 on input, cache read, and output price per million tokens
ModelInputCache readOutput
Claude Fable 5.1$10$0.25$50
Claude Opus 5$5$0.50$25
Claude Sonnet 5$2$0.20$10

The counterintuitive bit: Fable 5.1 is the most expensive Claude on base input and output, twice Opus 5 and five times Sonnet 5, yet its $0.25 cache read is the cheapest of the three, undercutting even Opus 5's $0.50. That is not an accident. Anthropic priced the meter that a long agent session hammers, so the more agentic your workload, the more that gap works in Fable's favour.

Anthropic's own guidance is refreshingly blunt about when to actually pay for Fable. Their docs say to start with Opus 5 for most workloads and only reach for Fable 5.1 when Opus 5 at higher effort still falls short, or for the most ambitious long-running projects.

A three-step decision flow: start with Sonnet 5 or Opus 5, and only reach for Fable 5.1 when Opus 5 at high effort falls short on long-horizon agentic work
A three-step decision flow: start with Sonnet 5 or Opus 5, and only reach for Fable 5.1 when Opus 5 at high effort falls short on long-horizon agentic work

At least one developer found the cheaper-effort math compelling on its own terms:

"Fable 5.1 at low effort is often competitive with Opus and Sonnet on $ / task while scoring higher. on CursorBench 3.2.0, Fable 5.1 at low effort is at parity w/ Fable 5 at high effort at a third of the cost."

Effort is the lever most people miss when they compare rate cards: a model at low effort thinks less and spends fewer tokens, so the per-task cost of an "expensive" model can be lower than the sticker rate suggests. Fable 5.1's adaptive thinking is always on and controlled by the effort parameter, defaulting to high.

What you do not pay for

A small but real part of Claude Fable 5.1 pricing is the stuff that is now free that used to cost you money on a refusal.

Fable 5.1 reroutes some requests to safeguard models instead of answering. Flagged cyber queries fall back to Opus 4.8, flagged biology queries to Opus 5, and crucially you are not charged Fable prices for a rerouted request. There is also fallback credit that refunds the prompt-cache cost of switching models on a refused request, and you are not billed for a refusal that arrives before any output.

That billing detail matters because refusals are a live complaint. Developers hit false positives on their own code:

Hacker News

"Fable is useless. Me: "Find my security problems in my own code. This is code I own. I'm doing this under authorization of the CEO/CTO of our company." Fable: "yeah, no.""

To be fair to Anthropic, the direction of travel on this is better, not worse: Claude Code users can expect about 60% fewer cyber-safeguard interventions per session than on Fable 5, and Fable 5.1 can now identify software vulnerabilities defensively. The point for a budget is narrower: a refusal is annoying, but at least it is not a line on your invoice.

Plan availability and where you can call it

The token rate card is the API story. On the consumer side, Fable 5.1 is available to Pro, Max, Team, and Enterprise users, and it is not on the free tier. For the exact monthly subscription dollar figures, Anthropic points to claude.com/pricing, which is the source of truth to check live before quoting a Pro or Max number, since those move independently of the API rates above.

One nuance if you are on a subscription rather than the API: default effort differs by surface. Fable 5.1 defaults to high effort in Claude Code, and medium in Claude Cowork and on Claude.ai. Higher effort burns more tokens, which is part of why even Max users report hitting usage limits quickly on Fable-class models.

On the API, you can call claude-fable-5-1 across every major platform: the Claude API directly, Amazon Bedrock and Claude Platform on AWS, Google Cloud Vertex AI, and Microsoft Foundry. The rate card is the same wherever you call it from.

Estimate your Claude Fable 5.1 cost

Rate cards are abstract until you plug in your own numbers. This calculator takes token volumes and the split between fresh and cached input, and returns a monthly figure at Fable 5.1 rates, with Opus 5 and Sonnet 5 alongside for comparison. Everything runs in your browser, nothing is sent anywhere.

Play with the cache percentage and you will see the whole point of the 5.1 update: push more of your input through cache and Fable's total drops fast, because that is the one meter Anthropic slashed.

Model is infrastructure, eesel is the teammate

Here is the thing a rate card cannot tell you: the token price is not the cost of solving your problem, it is the cost of one raw ingredient. Claude Fable 5.1 is a model. To turn it into something that actually resolves a customer ticket, you still have to build retrieval over your help docs, guardrails so it does not confidently invent a refund policy, an escalation path to humans, and a way to test it before it touches a real customer. That work is where the real spend and the real risk live, not in the $10-versus-$50 line.

That is the gap eesel fills. eesel is an AI teammate platform, and its AI support teammate arrives already knowing how to do the job: it plugs into your existing helpdesk, trains on your past tickets and knowledge base, and joins the queue like a new hire. You do not assemble it from a model and a stack of glue code. And because a coding agent like Claude Code, Codex, or Cursor can drive the same teammate through the eesel CLI, the automation you build is scriptable end to end, not locked behind a dashboard.

The pricing difference is the part that matters for anyone who just read this whole rate card. Token metering is variable by design: a chatty agent run costs more than a terse one, and you find out after the fact. eesel bills per resolved ticket instead, so support automation stays a predictable line item no matter how many times the underlying model re-reads its context. You can try eesel free, and run it against your own historical tickets first to see the resolution rate and the cost before it ever answers a live customer.

Frequently Asked Questions

How much does Claude Fable 5.1 cost per million tokens?
Claude Fable 5.1 pricing on the API is $10 per million input tokens and $50 per million output tokens, the same base rate as Fable 5. The change is on cache reads, which dropped from $1 to $0.25 per million tokens. Full numbers are on Anthropic's pricing page.
Is Claude Fable 5.1 free to use?
No. Fable 5.1 is available to Pro, Max, Team, and Enterprise subscribers and on the API, but not on the free tier. If you are testing an AI support agent rather than a raw model, most platforms give you a free trial regardless of which model runs underneath.
Why is Claude Fable 5.1 pricing higher than Opus 5 or Sonnet 5?
Fable 5.1 is Anthropic's most capable model, so its base input and output rates are 2x Opus 5 and 5x Sonnet 5. Anthropic's own guidance is to start with Opus 5 for most work and reach for Fable 5.1 only when a job genuinely needs it.
What is the cache-read discount on Claude Fable 5.1?
Cache reads on Fable 5.1 cost $0.25 per million tokens, down 75% from Fable 5's $1. Anthropic estimates this lowers typical workloads by about 25% and highly agentic ones by up to 45%, because long agent sessions re-read a cached prefix over and over.
How do I keep Claude Fable 5.1 pricing predictable in production?
Token metering is variable by design, so a long AI agent run can cost a few dollars while a short one costs cents. If you need a flat per-ticket number for support automation, a teammate like eesel bills per resolution rather than passing raw token costs through to you.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
An illustration comparing Claude Mythos 5.1 and Fable 5.1 as the same underlying model behind different safeguard layers
Trending

Claude Mythos 5.1 review: is Anthropic's locked frontier model worth chasing?

A hands-on review of Claude Mythos 5.1: what it is, how it compares to Fable 5.1, the real cache-read pricing, who can actually access it, and what I'd run instead.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 8, 2026
Illustration of a person weighing a small low-cost AI model against a larger caped flagship model on pedestals
Trending

Claude Opus 5 vs Fable 5: which should you actually run?

Fable 5 costs exactly double Opus 5. I went through both system cards, the docs and the independent benchmarks to work out when that second dollar buys anything.

Rama Adi NugrahaRama Adi NugrahaJul 27, 2026
Illustration of a Shopify store connected to Claude, with order, cart, and support icons between them
Shopify AI

Claude for Shopify: every way to connect it in 2026

Shopify ships an official Claude connector plus three other routes. Here is what each one actually does, what it costs, and the one job none of them do.

Rama Adi NugrahaRama Adi NugrahaAug 12, 2026
An illustration of a vault door being opened by a small approved list of researchers, representing invite-only access to Claude Mythos 5.1
Trending

Claude Mythos 5.1: what it is, who gets access, and what to run

Claude Mythos 5.1 shipped on September 1, 2026, and almost nobody can call it. Here is the real spec sheet, the two access programs, and the model you should actually be running.

Alicia Kirana UtomoAlicia Kirana UtomoSep 2, 2026
Illustration of a developer at a laptop watching an agentic coding loop run through code, checks and a bot
Trending

Claude Opus 5 review: near-frontier coding at half the price

A hands-on Claude Opus 5 review: what the benchmarks actually say, the hallucination rate that went up, and whether it belongs on a live support queue.

Alicia Kirana UtomoAlicia Kirana UtomoJul 27, 2026
Illustration comparing a heavyweight reasoning model against a fast balanced model on cost and capability
Trending

Claude Opus 5 vs Sonnet 5: which one should you use?

Claude Opus 5 costs 1.7x Sonnet 5 per token and still finishes some jobs cheaper. Here is the head-to-head on price, benchmarks and real cost per task.

Rama Adi NugrahaRama Adi NugrahaJul 27, 2026
An illustration of a person selecting one of five reasoning effort dials on a Claude Opus 5 style control strip
Trending

Claude Opus 5: what it is and how to actually run it

Claude Opus 5 is not one model, it is five. A plain guide to the specs, the effort dial that decides your bill, and the two API changes that break old code.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 5, 2026
Editorial illustration for an explainer on Claude Fable 5, Anthropic's most powerful AI model
Guides

What is Claude Fable 5? Anthropic's most powerful model, explained

Claude Fable 5 is Anthropic's Mythos-class flagship, a tier above Opus 4.8, built for days-long autonomous work. Here's what it does, what it costs, and the catch.

Alicia Kirana UtomoAlicia Kirana UtomoJun 17, 2026
Banner image for Claude Sonnet 4.6 review: The sweet spot between performance and price
Guides

Claude Sonnet 4.6 review: The sweet spot between performance and price

Anthropic's Claude Sonnet 4.6 punches above its weight class with frontier-level coding performance, a 1M token context window, and significant improvements over Sonnet 4.5.

Stevia PutriStevia PutriFeb 26, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free