Transparency note: TeamoRouter is an API gateway that resells Claude models, including Fable 5.1. The official prices below are from Anthropic's announcement; the cost math and gateway comparison are ours, and we show you how to audit our own numbers at the end.
Quick Answer
Claude Fable 5.1 costs $10 per million input tokens and $50 per million output tokens — the same list price as Fable 5. The real pricing story is the 75% cache-read cut: $1.00 → $0.25 per million cached tokens, which Anthropic estimates saves ~25% overall for typical workloads and up to ~45% for heavily agentic work. If your usage is cache-heavy (agent loops, long system prompts), your bill drops meaningfully at the same sticker price. If it's fresh-input-heavy, nothing changes.
The Official Price Table
| Rate | Price (per 1M tokens) | Notes |
|---|---|---|
| Input | $10 | unchanged from Fable 5 |
| Output | $50 | unchanged from Fable 5 |
| Cache read | $0.25 | down 75% from $1.00 — the headline change |
| Cache write | ~$12.50 | confirm on Anthropic's pricing page |
| Context window | 1M tokens | 128K max output |
Subscription access is separate: Fable 5.1 is included in Max plans and premium Team/Enterprise seats, with up to half your weekly usage limit allocatable to it.
Why the Cache-Read Cut Is the Whole Story
Anthropic kept the sticker flat and cut the rate most agentic workloads actually pay. In a typical agent session, the same large prefix — system prompt, tool definitions, codebase context — is re-sent every step. Once cached, that input bills at $0.25 instead of $10: a 40x discount on the cached portion.
The official totals:
- ~25% cheaper than Fable 5 for typical workloads
- Up to ~45% cheaper for heavily agentic work
- Both savings come almost entirely from the cache-read cut, per third-party analysis (MindStudio and others)
The corollary: a workload with low cache hit-rate gets none of this discount. $10/$50 fresh tokens is expensive — Opus-tier money.
Worked Cost Examples
Example 1 — coding agent loop (the big winner). 40 steps, each re-reading a 50K-token cached prefix, 2K output per step:
| Item | Fable 5 | Fable 5.1 |
|---|---|---|
| 2M cached input (40 × 50K) | $2.00 | $0.50 |
| 80K output | $4.00 | $4.00 |
| Session total | $6.00 | $4.50 (−25%) |
Example 2 — document Q&A, fresh input. 10 questions against a 100K-token document, no caching:
| Item | Fable 5 | Fable 5.1 |
|---|---|---|
| 1M fresh input | $10.00 | $10.00 |
| 20K output | $1.00 | $1.00 |
| Total | $11.00 | $11.00 (0%) |
Example 2 is the trap: without caching, 5.1 costs exactly what 5 did. Structure prompts so the stable parts are cacheable and you get the discount the marketing implies.
Monthly Budget Math
Rough monthly estimates for a solo developer running a coding agent 4 hours/day (≈600 agent sessions/month, cached-prefix profile):
| Profile | Fable 5 / month | Fable 5.1 / month |
|---|---|---|
| Light (10 sessions/day, short contexts) | ~$15–30 | ~$11–22 |
| Heavy agentic (long contexts, many steps) | ~$150–300 | ~$85–170 |
| Fresh-input heavy (no caching) | ~$100–200 | ~$100–200 (no change) |
These are arithmetic on the official rates, not measured bills — your prompt structure moves these numbers more than any rate does.
How to Pay Less Than List
- Cache everything cacheable — stable system prompts and tool definitions first; that's where the 75% cut lives.
- Right-size the effort level — adaptive reasoning is always on; using high effort on routine tasks burns output tokens.
- Route by task — Fable 5.1 for the hard 20%, cheaper models for the rest.
- Gateway pay-as-you-go — a gateway like TeamoRouter passes through official rates with tiered usage discounts, no subscription needed, Alipay/WeChat supported. Gateways also unify caching behavior across providers, so a workload that bounces between models keeps its cache discounts.
How to Audit Us (and Any Gateway)
Since we sell Fable 5.1 access, don't take the "cheaper via gateway" line on faith:
- Log
usagefields from every API response — input, output, and cache_read_input_tokens — and compute your own effective $/M. - Compare a fixed 100-request benchmark suite through official API vs gateway on the same day; rates change, trust your logs.
- Check whether the gateway passes through Anthropic's cache pricing or flattens it — a flattened rate can quietly destroy the 75% discount.
FAQ
How much does Claude Fable 5.1 cost?
$10 per million input tokens and $50 per million output tokens — identical to Fable 5. Cache reads cost $0.25 per million tokens, down 75% from Fable 5's $1.00.
Is Fable 5.1 cheaper than Fable 5 in practice?
For cache-heavy workloads, yes: Anthropic estimates ~25% savings on typical workloads and up to ~45% on agentic ones, almost all from the cache-read cut. For fresh-input-heavy usage, the cost is unchanged.
Why is the output price $50?
That's Anthropic's flagship output rate, unchanged from Fable 5. Output is what makes heavy generation expensive on any frontier model — which is why effort-level control and routing routine tasks to cheaper models matter.
Is Fable 5.1 included in my Claude subscription?
On Max plans and premium seats of Team/Enterprise plans, yes — with up to half of your weekly usage limit allocatable to it. API usage is billed separately at the rates above.
How does Fable 5.1 pricing compare to GPT-6 Astra?
Identical at list: $10/$50. The difference is caching — Fable 5.1's $0.25 cache read is 4x cheaper than Astra's $1.00, which makes long agent loops cheaper on Fable 5.1. Full comparison: Fable 5.1 vs GPT-6 Astra.
Do I need an international credit card to pay for Fable 5.1?
Not through a gateway. TeamoRouter supports Alipay, WeChat Pay, and bank transfer with pay-as-you-go billing at the same model rates.
Summary
Fable 5.1's pricing is a flat sticker with a lever inside: $10/$50 unchanged, cache reads at $0.25. Whether your bill drops 25–45% or not at all depends entirely on how much of your input you let the cache catch. Sign up for TeamoRouter to run Fable 5.1 pay-as-you-go and watch your own per-model cost math in one dashboard.
Get Started
TeamoRouter — one key, one base_url, Fable 5.1 alongside every other flagship.