How to Use Claude Fable 5 & 5.1: Which Plans Include It and What It Costs

Claude Fable 5 and 5.1 are included on Max and Team Premium seats (up to 50% of weekly limits). Pro needs usage credits. How I run it in Claude Code.
Claude Fable model page on Anthropic's website describing it as the next generation of intelligence for the hardest knowledge work and coding problems
The official Claude Fable model page — Anthropic positions it above Opus for the hardest coding and knowledge work.

Updated 11 September 2026: Anthropic released Claude Fable 5.1 on 2 September, and the plan rules have settled. Fable is now included on Max and Team Premium seats (up to 50% of your weekly usage limits). Pro and Team Standard seats need usage credits. The one-time $100 credit for Pro users was only for the July change and is not available for Fable 5.1. This post is updated for all of this.

TL;DR: Claude Fable 5 and Fable 5.1 are Anthropic’s most powerful publicly available models. On the Max plan (and Team Premium seats), they are included at no extra cost for up to 50% of your weekly usage limits. On Pro and Team Standard seats, you pay with usage credits. The free plan has no access. I have been running Fable inside Claude Code on my own projects since launch, and I now use 5.1 as my default for serious work.

I rarely write about an AI model within days of its launch. Most “new model” releases feel like a 5% improvement with 100% more marketing.

This one is different.

Anthropic released Claude Fable 5 on 9 June 2026, and I switched my Claude Code sessions to it the same week. Since then, I have used it on several complex projects I own: a Next.js site revamp, a school directory platform I am building, and a couple of my WordPress plugins. It has handled all of them very well.

The access rules changed a few times over the summer, which confused a lot of people (including readers of this post). Here is the current picture.


Is Claude Fable 5 Free?

Short answer: not on the free plan. It is included on Max and Team Premium, and paid through usage credits on Pro.

As per Anthropic’s help page, Claude Fable models on your plan:

PlanFable 5 and 5.1 access
FreeNo access
Pro ($20/month)Not in plan limits. Use usage credits.
Max ($100 or $200/month)Included, up to 50% of weekly usage limits
Team, Standard seatUsage credits, same as Pro
Team, Premium seatIncluded, same as Max
EnterprisePremium seats included; Standard seats use credits; usage-based plans pay API rates

“Included” does not mean unlimited. On Max, once you use 50% of your weekly limit on Fable, you either buy usage credits or switch to another model like Opus for the rest of the week.


What Is Claude Fable 5?

Short answer: it is the first model of Anthropic’s Claude 5 generation, and it sits above Claude Opus in capability.

Anthropic calls it a “Mythos-class” model that has been made safe for general use. The unrestricted version, Claude Mythos 5, is limited to vetted research partners. Fable 5 is the version you and I actually get: same intelligence, with extra safety guardrails on sensitive topics like cybersecurity and biology.

Anthropic's official announcement page for Claude Fable 5 and Claude Mythos 5, published on 9 June 2026, showing the butterfly artwork forming the number five
Anthropic’s official Fable 5 announcement. This is the page I opened on launch day before switching my Claude Code sessions to the new model.

The headline specs, from Anthropic’s official model page:

  • 1 million token context window: it can hold an entire large codebase or several books in one conversation.
  • Built for long-running work: Anthropic says it can run agentic tasks for days at a time, planning across stages and checking its own work.
  • Thinking is always on: the model reasons before every answer.
  • API pricing of $10 per million input tokens and $50 per million output tokens, roughly double the Opus tier. Usage credits on Pro are measured against this rate.

What Is New in Claude Fable 5.1?

Anthropic released Fable 5.1 on 2 September 2026. It is the same class of model, with fewer unnecessary safety interruptions and cheaper cached usage:

  • Fewer interruptions in Claude Code: reports say roughly 60% fewer safety interventions per session.
  • Better with security work: it can now identify vulnerabilities in your code, though it still will not build exploits.
  • Harmless biology and medicine questions trigger the safeguards about 85% less often than at Fable 5’s launch.
  • Same $10/$50 API price, but much cheaper cache reads, which cuts cost on long agentic sessions.

Plan access for 5.1 is the same as Fable 5. If Fable 5 is included on your plan, so is 5.1.


How Good Is Fable 5 Compared to Opus 4.8 and GPT-5.5?

On Anthropic’s published benchmarks, Fable 5 leads Claude Opus 4.8, GPT-5.5, and Gemini 3.1 Pro on most rows: agentic coding, knowledge work, multidisciplinary reasoning, and computer use.

Benchmark table comparing Claude Mythos 5 and Fable 5 against Claude Opus 4.8, GPT 5.5, and Gemini 3.1 Pro across agentic coding, knowledge work, reasoning, and computer use
Anthropic’s published benchmark table. Fable 5 leads Opus 4.8, GPT-5.5, and Gemini 3.1 Pro on most rows. Source: Anthropic.

Benchmarks are benchmarks. The early customer reports are more interesting. Stripe’s engineering team said Fable 5 did in a day what would have taken more than two months by hand in their 50-million-line codebase. Cursor’s CEO called it the state-of-the-art model on their internal benchmark.

If you want to see how it stacks up against OpenAI’s newer models, I compared GPT-5.6 Sol, Terra and GPT-5.5 separately.


How Do You Select Fable 5 or 5.1?

There is no separate sign-up, no waitlist, and no coupon code. If your plan includes it (or you have usage credits), you simply select the model:

  1. Open claude.ai (web, desktop, or mobile app), or open Claude Code in your terminal.
  2. Click the model selector (in Claude Code, type /model).
  3. Choose Claude Fable 5.1 (or Fable 5).
  4. Start working.

One small thing: on claude.ai the web app defaults Fable to Medium effort, while Claude Code uses High. For hard tasks, Claude Code gives you more of the model.


How Do You Run Fable in Claude Code?

This is where Fable truly shines. The chat app is nice, but Claude Code is where this model’s long-horizon ability actually shows up. It is an agent that works in your terminal, reads your codebase, edits files, runs tests, and keeps going till the task is done.

Claude Code official product page showing the terminal install command and the Built for creators heading
Claude Code’s official page. One install command in the terminal and you are in. This is where I run Fable every day.

Setting it up takes under two minutes:

  1. Install Claude Code. Copy the one-line install command from the official Claude Code docs. If the terminal feels new to you, my Mac Terminal basics guide covers the first steps.
  2. Sign in with your Claude subscription. Run claude inside any project folder and log in with your claude.ai account.
  3. Switch the model. Type /model and select Fable 5.1.
  4. Give it real work. Not “write a function”. Give it a full feature, a migration, or a messy bug. That is where the difference from Opus shows.

Keep an eye on usage. Fable thinks before every answer, and long agentic sessions use more than you expect. On Max, that means you can reach the 50% weekly Fable cap faster than you think. On Pro, it means credits move quickly.


My Experience After Real Work

Let me be honest: I expected another incremental upgrade. That is not what this is.

I have thrown my actual work at Fable inside Claude Code, not toy prompts. A Next.js site revamp with custom Markdoc components. A school directory platform I am building with search, reviews, and an admin panel. Plugin work on my WordPress products.

Three things stood out:

  • It holds the whole project in its head. On my directory platform, it traced a bug across the API layer, the cache, and the frontend in one go. Older models would fix one layer and break another.
  • It designs before it codes. Ask it to build a feature and it plans the structure, edge cases, and tests first. The first version it ships is usually the version that works.
  • It checks its own work. It runs the build, reads the errors, and fixes them without me pasting anything back. I review the result instead of supervising every step.

My take: Fable is the first model where I hand over a complex task, walk away to make chai, and come back to work I would actually merge. It works very well on long, messy, multi-file tasks, exactly the work I used to break into small pieces by hand.

It is not magic. It thinks longer before answering, so quick one-line questions feel slower than Opus. For those, I still switch back, which also saves my weekly Fable allowance for the work that needs it.


What Is the Catch?

There are three, and you should know them before you depend on it.

  • Usage is capped or paid. On Max, Fable can use up to 50% of your weekly limit. On Pro, every Fable message uses credits at $10/$50 per million tokens. If Fable becomes your main working model, Max works out cheaper than topping up Pro every month.
  • Some queries get answered by Opus 4.8 instead. Anthropic’s safety classifiers for cybersecurity and biology topics can quietly route flagged queries to Opus 4.8. Fable 5.1 triggers this much less often, and across my web and coding work I have not hit it.
  • 30-day data retention is mandatory. Fable is not available under zero-data-retention setups because Anthropic keeps conversations for 30 days for safety monitoring. Teams with strict data policies should check first.

FAQ

Is Claude Fable 5 free?

Not on the free plan. On Max and Team Premium seats it is included at no extra cost, for up to 50% of your weekly usage limits. On Pro and Team Standard seats, you use it with usage credits.

Can I still get the $100 credit on Pro?

No. Anthropic gave Pro and Team Standard users a one-time credit when Fable 5 moved to usage credits in July 2026. As per Anthropic’s help page, that credit applied to the Fable 5 change only, and there is no equivalent credit for Fable 5.1.

Is Fable 5.1 included wherever Fable 5 is?

Yes. Both models follow the same plan rules: included on Max and Premium seats, credits on Pro and Standard seats, no access on Free.

Why did Fable 5 keep changing on my plan?

At launch in June, Fable 5 was free for everyone on paid plans for a short window, then pulled from subscriptions because of compute capacity. A promotion put it back into weekly limits until 19 July 2026. After that, the current setup started: included on Max and Premium seats, usage credits on Pro.

Is Fable 5 better than Claude Opus 4.8?

For long, complex tasks, yes, clearly. Anthropic’s benchmarks show it ahead on agentic coding, reasoning, and knowledge work, and my own use matches that. For quick, simple questions, Opus 4.8 still feels snappier and does not use your Fable allowance or credits.

What is the difference between Fable and Mythos?

Same underlying model. Fable is the general-release version with safety classifiers on cybersecurity and biology topics. Mythos removes those measures and is available only to approved organisations and vetted researchers. The same is true for the 5.1 versions.

Does Fable work in Claude Code on Windows?

Yes. Claude Code runs on macOS, Linux, and Windows, and Fable is a selectable model on all of them. You can also use it through the Claude Code desktop app, the VS Code and JetBrains extensions, or the web.


Summing Up!

Claude Fable is the rare model launch that lives up to its own announcement. After building my own projects with it in Claude Code, I can say the jump over Opus is real, especially for long, complex, multi-file work. Fable 5.1 makes it smoother by cutting down the unnecessary safety interruptions.

My recommendation is simple. If you are on Max or a Team Premium seat, you already have it. Open Claude Code, type /model, pick Fable 5.1, and save it for your hardest tasks. If you are on Pro, buy a small amount of usage credits and try it on one genuinely hard project. You will know within a week whether Max is worth it for you.

If you are exploring AI agents more seriously, my write-up on Grip AI, my open-source AI agent platform, pairs well with this. And if you are a student hunting for free AI tools, check the Google AI student offer for India, which is live again.

Have you tried Fable 5.1 yet? What is the biggest task you have handed to it? Tell me in the comments.

Add a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *