This Week in AI
  Fable 5 Pricing Change: What It Costs After July 7  Claude Tag: Anthropic's Slack AI Coworker, Explained  Ternlight: 7MB Browser-Native Embedding Model Explained  Anthropic Fable 5 Returns Globally July 1  GitHub Weekly Wins: 13 Repos Reshaping AI Agents  Ternlight: 7MB Embedding Model Runs in Your Browser  GLM 5.2 Sparks 'AI Margin Collapse' Debate on HN  GPT-5.6 Sol Ultra Rumored for OpenAI Codex
LLM Launches & Updates

Fable 5 Pricing Change: What It Costs After July 7

Claude's Fable 5 model no longer ships free with paid plans after July 7. Here's the new pricing and a workaround using Opus 4.8.

> **TL;DR:** As of July 7, Fable 5 — Claude's most powerful model — is no longer bundled free into paid Claude plans; using it now costs $50 per million output tokens. Teams that want Fable-5-level reasoning without the bill can extract its planning process into a reusable skill file and load that into the cheaper Opus 4.8 model instead.

Key Takeaways

- Fable 5's free inclusion in paid Claude plans ended after July 7; output tokens now cost $50 per million. - Fable 5 is described as Claude's most powerful model, which explains the premium pricing tier. - A 3-step technique lets teams capture Fable 5's reasoning as a portable 'skill' file. - That skill file can be loaded into Opus 4.8, letting the cheaper model mimic Fable 5's workflow. - The workaround copies decision-making patterns, not raw intelligence — it's a cost-control tactic, not a model substitute.

Fable 5's Free Ride Is Over

If you've been running Fable 5 inside a paid Claude plan without a second thought about cost, that changes now. Fable 5 — positioned as Claude's most powerful model — was included in paid plans only through July 7th. Past that date, using it stops being a plan perk and starts being a metered expense: $50 per million output tokens.

For context, that's a premium tier of pricing, and it puts Fable 5 squarely in the category of a model you reach for deliberately, not one you leave as your default. Anyone who had Fable 5 wired into an automated pipeline, a coding agent, or a always-on assistant should already be checking their usage logs for the switchover.

What Fable 5 Actually Costs Now

The headline number is straightforward: $50 per million output tokens once you're outside the free-inclusion window. Input token pricing and any plan-specific discounts weren't part of the confirmed details here, so the safest move is to treat $50/M output as the number to budget against until you've checked your own account's billing page.

What is clear is the shape of the change: Fable 5 moves from "included capability" to "pay-per-use premium capability." That's a meaningful shift for any workflow that was quietly defaulting to the strongest available model for every request, regardless of whether the task actually needed that much reasoning horsepower.

Why This Matters for Teams Building on Claude

Model selection has always been a cost lever, but it usually gets ignored until a bill forces the conversation. A flagship model losing its free-tier status is exactly the kind of forcing function that makes teams actually audit which requests need top-tier reasoning and which don't.

This is the same tension we've covered in how [Claude Tag, Anthropic's Slack AI coworker](https://speka.info/blog/claude-tag-anthropics-slack-ai-coworker-explained), routes lightweight conversational tasks without needing a frontier model behind every message, or how a featherweight model like [Ternlight](https://speka.info/blog/ternlight-7mb-browser-native-embedding-model-explained) proves that smaller, purpose-built models can outperform brute-force scale for narrow jobs. Fable 5's new pricing is a nudge toward the same discipline: reserve the expensive model for the moments that actually need it.

The Workaround: Transferring Fable 5's Reasoning to Opus 4.8

Rather than eating the $50/M output cost on every call, there's a practical technique circulating for capturing what makes Fable 5 good at a task, then handing that pattern to a cheaper model. It works in three steps.

Step 1: Drop the Legacy System Prompt

The first move is subtraction, not addition. If your setup is still running one of the old, lengthy Opus-style system prompts — the kind stacked with defensive instructions and edge-case handling accumulated over months — strip it out. Those prompts were built around an older model's blind spots, and dragging them into a new setup just adds token overhead without adding value.

Step 2: Have Fable 5 Externalize Its Own Playbook

With a clean slate, the next step is to ask Fable 5 itself to write down how it approaches the task — not the output, but the process. You're asking it to externalize its planning and reasoning into a standalone "skill" file: what it checks first, how it breaks the problem down, what order it does things in, and what it treats as a red flag. Because Fable 5 is the strongest model in the lineup, its self-described process tends to be more structured and more complete than what a cheaper model would produce on its own.

Step 3: Load the Skill Into Opus 4.8

The final step is to take that skill file and load it into Opus 4.8 as its operating instructions for the same task. Opus 4.8 doesn't suddenly gain Fable 5's raw reasoning ability, but it now has an explicit, written-out version of the workflow that a stronger model would have run implicitly. In practice, that means Opus 4.8 follows the same decision points and the same order of operations, which closes a meaningful chunk of the quality gap for well-defined, repeatable tasks.

What This Technique Can and Can't Do

It's worth being precise about what this transfer actually achieves. It does not make Opus 4.8 as intelligent as Fable 5 — the underlying reasoning capacity of a model isn't something a text file can replicate. What it does do is transplant the *procedure* Fable 5 would follow, which is often the part that matters most for structured, repeatable work: multi-step coding tasks, research workflows, or anything with a clear sequence of checks and decisions.

Where this breaks down is on genuinely novel problems — the ones where Fable 5's advantage comes from handling something it hasn't seen a clean pattern for before. A skill file encodes what worked last time; it can't invent a new approach for an unprecedented edge case the way the source model can. Treat it as a way to productionize Fable 5's known-good workflows cheaply, not as a way to clone its judgment wholesale.

How to Decide Which Model to Use Going Forward

The practical takeaway is a routing decision, not a one-size-fits-all switch. Tasks that are repeatable, well-scoped, and already have a proven Fable 5 workflow behind them are strong candidates for the skill-file handoff to Opus 4.8 — you keep most of the quality at a fraction of the cost. Tasks that are exploratory, ambiguous, or high-stakes enough that a wrong turn is expensive still justify paying the $50/M output rate for Fable 5 directly.

If you're assembling agent pipelines around this kind of tiered model routing, it's also worth scanning what the broader ecosystem is shipping — our recent roundup of [13 GitHub repos reshaping AI agents](https://speka.info/blog/github-weekly-wins-13-repos-reshaping-ai-agents) covers several tools built specifically for orchestrating exactly this kind of multi-model handoff. For the latest on model pricing shifts and release changes as they land, keep an eye on our [LLM Launches & Updates](https://speka.info/llm-updates/) hub.

Frequently Asked Questions

When did Fable 5 stop being free with paid Claude plans?

Fable 5's inclusion in paid Claude plans ended after July 7th. After that date, using it is billed separately rather than bundled into the plan.

How much does Fable 5 cost now?

Fable 5 output tokens are priced at $50 per million after the free-inclusion period ended.

Can I get Fable-5-level performance from a cheaper model?

You can approximate its workflow: have Fable 5 write out its reasoning and planning process as a 'skill' file, then load that file into Opus 4.8. This transfers the procedure, not the raw intelligence, so it works best on well-defined, repeatable tasks.

Does the skill-file technique work for any task?

It works best for structured, repeatable tasks where Fable 5 already has a proven approach. It's less effective on novel or ambiguous problems where Fable 5's advantage comes from handling something genuinely new.

Should I switch everything away from Fable 5?

Not necessarily. Reserve Fable 5 for exploratory or high-stakes tasks where its raw reasoning matters, and route repeatable, well-scoped work to a cheaper model using a captured skill file instead.

← Back to all posts