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.
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 →
Anthropic
Claude Pro (Fable 5 trial)
Anthropic is letting Claude subscribers use Fable 5 free through June 22, 2026, which is the no-risk way to see if it is worth the token cost before you wire it into a paid workflow. Claude Code (terminal agent) is bundled into Claude Pro, and the Max tiers ($100/mo and $200/mo) carry the higher quotas you will want for long agent sessions.
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.
GitHub / Microsoft
GitHub Copilot Pro
Fable 5 went generally available in GitHub Copilot on launch day (June 9, 2026), so if you already live in VS Code it is the lowest-friction way to use the model. Same caveat as Cursor: Copilot is on usage-based billing now, and a model this expensive per token eats the included credit pool quickly.
AWS
Amazon Bedrock
Fable 5 is available on Amazon Bedrock, which is the path for teams that want it inside their existing AWS account, IAM, and data controls rather than through a consumer subscription. The right pick if compliance and infrastructure, not a single developer's editor, are the priority.
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:
| Model | SWE-bench Pro |
|---|---|
| Claude Fable 5 | 80.3% |
| Claude Opus 4.8 | 69.2% |
| GPT-5.5 | 58.6% |
| Gemini 3.1 Pro | 54.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?
How much does Fable 5 cost?
Where can I use Fable 5 for coding right now?
Should I switch everything to Fable 5?
How reliable are these coding benchmarks?
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.
- Claude Fable 5 and Claude Mythos 5 (official announcement) — Anthropic
- Anthropic released Claude Fable 5, its most powerful model publicly — TechCrunch
- Claude Fable 5 is generally available for GitHub Copilot — GitHub
- Claude Fable 5 from Anthropic now available on Amazon Bedrock — Amazon
- Claude Fable 5 Benchmarks Explained: Coding, Context Window, Pricing — Kingy AI
- 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.
- Prompt caching (Claude API docs) — AnthropicCached input is billed at 0.1x the standard rate, a 90% discount.