Claude Fable 5 costs $10 per million input tokens and $50 per million output tokens on the API, double what Claude Opus 5 and Opus 4.8 cost. On a subscription, what you pay depends entirely on which plan you are on, and that answer changed on 20 July 2026.
Two questions come up more than any other: how much does Fable 5 cost, and is Fable 5 worth it. This article answers both, in that order. (You will see the model written both ways, Claude Fable and Claude Fable 5. There is only one, and Claude Fable pricing means the figures below.)
Fable 5 has had the most chaotic pricing history of any model Anthropic has shipped. Free for three days, switched off by a government directive for eighteen, redeployed, then given three separate deadline extensions before Anthropic finally settled it. This article is the settled version: what it costs on every plan, what UK buyers actually pay, why it eats your usage limits twice as fast as Opus, and whether it beats the model you already have.
Updated 25 July 2026: Fable 5 is now permanent on Max
- The pricing is finally settled. On 20 July 2026 Anthropic made Fable 5 a permanent inclusion on Max and Team Premium plans at up to 50% of weekly limits. Pro and Team Standard moved to usage credits only, with a one-time $100 credit as compensation. The "usage credits for everyone after 7 July" arrangement this article originally described never happened.
- Pro subscribers lost out. If you pay $20 a month, Fable 5 is no longer part of what you are buying. That is a real downgrade from the launch promise, and it is the single most important thing to know before you renew.
- Opus 5 changed the recommendation. Anthropic released Claude Opus 5 on 24 July at half Fable's token price. It beats Fable 5 on several benchmarks. Fable is no longer the automatic choice for hard work.
- Added UK pricing and the usage-drawdown maths, the two things readers ask about most and that we had not covered.
- Corrected an error. We originally wrote that the safety fallback to Opus 4.8 was silent. Anthropic's documentation is explicit that you get a visible notice and the response is labelled with the model that answered.
What Claude Fable 5 costs
There are two separate prices, and most of the confusion online comes from people quoting one when they mean the other.
On the API, Fable 5 is $10 per million input tokens and $50 per million output tokens. That is a flat, published rate with no plan attached, and it is exactly double the $5/$25 that both Claude Opus 5 and Claude Opus 4.8 cost.
If none of that means anything to you, here is the translation. A token is a chunk of text a little shorter than a word, so a million tokens is roughly 750,000 words, or about eight full-length novels. "Input" is everything you send the model, including the files and conversation history it reads. "Output" is what it writes back, and it costs five times as much, which is why the second number matters more than the first on any job that generates a lot of code. In practice: a substantial afternoon's coding session might run through a few million tokens, so you are talking tens of dollars, not cents, and not hundreds.
On a subscription, you are not buying tokens, you are buying weekly usage limits, and Fable 5 draws against those limits rather than billing you separately. Whether it draws against them at all depends on your plan.
| Model | Input | Output | Relative cost |
|---|---|---|---|
| Claude Fable 5 | $10 | $50 | 2x |
| Claude Opus 5 | $5 | $25 | 1x |
| Claude Opus 4.8 | $5 | $25 | 1x |
| Claude Sonnet 5 | $3 | $15 | 0.6x |
If you are on the API rather than a subscription, the only number that matters is what a real call actually costs you, and you can print that from the response rather than guessing. Every response carries a usage object with the exact token counts:
import anthropic
client = anthropic.Anthropic()
resp = client.messages.create(
model="claude-fable-5",
max_tokens=1024,
messages=[{"role": "user", "content": "Summarise this changelog in three bullets."}],
)
# Fable 5 bills $10 per million input tokens and $50 per million output.
# Output is 5x the price of input, so it dominates on anything that writes code.
u = resp.usage
cost = (u.input_tokens / 1_000_000 * 10) + (u.output_tokens / 1_000_000 * 50)
print(f"{u.input_tokens} in, {u.output_tokens} out, ${cost:.4f}")
Swap claude-fable-5 for claude-opus-5 and halve both multipliers to compare the same job on the cheaper model. Running that on a handful of your own real prompts will tell you more than any benchmark table, including this one.
So why is Fable 5 so expensive? Two reasons, and only one of them is about capability. It is a bigger model that costs Anthropic more to serve, which is the honest half. The other half is scarcity: Anthropic priced and rationed Fable during a period when it plainly did not have the GPUs to serve it at Opus volumes, which is also why the Claude Fable 5 price moved four times in six weeks. Price on a frontier model is partly a queue management tool, not just a margin.
The sticker shock needs one qualifier. Per-token price is not per-task price. A model that solves a job in one attempt can cost less overall than a cheaper model that needs three runs and an hour of your corrections. Finout's cost analysis makes the same point from the other direction: for routine, well-defined work like summarising and extraction, the 2x premium is hard to justify. Both things are true at once. The premium pays for itself on hard jobs and wastes money on easy ones.
Claude Fable 5 pricing on each plan
This is the table that actually answers the question, and it has been correct only since 20 July 2026. What a Claude Fable 5 subscription gets you depends entirely on which row you are in.
| Plan | Price per month | UK cost with VAT | Fable 5 access |
|---|---|---|---|
| Free | $0 | Free | Not available at all |
| Pro | $20 ($17 billed annually) | About £18 | Usage credits only. One-time $100 credit issued |
| Max 5x | $100 | About £90 | Included, up to 50% of weekly limits |
| Max 20x | $200 | About £180 | Included, up to 50% of weekly limits |
| Team Standard | Per seat | Varies | Usage credits only. One-time $100 credit issued |
| Team Premium | Per seat | Varies | Included, up to 50% of weekly limits |
| API | Pay per token | Plus 20% VAT | $10 in / $50 out per million |
Anthropic's own support documentation is the authority here, and it is worth reading if you are on Team or Enterprise, where the split follows seat type rather than plan name: Premium seats get the 50% inclusion, Standard seats get credits.
How we got here is a useful warning about trusting any pricing article on this subject, including the first version of this one. The original plan was thirteen free days ending 22 June. The suspension killed that. The replacement deadline was 8 July, extended to 12 July after complaints, extended again to 19 July, and then abandoned entirely in favour of permanent Max inclusion. Four deadlines in six weeks.
Simon Willison, who had been tracking the saga closely, put the commercial logic plainly when the permanent change landed.
"Why pay $100 or $200/month for a subscription plan that doesn't include Anthropic's best model?"
That question answers itself, which is presumably why Anthropic blinked. Willison attributes the reversal to competitive pressure from GPT-5.6 Sol and Kimi 3, and notes the original credits-only plan was driven by compute capacity rather than greed. Both readings fit the evidence. A company genuinely short of GPUs and a company protecting its highest-margin tier look identical from outside.
Claude Fable 5 UK price and availability
Fable 5 is available in the UK, on identical terms to the US, and has been since Anthropic redeployed it globally on 1 July 2026 after the export-control directive was withdrawn. There is no separate UK rollout to wait for and no regional model picker difference.
Pricing is where UK buyers get caught out. Anthropic has no UK price list. Unlike Google and Microsoft, which publish VAT-inclusive sterling prices, Anthropic bills in US dollars and adds 20% UK VAT at checkout. What lands on your card is the dollar figure, plus VAT, converted at your card provider's rate on the day. Two people on the same plan can pay different amounts in the same month.
At roughly $1.33 to the pound, the sterling cost works out at about £18 a month for Pro, £90 for Max 5x and £180 for Max 20x, VAT included. We pay the Max 20x figure ourselves, and £180 is the number that shows up on our statement, which is a reasonable sanity check on the arithmetic. Watch the exchange rate rather than the headline price: a five-cent move in sterling is worth about £7 a month on Max 20x.
If you are weighing a Claude subscription against the alternatives as a general-purpose tool rather than a coding one, our comparison of the best AI subscriptions covers all the major UK options with the same VAT treatment applied consistently.
Why Fable 5 draws down usage faster
Open the model picker in Claude Code and you get a warning along the lines of: Fable 5 is the most capable model and draws down usage much faster than Opus 4.8. Anthropic's current wording puts a number on it, "draws down usage about 2x faster than Opus". Judging by how many people paste that sentence straight into Google, the warning raises more questions than it answers. Here is what it actually means.
The 2x is not a rough estimate or a penalty. It falls directly out of the token price. Subscription limits are metered against what the tokens would have cost on the API, and Fable 5 costs exactly double Opus per token in both directions. So a task that would consume a quarter of your weekly allowance on Opus 5 will consume half of it on Fable 5, for identical work and identical output.
Now combine that with the 50% cap on Max plans, because this is the part nobody spells out. You may spend up to half your weekly allowance on Fable 5. Fable spends it twice as fast. So the Fable half of your week buys about a quarter of a week's worth of Opus-equivalent work. The 50% cap sounds generous and behaves like 25%.
That maths is worth doing before you switch your default model, because the failure mode is unpleasant. Run Fable as your everyday driver on Max and you will hit the Fable ceiling around midweek, drop back to Opus with a chunk of your general allowance already spent, and find your limits tighter than a normal week for reasons that are not obvious at the time.
Two practical consequences. If you use Fable, use it deliberately for specific jobs rather than leaving it selected. And if you are on Pro, where Fable runs on credits rather than limits, the drawdown question does not apply to you at all: you are simply paying API rates, and the meter is a lot easier to read.
What Claude Fable 5 actually is
In April we wrote about Claude Mythos, the model Anthropic built and then refused to release because it could find and chain zero-day exploits on its own. We predicted the reasoning gains would "filter into the product line" without the dangerous tooling. That is exactly what Fable 5 is.
Anthropic's announcement describes two models built from the same base. Claude Mythos 5 keeps the offensive cybersecurity capability and goes only to vetted partners through Project Glasswing. Claude Fable 5 is the public release: identical intelligence, with classifiers that detect restricted topics and route those requests to Opus 4.8 instead. It has a one-million-token context window, ships in Claude Code, the Claude apps, and the API as claude-fable-5, and it is not a speed upgrade. It is deliberately the opposite.
The fallback is worth understanding properly, because we got it wrong first time round. We originally described the routing as silent. It is not. Anthropic's documentation on model switching states that "you'll see a notice explaining that the model switched, and the response will be labeled with the model that answered". Four things trigger it: offensive cybersecurity, most biology and chemistry, attempts to extract the model's reasoning, and frontier LLM development work such as kernel design or distributed training.
One detail in that documentation deserves more attention than it gets. The safety checks review "everything the model reads, not just your latest message", including memory, connector content, web search results and files. So a fallback can be triggered by something in a document you attached rather than anything you typed. If you work anywhere near security or life sciences, that is worth knowing before you build a workflow on Fable 5.
What Claude Fable 5 is like to use
On 10 June, the day after launch, we used Fable 5 in Claude Code to build a new free tool for our sister site: the AI Bot Checker. The brief was outcome-shaped rather than a spec: an easy-to-understand checker that tests whether AI bots are blocked from a website, including robots.txt analysis. What it should do, and what using it should feel like. Nothing about how to build it.
Fable read through the existing codebase and the tools already on the site, then built the whole thing. Every major AI crawler tested two ways (robots.txt rules plus live requests sent with each bot's user agent), a bot-by-bot results table, an A to F grade, and a ready-to-send message for your hosting provider when something is blocked. Functionality and design landed right first time. No correction pass. In three years of building with these models, that had not happened to us on a job that size before.
The part that took the longest to specify, and that Fable got right without being told, was the crawler list itself. Deciding which bots to test is a judgement call rather than a lookup: some are indexers, some fetch a page live when a user asks a question about you, and two are not crawlers at all but robots.txt switches that control training. Here is the full set it checks, which doubles as a reasonable reference for anyone auditing their own robots.txt.
| Crawler | Operator | What it feeds | Checked via |
|---|---|---|---|
GPTBotAI search indexing | OpenAI | Builds the index behind ChatGPT search and model training | robots.txt + live test |
OAI-SearchBotAI search indexing | OpenAI | Powers ChatGPT search results and link citations | robots.txt + live test |
ChatGPT-UserLive user visits | OpenAI | Visits your pages live when a ChatGPT user asks about you | robots.txt + live test |
ClaudeBotAI search indexing | Anthropic | Crawls for Claude, including search and model improvement | robots.txt + live test |
Claude-SearchBotAI search indexing | Anthropic | Indexes pages to improve Claude search results and citations | robots.txt + live test |
Claude-UserLive user visits | Anthropic | Visits your pages live when a Claude user asks about you | robots.txt + live test |
PerplexityBotAI search indexing | Perplexity | Builds the Perplexity answer-engine index and citations | robots.txt + live test |
Perplexity-UserLive user visits | Perplexity | Visits your pages live when a Perplexity user asks about you | robots.txt + live test |
Meta-ExternalAgentModel training | Meta | Crawls for Meta AI training and product indexing | robots.txt + live test |
ApplebotAI search indexing | Apple | Powers Siri, Spotlight and Apple Intelligence answers | robots.txt + live test |
BytespiderModel training | ByteDance (TikTok) | Collects training data for ByteDance AI models | robots.txt + live test |
CCBotModel training | Common Crawl | Open web dataset used to train many AI models | robots.txt + live test |
Google-Extendedrobots.txt control | robots.txt switch for Gemini training and grounding | robots.txt only | |
Applebot-Extendedrobots.txt control | Apple | robots.txt switch for Apple AI model training | robots.txt only |
The two -Extended tokens are the ones that trip people up, and the tool marks them "not crawlable by name" for a reason. Google never crawls as Google-Extended. It crawls with Googlebot and honours the Google-Extended token in robots.txt as a separate permission for Gemini training and grounding. Apple works the same way with Applebot and Applebot-Extended. So there is no request you can send them and nothing a live test could prove: they are permission switches, not user agents. Blocking them does not remove you from search. We cover that distinction properly in our guide to whether your website is blocking AI.
The live test deserves one honest caveat, which the tool states on its own results page. Its requests identify as each bot but originate from our servers, not from OpenAI's or Anthropic's networks. So a rejection tells you your site or host is filtering traffic that claims to be that bot, which is usually what you want to know. But some security layers reject impostors while letting the verified bot through on a signed IP range. A failed live test is a strong signal to investigate, not proof that the real crawler is blocked, and any honest reading of the result has to hold that distinction.
One name is conspicuously absent. xAI publishes no crawler documentation, and Grok's observed fetches identify as an ordinary browser rather than a named bot. With no token to match in robots.txt and no user agent to test, there is nothing a checker or a firewall can reliably verify, so we leave it out rather than report a result we cannot stand behind.
Two things stood out in daily use. It is slower than Opus per response, sometimes noticeably. And it reads far more before it writes: more files opened, more existing patterns studied, before the first line of code appears. The slowness buys something. Fewer wrong turns, fewer "no, not like that" corrections, less of your time spent steering.
We were not the only ones seeing this pattern.
"My initial impressions are that this is something of a beast. It's slow, expensive and has been quite happily churning through everything I've thrown at it so far. As is frequently the case with current frontier models the challenge is finding tasks that it can't do."
"The challenge is finding tasks that it can't do" is the line that made me put my coffee down, because it matched the day I had just had. I went looking for the catch in our one-shot build for a good hour: an edge case missed, a layout that breaks on mobile, anything. I didn't find one. Willison also buried a number in that post that matters more than any benchmark: he burned through $110.42 of Fable usage in a single day, inside his $100-a-month subscription. That was the free window doing its job, and a preview of what the meter looks like when it switches on.
Fable 5 vs Opus 5 vs Opus 4.8
When we first published this, the comparison that mattered was Fable 5 against Opus 4.8. Opus 5 landed on 24 July and made that framing obsolete.
| Fable 5 | Opus 5 | Opus 4.8 | |
|---|---|---|---|
| Frontier-Bench v0.1Hard research-grade problems, one attempt each. Tests raw reasoning ceiling. | 33.7% | 43.3% | 18.7% |
| SWE-bench ProFixing real bugs in real open-source codebases, unaided. | 80.3% | 79.2% | 69.2% |
| GDPval-AA v2Everyday professional work drawn from real job roles, not coding puzzles. Higher is better. | 1,747 | 1,861 | Not published |
| CursorBench 3.2Coding inside a real editor, the way a developer actually works. | Best score | Within 0.5%, at half the cost | Behind both |
| API price (in/out per M)Cost per million tokens sent in, then generated out. | $10 / $50 | $5 / $25 | $5 / $25 |
| Usage drawdown rateHow fast it spends a subscription's weekly allowance. | 2x | 1x | 1x |
Opus 5 wins Frontier-Bench by 9.6 points and GDPval-AA v2 by 114, matches Fable on CursorBench 3.2 to within half a point, and beats it on OSWorld 2.0 computer use at roughly a third of the cost. Fable leads exactly one row on this table, SWE-bench Pro, by about a point (80.3% against 79.2%). One point on one benchmark, at double the price and double the drawdown, is not a reason to change your default.
When Fable 5 is still the right call over Opus 5
I will be honest that this took me a while to work out for myself. Fable came back on our Max plan, I had no clear rule for when to reach for it, and because it eats the weekly allowance twice as fast I mostly just left it alone. If you are in the same position, here is the rule I settled on.
Ask whether you are going to be watching. That one question does most of the work, and it explains why the benchmark table looks self-contradictory at first glance.
Frontier-Bench is a one-shot test: hard problem in, answer out, scored. Opus 5 wins it because it checks its own work and questions the brief before acting, which is what its whole launch was built around. When you are in the loop reviewing each step, you and Opus 5 are both doing error correction, and paying double for a one-point ceiling is waste.
Long-horizon autonomous work is a different shape of problem. Anthropic's guidance is that Fable 5 remains its recommendation for agents that run for days, planning and self-correcting across very long trajectories with no human in the loop. On a run of thousands of steps nobody is there to catch a wrong turn at step 40, and a small per-step edge compounds into a very different outcome by step 4,000. That is where a raw capability ceiling stops being a rounding error and starts being the whole game.
So spend Fable allowance when:
- You are going to brief it and walk away. A migration, a large refactor, a build you want to come back to finished rather than supervise line by line.
- Being wrong is expensive to unpick. Not wrong in a way you spot immediately, but wrong in a way that propagates quietly through forty files before anyone notices.
- The job genuinely sits at the top of the difficulty range. That one-point margin is real, but it only shows up on the hardest problems. On ordinary work the two models are indistinguishable, and you are paying double for a difference you cannot perceive.
Stay on Opus 5 for everything else, which will be most things: conversational work, iterative work, anything you review as you go, and anything you could not confidently call hard.
The same job, briefed two ways. The difference is not prompt wording, it is the shape of the brief, and it falls straight out of that same question. The brief that produced the AI Bot Checker was, in substance: build an easy-to-understand checker that tests whether AI bots are blocked from a website, including robots.txt analysis, and here is what using it should feel like. Complete on the outcome. Silent on the method. It had to be, because I was not going to be sitting there to answer anything.
| Opus 5, you are watching | Fable 5, you have walked away | |
|---|---|---|
| How you open | "Build a checker that tests whether AI bots are blocked. Start with robots.txt and we will see where it goes." | "Build a checker that tests whether AI bots are blocked. Test both robots.txt rules and live requests per bot. Grade A to F. Match the patterns already in this codebase." |
| Gaps in the brief | Fine, and often useful. Opus 5 questions a brief before acting, so a gap becomes a conversation. | Expensive. A gap at step 40 has nobody to resolve it, and the run continues on whatever it assumed. |
| Handling ambiguity | "Ask me if anything is unclear." | "Where the requirement is ambiguous, choose the option most consistent with the existing code and note the decision." |
That last row is the single most useful change to make. "Ask me if anything is unclear" is dead weight on an unattended run: it either stalls the job or gets silently ignored. Swapping it for "decide, and tell me what you decided" gives you the same information at the end, in a list you can review, without the model waiting on a reply that is never coming.
The budget reality on Max. Half your weekly allowance, spent at double rate, is about a quarter of a week of Opus-equivalent work. That is two or three substantial jobs a month, not a daily driver. So if you cannot name the specific job before you switch models, that is your answer: don't. Leaving Fable unselected by default is the correct behaviour on a Max plan, not a failure to get your money's worth.
Not everyone reads Anthropic's tiering charitably, and the loudest sceptic runs the competition.
"It is clearly incredible marketing to say, 'We have built a bomb, we are about to drop it on your head. We will sell you a bomb shelter for $100 million.'"
He said that in April, about the Mythos rollout that Fable 5 extends, and I will admit it lodged in my head while writing this. The cynical reading writes itself: invent a scary tier, gate it, then sell the safe version at double price. What softened my cynicism was watching Anthropic give the thing away on Max in the end, after four deadlines and a lot of public complaining. That looks less like a shelter sales pitch and more like a company short of compute, sampling demand, and then losing the argument with its own customers.
Is Claude Fable 5 worth it?
So, is Fable 5 worth it? The answer now depends on your plan, which is a better question than the one this article originally asked.
- On Max or Team Premium, Fable 5 costs you no extra money, so it is a question of allowance rather than budget. Apply the walk-away test: if you will be watching and reviewing, use Opus 5. If you are briefing a long job and leaving it to run, that is what the Fable allowance is for. Keep Opus 5 as the default for everything else.
- On Pro or Team Standard, Fable means buying usage credits at API rates. Spend the one-time $100 credit on your hardest backlog item to see what it does, then be honest about whether the result justified $10/$50 per million tokens. For most Pro subscribers it will not.
- If you are choosing purely on capability per pound, Opus 5 is the better buy. It wins on Frontier-Bench, matches Fable on CursorBench, costs half as much and draws down half as fast.
Our own position has moved since June. Opus 5 is now the daily default in Claude Code, and Fable comes out for the kind of job the AI Bot Checker was: big, well-briefed, self-contained, worth getting right first time. On current evidence that is perhaps two or three jobs a month, not twenty. The difference from June is that it now costs us nothing extra to make that call, which is the one genuinely good outcome from six weeks of pricing chaos.
One caveat before you commit real work to it. The safety fallback can fire on content you did not write, because the classifiers read your attachments, memory and search results too. You will be told when it happens. But if your work sits near security or life sciences, expect to meet Opus 4.8 more often than the 95% figure suggests.
What this means for your website
There is a thread connecting a frontier coding model to the work this site usually covers. The tool Fable built for us in one shot exists because AI crawler access has become something ordinary site owners need to check. Models this capable are increasingly the things reading your website: fetching pages, comparing claims, deciding whether your business is the one to recommend. We walked through that pipeline in how AI search actually works, and our server logs show AI crawlers reading machine-readable files daily.
The blocking problem is real, not theoretical. The first day we ran the new tool against live sites, one scored a D: ClaudeBot, Bytespider, and CCBot all rejected at server level with 403s, invisibly to the owner.
A model that can one-shot a working web tool can certainly parse your homepage. What it cannot do is invent facts you never published. AI Visibility Checking exists to verify the inputs are there: that crawlers can reach you, and that files like llms.txt and developer-ai.txt state who you are in a form these models can use. The quick-start guide covers the full set in an afternoon. As the models get sharper, ambiguity stops being neutral. It becomes the reason you are left out of the answer.
Can AI systems actually reach your website?
Fable 5 was capable enough to build our AI Bot Checker in a single prompt. Run it on your own domain to see whether the 14 main AI crawlers can reach you, then use the AI Visibility Checker for the full picture of what they understand once they arrive.
Check your AI visibility freeFrequently asked questions
How much does Claude Fable 5 cost?
On the API, Claude Fable 5 costs $10 per million input tokens and $50 per million output tokens, exactly double Claude Opus 5 and Opus 4.8 at $5/$25. On subscriptions the answer depends on your plan. Since 20 July 2026 Fable 5 is included on Max ($100 or $200 a month) and Team Premium for up to 50% of your weekly usage limits at no extra cost. On Pro ($20 a month) and Team Standard it is not included at all: it runs on prepaid usage credits billed at API rates. It is not available on the Free plan.
Is Claude Fable 5 included in the Max subscription?
Yes. From 20 July 2026, Fable 5 is a permanent part of Max and Team Premium plans, usable for up to 50% of your weekly usage limits at no extra cost. Beyond that cap you need usage credits. Note that this is not extra allowance: the 50% is a ceiling on how much of your existing weekly limit you may spend on Fable 5, and because Fable draws down roughly twice as fast as Opus, that half-week of allowance buys about a quarter of a week of Opus-equivalent work.
Is Claude Fable 5 free?
No. Fable 5 is not available on the Claude Free plan at all. It was free for everyone for three days after its 9 June 2026 launch, before a US government directive suspended it, and that promotional period ended for good on 19 July 2026. Pro and Team Standard subscribers received a one-time $100 usage credit when the promotion closed, which is the closest thing to free access still going.
Is Claude Fable 5 available in the UK, and what does it cost in pounds?
Yes, Fable 5 is available in the UK on the same terms as everywhere else, and has been since Anthropic redeployed it globally on 1 July 2026. Anthropic has no UK price list: it bills in US dollars and adds 20% UK VAT at checkout, so what you actually pay depends on your card's exchange rate. At roughly $1.33 to the pound that works out at about £18 a month for Pro, £90 for Max 5x and £180 for Max 20x, VAT included.
Why does Fable 5 draw down usage faster than Opus 4.8?
Because it costs exactly twice as much per token. Claude's model picker warns that Fable "draws down usage about 2x faster than Opus", and that multiplier is not arbitrary: subscription limits are metered against token cost, and Fable 5 is $10/$50 per million tokens against Opus at $5/$25. A session that would use a quarter of your weekly allowance on Opus will use half of it on Fable 5.
Is Claude Fable 5 better than Claude Opus 5?
Mostly no, and that is a change from June. Opus 5 scores 43.3% on Frontier-Bench v0.1 against Fable 5's 33.7%, wins GDPval-AA v2 by 1,861 to 1,747, beats Fable on OSWorld 2.0 computer use at roughly a third of the cost, and matches it on CursorBench 3.2 to within half a point at half the price. Fable leads exactly one published benchmark, SWE-bench Pro, by about a point (80.3% against 79.2%). The practical rule: if you will be reviewing the work as it happens, use Opus 5, because it costs half as much and draws down your limits half as fast. Reach for Fable 5 only for long autonomous runs you brief and walk away from, which is what Anthropic still recommends it for. We covered the newer model in our Claude Opus 5 explainer.
Is Claude Fable 5 worth it?
For most people, no longer. If you are on Max, Fable 5 costs you nothing extra up to half your weekly limit, so the question is whether to spend allowance rather than money. The simplest test is whether you will be watching: if you are reviewing the work step by step, use Opus 5, because you are already the error correction and Opus 5 is half the price and half the drawdown. Save Fable for long jobs you brief and walk away from, where nobody is there to catch a wrong turn. On a Max plan that realistically means two or three jobs a month, not a daily driver, and leaving Fable unselected by default is the correct behaviour rather than a waste of your subscription. On Pro, where Fable means paying credits at API rates, the bar is higher still.
Is Claude Fable 5 the same as Claude Mythos?
They share the same underlying model. Fable 5 has safety guardrails enabled: prompts on restricted topics such as offensive cybersecurity, most biology and chemistry, and frontier model development are answered by Opus 4.8 instead, with a visible notice telling you the model switched. Claude Mythos 5 removes those cyber safeguards and is restricted to vetted partners through Project Glasswing. We covered the original withheld model in our Claude Mythos explainer.
Sources
- Claude Fable 5 on your plan - Anthropic Help Center
- Why Claude switched models in your conversation with Fable 5 - Anthropic Help Center
- Claude Fable 5 and Claude Mythos 5 - Anthropic
- Claude plans and pricing - Anthropic
- Claude make Fable 5 permanent - Simon Willison
- Initial Impressions of Claude Fable 5 - Simon Willison
- Claude Fable 5 promotion extended after backlash over early cutoff - Android Authority
- Claude Fable 5 and Mythos 5: Pricing, API Costs, and Benchmark Comparison - Finout
- Sam Altman Throws Shade at Anthropic's Cyber Model Mythos - TechCrunch