Cost calculator · prices verified Sep 2, 2026
Is Fable 5.1 cheaper for you?
Fable 5.1 cut cache reads by 75%, from $1.00 to $0.25 per million tokens. It also emits about 69% more output tokens to do the same work, and output costs $50 per million. One change saves you money and the other spends it, so which wins depends on the shape of your workload. Describe yours below.
How to pick this
What counts as output
At this setting Opus 5 burns 1.25 tokens for every 1 Fable spends on the same job (1.25×).
Why this dial exists, and where 1.25× and 16× come from
Where 5.1 emits 1,690 output tokens for every 1,000 Fable 5 emits.
Where 1.69× and 1.10× come from
The crossover
The whole model is two lines of arithmetic, per million tokens of work:
fable5 = cache×$1.00 + input×$10 + output×$50
fable5.1 = cache×$0.25 + input×$10 + (output×verbosity)×$50
Break-even sits where the cache saving exactly covers the extra output: 0.75×cache = (verbosity−1)×output×50.
The prices behind it
| Token type | Fable 5 | Fable 5.1 | Change |
|---|---|---|---|
| Cache read | $1.00 | $0.25 | −75% |
| Input | $10.00 | $10.00 | no change |
| Output | $50.00 | $50.00 | no change |
| Output tokens to run AA's index | 83M | 140M | +69% |
Per million tokens. Cache-read prices are from Anthropic's announcement and corroborated by Artificial Analysis' blended figures ($7.70 for Fable 5, $7.17 for 5.1, which back-solves to exactly $0.25 at a 7:2:1 mix). Token counts are AA's measurements on Intelligence Index v4.1.1. See the benchmarks page for the full working.
The two claims are measured at different effort levels
This is the part that reconciles them, and neither source spells it out. Anthropic's 25% and 45% savings were, in its own words, "measured at default effort over four weeks of actual usage in August 2026." Artificial Analysis' 69% verbosity jump comes from two max effort configurations: "Claude Fable 5.1 (Adaptive Reasoning, Max Effort)" against "Claude Fable 5 (Adaptive Reasoning, Max Effort)." So the cost saving is a default-effort measurement and the verbosity penalty is a max-effort one. Nobody had published the ratio at the effort levels people actually run, so we tried to measure it: three tasks on both models through claude -p, pinned at --effort low, high and max. The result was not the clean effort story we expected. At suite level the ratio came out 1.37× at low, 1.12× at high and 1.30× at max - non-monotonic - and re-running the identical low-effort suite gave 1.10× where the first attempt gave 1.37×. Individual tasks swung between 1.02× and 1.62×. The honest conclusion from single runs is that run-to-run variance swamps the effect being measured, so we cannot yet confirm or refute AA's 1.69× from our own data. A repeated test (three runs per cell, heavy and light tasks at low and max) is running now and this page will be updated with it. Hit Agent loop, measured verbosity above for that world, and AA blended 7:2:1 for AA's. Method and raw responses are in the repo under test-results/.
What this ignores
Three things, so you can judge how much to trust it. Cache writes and storage are billed separately and are not modelled here. Verbosity is applied only to output tokens, though in a long agent session more output also means a longer history to re-read, which would push a little more of your spend into the cheap cache-read column and favour 5.1 slightly more than shown. And the 1.69× default comes from one benchmark suite, not from your prompts, which is exactly why it is a slider.