Claude Opus 5.5 vs Fable 5.1: Which One to Use Now, and Which Plan Gets It

Chris Alarcon Chris Alarcon
Claude Opus 5.5 vs Fable 5.1: Which One to Use Now, and Which Plan Gets It

Quick answer: use Opus 5.5 by default and treat Fable 5.1 as the exception.

Anthropic says Opus 5.5 “performs at the level of Claude Fable 5.1 on most work,” it costs 60% less per token, and on Claude Pro it runs inside your plan while Fable runs on paid credits. I switched my own default from Fable to Opus 5.5 today, and the logs are below.

Searched Fable vs Opus 5.5 instead? Same answer, and it gets even simpler if you pay $20 a month.

My rule now: Opus 5.5 by default, Fable only when Opus 5.5 at max effort still falls short.

FreePro ($20/mo)Max (from $100/mo)
Opus (now Opus 5.5)NoYes, inside plan limitsYes, inside plan limits
Fable 5.1NoUsage credits onlyUp to 50% of weekly limits
Sonnet and HaikuYesYesYes

Plan rows from Claude’s pricing page and the Fable plan article, read September 22, 2026.

Pro just got Fable-level work inside the $20 plan

The launch coverage skips this.

On Pro, Fable was never really inside your plan. Anthropic’s support article says Fable on Pro and standard Team seats is not included in the plan’s usage limits and runs on usage credits, which you pay for on top.

Opus is included on Pro. So the moment Opus 5.5 landed at Fable 5.1’s level on most work, a $20 subscriber got that level of output without touching a credit balance.

Claude's pricing page, Models and usage section, showing Fable as Usage credits on Pro and 50% of weekly limits on Max 5x and Max 20x, and Opus included on Pro, Max 5x and Max 20x but not Free Claude’s pricing page, Models and usage rows, captured September 22, 2026. The column headers are from the same page, cropped in above the rows. The page says “Opus”, not “Opus 5.5”, in each cell.

On Max, nothing about Fable changed today. It is still capped at up to 50% of your weekly limits and it draws from the same pool as everything else. Opus 5.5 carries no separate ceiling.

If you are still deciding which plan to be on, Claude Pro vs Max runs the same logic on the plan itself.

I switched my default to Opus 5.5 today, and the log shows the minute

I pay for Claude Max 20x. In Claude Code, every model change prints one line, and those lines stay in the session logs. Here are mine.

Four /model output lines from Chris's Claude Code session logs with UTC timestamps: Fable 5.1 at medium effort on September 17, Fable 5.1 at low effort, Opus 5 with 1M context at max effort, and Opus 5.5 with 1M context saved as default at high effort at 18:08 on September 22 Rebuilt from my Claude Code session logs, September 17 and 22, 2026. The four lines are the exact /model output text with their UTC timestamps; only the dark frame is new.

Fable 5.1 at medium had been my saved default since September 17. This morning I dropped Fable to low, then tried Opus 5 at max effort. At 18:08 UTC, Opus 5.5 became the default for new sessions, at high effort.

That effort choice is on purpose. With Fable I’d use medium, I always got good results, and I used high very rarely.

Opus 5.5 is a step up from Fable 5.1 on paper, and the results people are claiming are actually cool, so I’m running it at high. I’m testing it myself. So far it’s cool and easier to talk to.

The desktop app looks like this on my account today.

The Claude desktop model picker on a Max 20x account on September 22, 2026: Fable 5.1, Opus 5.5 with a checkmark, Sonnet 5 and Haiku 4.5, with the Effort submenu open showing Low, Medium marked Default, High, Extra, and Max marked 4× or more usage My Claude desktop app, Max 20x, September 22, 2026. Opus 5.5 is checked on a new chat screen, Fable 5.1 sits above it, and the Effort menu marks Medium as the default and Max as “4× or more usage.”

Two things in that picture matter. Fable 5.1 is still the first name on the list, labelled “For your toughest challenges,” and Opus 5.5 is “For complex tasks.” And the app’s own effort warning says Max effort means “4× or more usage,” so the effort dial matters as much as the model name.

Opus 5 did not disappear either. Anthropic’s deprecation page lists it as active until at least July 24, 2027, and the pricing page lists it under legacy models.

If you do not see Opus 5.5, update. In Claude Code, run claude update: Anthropic’s model docs say Opus 5.5 needs version 2.1.280 or later. In the desktop app, update the app. On the web version of Claude, it does it for you.

Anthropic’s Claude Code docs now list Opus 5.5 as the default model on Pro, Max, Team and Enterprise.

The game test: Opus 5.5 found a game instead of building one

Launch day comes with launch-day claims. Within an hour of the release, an X post said Opus 5.5 had one-shot a Mario Kart game.

I wanted to know how real that was, because I’ve wanted a game for me and my wife to play. So right after the switch, I handed Opus 5.5 the post and asked.

Excerpts from Chris's Claude Code session on September 22, 2026 with model claude-opus-5-5: Chris asks how the Mario Kart tweet was done, Opus 5.5 replies that it is a hype tweet, not a how-to, and treats one shot as launch-day marketing; Chris asks to build his own Pokemon game, Opus 5.5 replies that the version he described already exists, then says it downloaded the code, built the game on his Mac and played the opening Text from my Claude Code session log, September 22, 2026, 18:09 to 18:25 UTC, model claude-opus-5-5. Short exact excerpts; […] marks cuts, including my language.

It read the replies and called it straight. People asked for the prompt, the time and the tech stack, and got no answer, so treat “one shot” as marketing.

Then I asked for what I actually want, a Pokémon Yellow where you can catch everything. Instead of starting from zero, it found a fan remake that already does most of it, Pokémon Yellow Legacy on GitHub. It built it on my Mac and played the opening itself.

Did I build a game? No, we don’t have to lie. It found one already on GitHub and gave me a suggestion to modify it. I have the logs to prove it.

It also checked the rest of my wishlist against what exists:

  • Kanto and Johto in one game: Yellow cannot hold a second region, so that needs a Crystal base (it pointed at Polished Crystal).
  • Playing together online: a different game entirely, PokeMMO.
  • Phones: yes, through the Delta app on iPhone.
  • Switch: skip it.

That list is how we landed on the game we’re building right now. The Kanto-and-Johto wish pointed at a fan project on GitHub that rebuilds Kanto on Pokémon Crystal’s engine, and we’re building on top of it: a version my wife and I can play together.

Today Opus 5.5 added the first piece. There’s a “who’s playing” screen, a separate save for each of us, controller support, and the server that will put us in the same game at the same time. That last part is still being built.

Three real screens from the game Chris is building, captured September 22, 2026: a who-is-playing picker with buttons for Chris and Player 2, the player outside Red's house in Pallet Town, and Pikachu following the player outside the Viridian City Poké Mart Real screens from the game we’re building, captured September 22, 2026: the player picker Opus 5.5 added today, Pallet Town, and Pikachu following me in Viridian City. The Kanto-on-Crystal base is a fan project; the two-player part is ours.

That is the honest version of the one-shot claim. The move that worked on day one was find what already exists, then change it.

The other job was less fun and more useful. My Substack Notes run had been failing, and Opus 5.5 took it over today; the session log shows “10 notes are live in Notion.” It’s early, and I’m seeing positive results.

The list price dropped 20%, and the 40% is Anthropic’s measured bill

News write-ups are mixing up two numbers. Both come from Anthropic’s launch page.

ModelInput per 1M tokensOutput per 1M tokensOpus 5.5 compared
Opus 5.5$4$20
Opus 5$5$2520% cheaper per token
Fable 5.1$10$5060% cheaper per token

The 20% is the list price cut against Opus 5. The 40% is different: “Our tests show that at default settings it will cost 40% less than Opus 5 on typical workloads.”

Against Fable 5.1 the gap is bigger. Fable costs 2.5 times what Opus 5.5 costs per token. Anthropic also says Opus 5.5 writes output more than 30% faster than Opus 5.

One warning for subscribers. Those are API prices. Anthropic has not published how much of your Pro or Max limit an Opus 5.5 message uses compared with a Fable message, so nobody can honestly tell you it stretches your week by a set amount.

Opus 5.5 beats Fable 5.1 on Anthropic’s table and still loses two rows to Astra

On Anthropic’s own benchmark table, Opus 5.5 beats Fable 5.1 on every row. A few that map to real work:

  • Terminal-Bench 4.0 (agentic coding): 66.4% vs 55.8%.
  • GDPval-AA (knowledge work): 1846 vs 1735.
  • OSWorld 2.0 (using a computer): 81.8% vs 80.7%, basically level.

It does not beat everything. OpenAI’s GPT-6 Astra wins AutomationBench, 41.4% to 40.0%, and Terminal-Bench-Science, 64.6% to 58.7%. If Astra is the name you keep hearing, what GPT-6 Astra is covers it.

Anthropic even undercuts its own table: “In our own use, the gap between Opus 5.5 and Claude Fable 5.1 is narrower than these scores suggest.”

On Hacker News, sailingparrot did the math in the launch thread: “Fable 5.1 came out just 21 days ago. Only 3 weeks! And this is 20% relative improvement on terminal bench vs Fable 5.1 at less than half the price, and more human sounding output.”

The writing point is the one I care about, because I use this for content. Anthropic says Opus 5.5 “communicates more naturally than prior models.”

mcintyre1994 put the frustration plainly in the same thread: “I mostly moved to Astra because I just can’t work all day with the Claude Opus 5/Fable writing style… Definitely keen to try Opus 5.5 and see if this claim is real.”

Fable still wins one kind of job, and it is rarer now

Here is where Fable keeps its seat. Anthropic’s model guide for developers says “Most workloads start with Claude Opus 5.5.” Then it gives one exit: move to Fable 5.1 if your results “at xhigh or max effort still fall short on demanding reasoning or long-horizon agentic work.”

In plain English, Fable is for the long job that runs for hours and has to hold a lot together. Anthropic’s examples are agent sessions that run for hours and multistep deep research.

Before today, that was my rule too. Fable plans it, Opus makes it is how I ran things last week.

Today my answer changed. I wondered out loud whether I should keep using my Fable usage because it was separate. It is not separate: on Max, Fable comes out of the same weekly limits and is capped at up to 50% of them, and on Pro it is paid credits.

So why keep paying more? Do you want to pay more money for something less? Doesn’t make sense, right? If Opus 5.5 is better all around, it makes literally no sense to use Fable as of now.

I don’t think that lasts. When Anthropic ships a Fable 5.5, I expect it to be even more powerful, and the math flips back.

Your five-hour limit went up, and nobody has a number

Anthropic’s launch page says it is “increasing five-hour usage limits on Pro, Max, Team, and seat-based Enterprise plans.” It published no figure, so any percentage you see online is a guess.

There is also a new rate limit reset for subscribers, “which you can now save and use whenever you choose.” Think of it as a spare refill you get to time yourself.

What did not change: the Fable ceiling on Max and credits-only Fable on Pro. How the five-hour and weekly windows actually work is on Claude usage limits explained.

Which one to pick, by plan

  • If you are on Free: neither. Free is Sonnet and Haiku, and Opus 5.5 is not on it.
  • If you are on Pro at $20: Opus 5.5 for everything. It is the strongest model inside your plan, and Fable would cost you credits for work Anthropic says is level on most jobs.
  • If you are on Max: Opus 5.5 by default. Save Fable for the rare job that runs for hours, and only after Opus 5.5 at max effort fell short.
  • If you write or create for a living: Opus 5.5. Anthropic says it communicates more naturally than prior models, and it is the model I moved my content work to today.
  • If you were running Opus 5 at max effort to squeeze out quality: try Opus 5.5 at high first. That is the swap my own log shows.
  • If the plan question is still open: Claude Pro vs Max is the next read, and the Claude at Work hub maps the rest.

Common questions

Is Claude Opus 5.5 better than Fable 5.1?

On most work, Anthropic says they are level, and Opus 5.5 beats Fable 5.1 on every row of Anthropic’s benchmark table, for example Terminal-Bench 4.0 at 66.4% vs 55.8%.

Anthropic still tells developers to move to Fable 5.1 when Opus 5.5 at xhigh or max effort falls short on demanding reasoning or long-horizon agentic work.

Does Claude Pro get Opus 5.5?

Yes. Claude’s pricing page marks Opus as included on Pro, Max 5x and Max 20x, and not on Free. Fable on Pro is marked Usage credits, billed on top of the plan, so Opus 5.5 is the strongest model inside Pro’s limits.

Is Opus 5.5 cheaper than Fable 5.1?

Per token, yes. Opus 5.5 is $4 input and $20 output per million tokens and Fable 5.1 is $10 and $50, so Opus 5.5 is 60% cheaper per token. Anthropic has not published how much of a subscription limit either model uses per message.

Is Fable usage separate from my Opus usage on Claude Max?

No. On Max, Fable draws from the same weekly usage limits as every other model and is capped at up to 50% of them. On Pro and standard Team seats, Fable is outside the plan’s limits and runs on paid usage credits.

Why can’t I see Opus 5.5?

Update. In Claude Code, Opus 5.5 needs version 2.1.280 or later, so run claude update. In the desktop app, update the app; the web version updates by itself. Opus 5.5 is not on the Free plan.

Did Anthropic retire Opus 5?

No. Anthropic’s deprecation page lists Opus 5 as active until at least July 24, 2027, and the pricing page lists it under legacy models. Picking it is still possible, it is just no longer the top Opus.

Where this comes from

The facts come from Anthropic’s own pages, read on launch day, September 22, 2026. The logs, the picker and the Pokémon session are mine, from my Max 20x account that same day.

I have not run my own benchmark or measured my limits since the raise. It’s day one, so I’ll update this as I go.

Published September 22, 2026, launch day. Last reviewed September 22, 2026.

Plan-change alerts

Your plan is gonna change. Nobody emails you when it does.

I pay for Claude, ChatGPT and Grok, so I check the pricing pages every week anyway. When one moves a price or a limit, you get one email that day. No newsletter, no schedule. Last one I caught: Fable 5 quietly dropped out of Claude Pro.

Chris Alarcon

Written by

Chris Alarcon

Chris Alarcon builds Ship Lean: the boring Claude and AI setups that actually work, handed to people who don’t code. He runs his one-person operation on these systems, around a full-time job, and shares every workflow, prompt, and tool combo in public. Start with the 15 prompts he uses every day.

Picked a plan? Now set it up

Whichever plan you buy, it still won't know you tomorrow.

The Setup is one folder. Drop it into a Project, answer three questions, and Claude or ChatGPT stops forgetting you, stops sounding like AI, and runs three real jobs by name. Twenty minutes tonight. No code. $39, 30-day refund.

See The Setup →