Explainer
Fable 5 went pay-per-token on July 20. Here’s what it actually costs to code with
The free ride ended two days ago. Since July 20, 2026, every Claude Fable 5 token — in Claude Code, on claude.ai, over the API — runs on prepaid usage credits at $10 per million input tokens and $50 per million output. If you spent the last three weeks happily routing your hardest work to Fable 5 inside your Pro or Max plan, your next session bills differently. Here's the timeline, the real per-session math for coding agents, and a sane routing policy.
How we got here
- June 9 — Fable 5 launches: Anthropic's most capable generally available model, $10/$50 API pricing from day one.
- June 12 — a US export-control directive forces a full suspension; with no way to verify nationality in real time, Anthropic switches the model off for everyone.
- June 30 — the export controls are lifted; July 1, Fable 5 redeploys globally, with promotional included access for Pro, Max, Team, and eligible Enterprise plans.
- July 12 → July 19 — the promo is extended twice as demand (and the competitive noise around rival releases) stays hot, then ends.
- July 20 — credits-only. Anthropic says it aims to return Fable 5 to subscriptions "once capacity allows."
The math that matters: agents are input machines
Chat pricing intuition ("output is what's expensive") misleads for agent work. A coding agent spends most of its tokens re-reading — files, diffs, tool results, its own history — every single turn. Input volume dominates, and at $10 per million, input is where Fable 5 sessions get expensive:
| Session shape | Tokens (in / out) | Fable 5 cost |
|---|---|---|
| Quick scoped fix | 150k / 8k | ≈ $1.90 |
| Feature with tests, ~1 hour | 2M / 100k | ≈ $25 |
| Unscoped exploration afternoon | 8M / 300k | ≈ $95 |
| Council seat: one hard question, read-only | 300k / 15k | ≈ $3.75 |
Those shapes are illustrative — your repo, your compaction settings, and how tightly you scope tasks move the numbers a lot. The structural point doesn't move: the meter runs on context, so scope is money. Plug your own workload into our free AI coding agent cost calculator to see where subscription, API, and hybrid setups break even — and check how Fable 5's rates stack against the whole field on the AI model pricing tracker.
A sane routing policy
- Default to your subscription models. Day-to-day implement-test-fix loops don't need the frontier; they need iteration speed and a clean diff.
- Escalate deliberately. Fable 5 earns its price on the work where being wrong costs more than the tokens: architecture calls, security reviews, the bug three cheaper models bounced off. One $4 read-only consultation beats a $95 wandering session.
- Make it a seat, not a home. The cheapest way to use an expensive model is to ask it one hard question alongside other models and judge the spread, rather than living in it.
- Watch the meter weekly. Credits fail loud at $0. Better to notice at $30.
Frequently asked questions
How much does Claude Fable 5 cost now?
Since July 20, 2026: prepaid usage credits, $10 per million input tokens, $50 per million output. The included-with-subscription promo ended July 19 after two extensions.
Is Fable 5 included in Claude Pro or Max anymore?
Not right now. The promo ran July 1–19. Anthropic says it aims to restore subscription access "once capacity allows" — until then, credits only.
What does a Claude Code session on Fable 5 cost in practice?
Agent sessions are input-heavy. A scoped fix: a dollar or two. A one-hour feature cycling ~2M input tokens: around $25. An unscoped afternoon: real money. Scope tightly, and run the grind work on cheaper models — the cost calculator does the breakeven for your numbers.
Should I use Fable 5 or Opus 4.8 for coding?
Escalate to Fable 5 where being wrong is expensive — architecture, security, survivor bugs. Routine loops belong on Opus-class or cheaper. The pattern that gets you frontier judgment at commodity prices is the council: Fable 5 as one seat, not the whole table.
Where Backgrind fits
Metered frontier pricing is exactly why we built model plurality into Backgrind. Run your subscription Claude Code as the daily driver; when its quota runs dry mid-task, Backgrind's quota failover offers to hand the session's context to a Grindy session in the same folder so the work keeps moving. And when a question deserves Fable 5, give it a read-only seat in the Fusion council next to models from other labs — one verdict, a few dollars, no $95 afternoons. Expensive models are great employees and terrible roommates.
Sources
Primary: Anthropic — Redeploying Claude Fable 5 (export controls lifted June 30, July 1 redeployment, promotional access) and the Claude Fable page. Promo extensions and the July 19 end date were widely reported, e.g. Cybersecurity News and Forbes.