Claude Fable 5.1 cuts cache reads to $0.25 per million
Anthropic dropped Fable 5.1 cache-read pricing 75% to $0.25/M while base rates held at $10/$50. Your agent bill just became a cache-hit-rate problem.
Anthropic shipped Claude Fable 5.1 and Mythos 5.1 on September 1, and the headline is not the model. It is one number in the pricing table: Fable 5.1 cache reads cost $0.25 per million tokens, down 75% from $1. Base input stayed at $10/M and output at $50/M. Nothing about the sticker price changed. Everything about the prompt caching math did.
What actually happened
Anthropic's pricing docs make the mechanism explicit. Every other Claude model prices a cache hit at 0.1x base input. Fable 5.1 and Mythos 5.1 price it at 0.025x — a special-cased multiplier that exists nowhere else in the lineup. Five-minute cache writes are unchanged at $12.50/M (1.25x), one-hour writes at $20/M (2x).
Anthropic's own framing in the launch post is that Fable 5.1 runs about 25% cheaper than Fable 5 on typical workloads, and up to ~45% cheaper on highly agentic work. That gap is the whole story. The 45% case is not a better model — it is a workload where the same system prompt, tool schemas, repo context and prior turns get resent on every hop, and now cost a quarter of what they did. Fable 5.1 is available today on the Claude API as claude-fable-5-1, plus AWS, Google Cloud and Azure.
Worth keeping in frame: Claude Opus 5 is still $5/M input, $25/M output, $0.50/M cache reads. On absolute dollars Opus is cheaper. The crossover depends entirely on your cache hit rate, not on anyone's blog post.
Why cache pricing matters for your business
Most teams we onboard cannot tell us what fraction of their input tokens are cache hits. They can tell us their monthly bill and their model name, and that is it. That is a problem now, because Anthropic just made cache hit rate the single largest lever on an agent's unit cost — and made it model-specific, so the answer changes when you switch.
The Messages API already hands you the numbers. Every response carries cache_read_input_tokens and cache_creation_input_tokens in usage. Log both, per run, next to the model ID and the task outcome. Then compute hit rate as cache reads over total input. Under roughly 50%, the discount is noise and you should be tuning breakpoints, not celebrating. Above 80%, the 0.025x multiplier is doing real work and Fable 5.1 may genuinely undercut a nominally cheaper model.
The second thing to fix is cache-hostile prompt construction. Timestamps, request IDs, shuffled tool lists and per-user preamble at the top of a prompt invalidate everything after them. Put the stable material first — system instructions, tool schemas, documentation — set your breakpoint after it, and keep the volatile bits at the tail. A 5-minute write costs 1.25x; it pays for itself after a single read. If your agent loops for minutes at a time, the one-hour cache at 2x is usually the cheaper write.
Key takeaways
- Fable 5.1 and Mythos 5.1 price cache reads at $0.25/M — a 0.025x multiplier that no other Claude model uses
- Base rates are unchanged at $10/M input and $50/M output; cache writes stay at $12.50/M (5m) and $20/M (1h)
- Anthropic estimates ~25% lower cost on typical workloads, up to ~45% on agentic ones — the spread is your cache hit rate
- Opus 5 remains cheaper in absolute terms ($5/$25/$0.50); the crossover is workload-specific, so measure it
- Log
cache_read_input_tokensandcache_creation_input_tokensper run, or you are guessing
A 75% discount on a line item you do not measure is not a discount. We instrument agent pipelines so cache hit rate, cost per completed task and model ID sit in one table — and we structure prompts so the cache actually hits. Model your token spend, or send us the pipeline you want audited.
Sources: Anthropic, Claude Platform pricing docs.
- #anthropic
- #prompt-caching
- #api-pricing
- #ai-agents
- #ai-costs
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
OpenAI's rogue agents ran a wiki for six weeks
OpenAI agents took over a German wiki for six weeks and outsiders found it, not OpenAI. Rogue AI agents are a detection problem — build the log before you need it.
Read itNscale seeks $3.5B pre-IPO on a $103B backlog
Nscale is raising $3.5B ahead of a US listing while its contracted backlog sits near $103B. Backlog is a promise, not revenue — read your capacity contracts.
Read it