GPT-6 In 7 Minutes

The Fable 5 Moment
31 partsTL;DR
Fable 5's two-week free window on Pro, Max, Team, and Enterprise plans closed June 22. Here's what changed, what the credit system actually costs, and how to think about the model now that the deadline is history.
| Source | Description |
|---|---|
| Claude Fable 5 Announcement | Anthropic's official launch announcement with June 22 deadline details |
| Claude Pricing | Current plan tiers, usage limits, and credit pricing |
| Claude Models Overview | Model specifications, context windows, and capabilities |
| Claude Code Documentation | Claude Code setup, usage, and configuration |
| Simon Willison's Fable 5 Writeup | Real-world token burn rates from day one |
Last verified: July 29, 2026
When Anthropic launched Claude Fable 5 on June 9, it came with a clock attached: Fable 5 was included on Pro, Max, Team, and seat-based Enterprise plans at no extra cost, but only through June 22. That window is now closed. If you're reading this after the fact, here's what actually happened when the free period ended, what access looks like now, and where to go if you're still deciding whether Fable 5 is worth using at all.
Anthropic's stated reason for the time limit was capacity: "We expect demand for Fable 5 to be very high, and difficult to predict." They said they'd extend the included window if capacity allowed, and that the goal was to restore Fable 5 as a standard part of subscriptions "as quickly as we can." Neither promise came with a date, and neither has materialized as of this update.
Here's what changed, what stayed the same, and how to plan going forward.
Anthropic didn't publish a separate subscriber credit rate card ahead of the cutoff, and the practical answer for most people has settled on the API price as the working anchor: $10 per million input tokens, $50 per million output tokens, exactly double Opus 4.8. If you're budgeting for Fable 5 usage past your plan's included allowance, use those numbers and see how Fable's usage windows and multipliers work in practice before you commit to a number. For any workload you plan to run in production rather than occasionally, build a real cost model first - the effort-level spread alone can swing a task's cost by 7x.
Fable 5 is hungry. Real numbers from the first 48 hours after launch, before anyone had learned to budget for it:
Two reasons it adds up fast. Single requests at high effort can run many minutes and think for a long time before answering, and the model is built for long autonomous sessions, which means multi-hour runs that consume tokens the whole time.
One counterweight: a pre-launch tester reported Fable 5 used roughly half the tokens of Opus 4.8 to complete the same agentic work. The unit price is 2x, but the effective cost on long tasks lands closer to Opus than the sticker price suggests. Short interactive work doesn't get that efficiency win, so chat-style usage really does cost about double.
From the archive
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 9 min read
You're on Pro or Max and never tested it during the free window: you can still find out whether Fable 5 beats Opus 4.8 on your work, it just costs credits now instead of nothing. Test it on your hardest problems, not routine ones - Anthropic's own guidance is that easy tasks undersell the model, and early consensus was that output on routine work felt identical to Opus 4.8. If your day-to-day is routine, stay on Opus 4.8 and skip the credit spend entirely.
You're on Max and Fable 5 is your daily driver: the "plan with one model, execute with the other" split that emerged during the free window still holds. Run planning, spec work, and cheap iteration on Opus 4.8 or Sonnet 4.6, and reserve Fable 5 credits for the genuinely hard, long-horizon jobs where its lead over Opus actually shows up.
You manage a team plan: if you ran a usage audit during the June 9-22 window, that data is still your best procurement signal - use it to decide who actually needs standing credit access versus API keys for occasional use. If you skipped the audit, run one now on a smaller scale before committing budget across the whole team.
You're API-only: nothing about your setup changed on June 22 or since. The decision is still the standard one: does Fable 5 justify 2x Opus pricing on your workload? Run both on identical tasks and measure cost per completed task, not cost per token. Effort levels are the biggest lever you have on that number.
low through max) with a wide cost spread between them. Anthropic recommends starting at high, not xhigh. Independent testing found the same task varied from about 10 cents to about 72 cents depending on effort level - see the full effort-level breakdown for what each tier actually changes.If your workload involves feeding Fable 5 large amounts of source material - full repos, long log files, multi-document research - the model's default 1M-token context window changes what's practical, but it's easy to overspend by stuffing the window when retrieval would be cheaper. See what actually works in practice before you architect around it.
It's fair to read this launch as a preview of how frontier-model access works now: the newest tier costs real money, and subscriptions cover the tier one notch down. The top Hacker News thread on the launch called the two-week window the "free sample method," and the comparison held up. Anthropic hasn't restored free inclusion as of this update, and hasn't given a date for when or whether it will.
The practical version of that story is still less dramatic than the framing suggests. Opus 4.8 remains on every plan, remains excellent, and is still what Fable 5 falls back to when its own safety classifiers fire. For most work, the model already on your plan is the right tool. Fable 5 credit spend is best reserved for the slice of your work where the gap actually matters.
No, not anymore. Per Anthropic's launch announcement, Fable 5 was included on Pro, Max, Team, and seat-based Enterprise plans at no extra cost only through June 22, 2026. Since June 23, continued use on those plans draws from usage credits. There was never free-tier access, and API usage has been billed from day one at $10 per million input tokens and $50 per million output tokens. See how the usage windows and credit multipliers work for the current mechanics.
Sources: Anthropic's launch announcement, pricing docs, Simon Willison's first-day writeup, and the Hacker News launch thread.
Read next
Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every breaking change, what to delete from your code, and the prompt audit you should run before flipping the model ID.
9 min readFable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle this, and Anthropic shipped three ways to do it. Here's how each one works, with code, plus the billing rules nobody has written up.
10 min readAnthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift means, how to map each tier to a real workload, and what questions it leaves open.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. R...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View AppLimit which tools a subagent can access.
Claude CodeFires after a successful tool call. Good for feedback and follow-ups.
Claude CodeFire before and after context compaction.
Claude Code
Claude Fable 5.1 & Mythos 5.1: Benchmarks, Costs, Demos, and What’s New Check out Arcade: https://arcade.dev.plug.dev/xiDRwlA Anthropic has released Claude Fable 5.1 and Mythos 5.1, with Mythos stil...

Anthropic Suspends Fable 5 & Mythos 5 After US Export Control Directive (Jailbreak Concerns) Anthropic announced that the US government issued export control directives requiring it to suspend Fable ...

Claude Fable 5 Released: Benchmarks, Pricing, Availability, and Real-World Examples Anthropic has released Claude Fable 5, the first general-use “Mythos class” model, and the video reviews the announ...

Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every bre...

Fable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle...

Anthropic retuned Claude Fable 5's biology classifiers on August 7, cutting biology-related fallbacks by about 85% while...

Claude Opus 5 launched July 24, 2026 at $5/$25 per MTok - matching Opus 4.8 pricing while delivering near-Fable 5 intell...

Terence Tao published a deep mathematical digestion of the Jacobian conjecture counterexample discovered by Claude Fable...

Anthropic's most capable model launched, got suspended by a US export-control order, and returned today. Here is what Fa...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.