A AI Tool Testing

Buyer's guide · ai coding

Claude Fable 5 for Coding: Benchmarks, Pricing, and Where to Use It

Claude Fable 5 is Anthropic's new top model, built for coding: 95% on SWE-bench Verified. What it costs, how it compares, and where to actually use it.

By Max Langley ·

Disclosure: We earn commissions from links on this page, as an Amazon Associate we earn from qualifying purchases, at no extra cost to you. This never affects what we recommend. Read our editorial standards →

Best in your IDE

Cursor

Cursor Pro

Fable 5 is selectable in Cursor, where Cursor reports it set a new CursorBench state of the art at 72.9% (max effort), 8 points above the previous best. Cursor is the maturest IDE-integrated agent ecosystem, so it is the natural place to point Fable 5 at a real codebase. Watch the credit-pool math: Fable's high token price burns through usage-based credits faster than cheaper models.

On June 9, 2026, Anthropic released Claude Fable 5, the first publicly available version of its closely watched Mythos model and its most capable model to date. The headline for developers: it is built for coding. Anthropic pitches it at large migrations, complex multi-file implementations, and autonomous sessions that run for hours while the model writes its own tests and uses vision to check its output against the goal.

This is not a breaking-news post. It is a practical look at the coding numbers, what the model costs, and where you can actually use it today, so you can decide whether it earns a place in your workflow or stays a tool you reach for only on the hard problems.

The coding benchmarks

Fable 5’s launch numbers are the strongest Anthropic has published. On SWE-bench Pro, the harder successor evaluation, Anthropic’s own chart puts it well ahead of the field:

ModelSWE-bench Pro
Claude Fable 580.3%
Claude Opus 4.869.2%
GPT-5.558.6%
Gemini 3.1 Pro54.2%

It also posted roughly 95% on SWE-bench Verified and 72.9% on CursorBench at max effort, and led the FrontierCode benchmark. The short version: on the hardest software-engineering tasks the benchmarks measure, Fable 5 has a clear lead right now.

One honest caveat, the same one we apply in our best AI coding assistant guide: treat the absolute percentages with some skepticism. OpenAI’s auditors found that a large share of the hardest SWE-bench Verified problems had flawed test cases and that frontier models could reproduce solutions from memory. The rankings hold up better than the raw numbers do.

Pricing: powerful, not cheap

Fable 5 costs $10 per million input tokens and $50 per million output tokens, with batch pricing at $5 and $25. That is roughly two to five times the per-token cost of the cheaper frontier models. But one discount changes the math for exactly the work Fable 5 is built for: prompt caching bills repeated input at one tenth the rate, a 90% discount, so a cache hit costs about $1 per million input tokens instead of $10. Agentic and multi-file runs send the same large prefix (the system prompt, the codebase, the spec) on every step, so in practice the running cost for its best use case is far lower than the headline rate suggests. It is still a precision instrument rather than the model you leave on autocomplete all day, but the caching discount is the reason a long agent session is more affordable than the sticker price implies.

Where you can use it for coding

As of launch, Fable 5 is live across most of the places developers already work:

  • Claude apps and Claude Code (terminal agent), included in Claude Pro and the Max tiers.
  • The Anthropic API and Amazon Bedrock, for builders and teams.
  • GitHub Copilot, generally available as of June 9.
  • Cursor, selectable as a model in the IDE.

Anthropic is also letting Claude subscribers try Fable 5 free through June 22, 2026, which is the no-risk way to test it before committing token budget. For how these coding tools compare overall, see our best AI coding assistant guide, and for the broader model picture our Claude vs ChatGPT vs Gemini comparison.

Should you switch?

Not wholesale. The smart pattern is to keep a cheaper, faster model for routine coding and reach for Fable 5 on the jobs where its lead pays for the price: large migrations, gnarly multi-file refactors, and long autonomous agent sessions that would otherwise need a senior engineer babysitting them. It is worth knowing that in high-risk domains like biology, chemistry, cybersecurity, and model-distillation prompts the model deliberately blocks and falls back to Claude Opus 4.8, a safety design Anthropic shipped alongside it.

If you spend real money on AI coding tools, the free trial window through June 22 is the obvious move: point it at your hardest open ticket and see whether the benchmark lead shows up in your actual codebase.

Frequently asked questions

Is Claude Fable 5 better than Opus 4.8, GPT-5.5, and Gemini 3.1 Pro for coding?
On the benchmarks, yes. Anthropic's launch chart reports Fable 5 at 80.3% on SWE-bench Pro, versus 69.2% for Claude Opus 4.8, 58.6% for GPT-5.5, and 54.2% for Gemini 3.1 Pro. It also posted about 95% on SWE-bench Verified and 72.9% on CursorBench at max effort. Treat absolute scores with some caution (see the benchmark caveat below), but the ordering is a clear lead for the hardest software tasks.
How much does Fable 5 cost?
API pricing is $10 per million input tokens and $50 per million output tokens, with batch pricing at $5 and $25. That is roughly two to five times the per-token cost of cheaper frontier models, though prompt caching cuts repeated input by 90% (about $1 per million cached tokens), which sharply lowers the real cost of long agentic runs that reuse the same context. It is still not the model you run for routine autocomplete. Through consumer tools it is included in Cursor Pro ($20/mo), GitHub Copilot Pro ($10/mo), and Claude Pro ($20/mo), all subject to usage limits.
Where can I use Fable 5 for coding right now?
As of launch (June 9, 2026): the Claude apps and Claude Code, the Anthropic API, GitHub Copilot (generally available), Cursor, and Amazon Bedrock. Claude subscribers can try it free through June 22, 2026.
Should I switch everything to Fable 5?
No. Use it for the hard jobs (large migrations, multi-file refactors, long autonomous agent sessions) where its lead actually pays off, and keep a cheaper, faster model for routine work. The token price and the need for big-context tasks make it a precision tool, not a daily default. Note that in high-risk domains like biology, chemistry, cybersecurity, and model-distillation prompts, Fable 5 deliberately blocks and falls back to Claude Opus 4.8.
How reliable are these coding benchmarks?
Directionally useful, not gospel. OpenAI's auditors previously found that a large share of the hardest SWE-bench Verified problems had flawed test cases, and that frontier models could reproduce gold-patch solutions from memory (training-data contamination). The ordinal rankings tend to hold up; the absolute percentages are softer than they look. SWE-bench Pro is now the preferred harder evaluation.

Sources

Every claim in this guide that isn't first-person experience is traceable to one of the sources below. URLs verified at publication; some may rot. Let us know if so.

  1. Claude Fable 5 and Claude Mythos 5 (official announcement)Anthropic
  2. Anthropic released Claude Fable 5, its most powerful model publiclyTechCrunch
  3. Claude Fable 5 is generally available for GitHub CopilotGitHub
  4. Claude Fable 5 from Anthropic now available on Amazon BedrockAmazon
  5. Claude Fable 5 Benchmarks Explained: Coding, Context Window, PricingKingy AI
  6. Claude Fable 5 is now available in Cursor (CursorBench state of the art, 72.9%)CursorFirst-party source for the 72.9% CursorBench (max effort) figure, reported as a new state of the art, 8 points above the previous best.
  7. Prompt caching (Claude API docs)AnthropicCached input is billed at 0.1x the standard rate, a 90% discount.