AIAnthropic

Claude Fable 5.1: Features, Pricing, Benchmarks and GPT-5.6 Comparison

Claude Fable 5.1 Is Here: Anthropic’s Most Powerful Model for Coding, Research and Long-Running AI Agents

Anthropic has launched Claude Fable 5.1, its newest high-end AI model for coding, research, knowledge work and long-running autonomous agents.

Released on September 1, 2026, Fable 5.1 is not positioned as a cheaper alternative to Anthropic’s existing models. In fact, its standard API pricing is higher than Claude Opus 5.

The interesting part is what happens when the model is used the way Anthropic expects many advanced AI systems to work: repeatedly reading large codebases, documents, tool definitions and conversation history over long periods of time.

For those workloads, Anthropic has dramatically reduced the cost of cached context.

Fable 5.1’s cache-read price is now just $0.25 per million tokens, a 75% reduction from Fable 5’s $1 rate. Anthropic estimates this can reduce the total cost of typical Fable workloads by around 25%, with savings reaching roughly 45% for highly agentic tasks.

But cheaper caching is only part of the story.

Anthropic is also claiming major improvements in coding, scientific research, computer use and long-duration problem solving, putting Fable 5.1 directly into competition with models such as Claude Opus 5 and OpenAI’s GPT-5.6 Sol.

What Is Claude Fable 5.1?

Claude Fable 5.1 is Anthropic’s new model for what the company calls demanding reasoning and long-horizon agentic work.

The model is designed for tasks that may continue for hours rather than seconds.

That includes software engineering projects spanning multiple files and services, large research jobs, complicated professional workflows, document analysis and autonomous agents that repeatedly call tools while working toward a goal.

Anthropic says Fable 5.1 establishes a new performance frontier for coding, knowledge work and long-running problem solving.

That positioning makes Fable somewhat unusual inside the Claude family.

Anthropic still recommends Claude Opus 5 for most workloads, while suggesting Fable 5.1 when a task requires particularly demanding reasoning or long-horizon agentic performance, or when Opus 5 at higher effort levels does not provide enough capability.

In other words, Fable 5.1 is not necessarily the Claude model you use for everything.

It is the model Anthropic wants you to reach for when the task gets difficult.

Claude Fable 5.1 Specifications

Fable 5.1 comes with specifications clearly aimed at large workloads.

The official model ID is:

claude-fable-5-1

It offers a 1 million-token context window, allowing the model to keep an enormous amount of information available in a single workflow.

Maximum output is 128,000 tokens, which is particularly useful for large coding tasks, lengthy reports and agent workflows that may generate substantial amounts of structured output.

The model accepts text and images as input and produces text output.

Its reliable knowledge cutoff and training data cutoff are both listed as June 2026.

Adaptive thinking is always enabled, while developers can control how much reasoning effort the model uses.

Key specifications

  • Model: Claude Fable 5.1
  • Model ID: claude-fable-5-1
  • Context window: 1 million tokens
  • Maximum output: 128K tokens
  • Input: Text and images
  • Output: Text
  • Thinking: Adaptive
  • Default effort: High
  • Knowledge cutoff: June 2026
  • Release date: September 1, 2026

Fable 5.1 is available through the Claude API as well as Amazon Bedrock, Google Cloud, Microsoft Foundry and Claude Platform on AWS.

Coding Is One of Fable 5.1’s Biggest Strengths

Anthropic has increasingly turned Claude into a platform for serious software engineering, and Fable 5.1 continues that strategy.

The model is designed to remain useful during long coding sessions rather than simply producing a function or answering a programming question.

That means it can potentially be used to:

  • Explore large repositories
  • Debug complex problems
  • Trace bugs across multiple services
  • Refactor existing systems
  • Implement features end to end
  • Use terminal tools
  • Run tests and inspect failures
  • Review code
  • Maintain progress over long sessions
  • Verify its own work before finishing

Anthropic’s published results put Fable 5.1 at 73.4% on CursorBench 3.2.0, compared with 70.5% for Fable 5, 70.0% for Opus 5 and 67.2% for GPT-5.6 Sol in Anthropic’s evaluation.

On Terminal-Bench 4.0, which measures agentic terminal coding, Fable 5.1 scored 55.8%, while the less-restricted Mythos 5.1 version reached 60.9%. Anthropic reports 52.3% for Opus 5 and 37.3% for GPT-5.6 Sol under the same evaluation setup.

These are impressive numbers, but they should be read carefully.

They are vendor-reported benchmark results, and Anthropic notes that model safeguards can affect some scores. Real-world performance can also vary significantly depending on tools, prompts, repository structure and agent design.

Still, the direction is clear: Anthropic wants Fable 5.1 to handle much larger units of software work.

From Code Generation to Long-Running Engineering

One of the more interesting examples from the launch came from investment firm Millennium.

According to Anthropic, the company had an extremely rare software crash that had remained unexplained for several years. Fable 5.1 reportedly disassembled an external vendor library, compared it against a core dump and traced the failure to a bug inside that library.

MongoDB also reported testing the model on a complex prototype where Fable 5.1 researched services, code and documentation before working autonomously for hours to implement the system.

These are customer examples supplied as part of Anthropic’s launch, so they should not be treated as independent scientific evaluations.

But they illustrate an important shift.

The goal is no longer:

“Can an AI write this piece of code?”

The more ambitious question is:

“Can an AI investigate, plan, build, test and finish an engineering project?”

Fable 5.1 is designed around that second question.

Long-Running AI Agents May Be the Real Story

Fable 5.1’s biggest impact may ultimately come from autonomous agents.

A traditional chatbot responds to individual requests.

An agent receives a goal and may need to take dozens or hundreds of actions before completing it.

It might search documentation, inspect files, execute code, use external tools, analyze results, correct mistakes and continue working.

That creates a very different challenge for an AI model.

It needs to remember what it is doing.

It needs to avoid losing direction.

It needs to understand when a step failed.

And it needs to decide what to do next without constantly asking a human.

Anthropic says Fable 5.1 performs particularly well on these long-running workflows.

Ramp, for example, reported an unattended machine-learning workflow that ran for 38 hours, revisited an earlier result, launched six parallel experiments and returned with findings and proposed next steps. Again, this is an early-access customer report rather than an independently reproduced benchmark, but it shows the kind of workload Anthropic is targeting.

Better Knowledge Work and Research

Fable 5.1 is not only a coding model.

Anthropic is also positioning it heavily around research and professional knowledge work.

On the company’s GDPval-AA v2 knowledge-work evaluation, Fable 5.1 reached an Elo score of 1,853, compared with 1,824 for Opus 5, 1,723 for Fable 5 and 1,711 for GPT-5.6 Sol.

On Humanity’s Last Exam, Anthropic reports:

60.9% without tools

and

65.0% with tools

for Fable 5.1.

The distinction between performance with and without tools is increasingly important.

A modern frontier model does not need to store every fact internally if it is capable of finding information, using software and correctly reasoning over the results.

This is especially relevant for research agents.

Scientific Research Is Becoming a Serious Use Case

Anthropic went unusually far with the scientific examples accompanying Fable 5.1 and Mythos 5.1.

The company says Fable 5.1 was used to train a neural network that produced a new high-resolution elevation map covering approximately one-third of Venus using data from NASA’s Magellan mission and existing mapping data.

Anthropic says the resulting map provides substantially finer detail than earlier altimetry data and has released the map under a Creative Commons license.

This is an interesting example because it moves beyond summarizing existing research.

The model was involved in a computational research workflow that produced a new research artifact.

Anthropic sees that as an early indication of where frontier AI systems could eventually contribute to scientific discovery.

What Is Claude Mythos 5.1?

Anthropic launched Claude Mythos 5.1 alongside Fable 5.1.

This can initially sound like a completely separate model, but the distinction is mostly about access and safeguards.

Anthropic says Fable 5.1 and Mythos 5.1 use the same underlying model.

Fable 5.1 is the generally available version with Anthropic’s normal production safeguards.

Mythos 5.1 uses more permissive safeguards for vetted organizations working in areas such as cybersecurity and life sciences.

Access to Mythos is therefore restricted through trusted programs rather than being broadly available to ordinary users.

That makes Fable 5.1 the relevant model for the overwhelming majority of developers.

Fewer Cybersecurity False Positives

Anthropic has also changed how Fable handles cybersecurity requests.

Fable 5.1 can now help identify software vulnerabilities for defensive purposes.

Anthropic says the updated cyber safeguards produce approximately 60% fewer interventions per Claude Code session compared with the safeguards used for Fable 5.

That could be meaningful for developers and security teams who previously saw legitimate defensive requests interrupted.

There are still boundaries.

Tasks such as exploit generation, penetration testing and certain binary vulnerability-scanning activities may be redirected to models and access environments with different safeguards.

Claude Fable 5.1 Pricing

Here is where Fable 5.1 becomes particularly interesting — and a little confusing.

The standard API prices are:

Input: $10 per million tokens

Output: $50 per million tokens

Those are exactly the same headline prices as Fable 5.

So Fable 5.1 is not 75% cheaper overall.

The 75% reduction applies specifically to cache reads.

Fable 5 charged:

$1.00 per million cached tokens

Fable 5.1 charges:

$0.25 per million cached tokens

That is a 75% reduction.

Cache writes cost:

$12.50 per million tokens for a five-minute cache

and

$20 per million tokens for a one-hour cache.

Anthropic also offers a 50% discount on regular input and output pricing through its Batch API.

Why the Cache Price Matters

At first glance, caching sounds like a minor technical detail.

For AI agents, it isn’t.

Imagine an AI coding agent working inside a large repository.

Every time the agent performs another task, it may need access to the same system prompt, tool definitions, documentation, repository files and previous conversation history.

Without caching, repeatedly processing that information becomes expensive.

With prompt caching, much of that unchanged context can be reused at a dramatically lower token price.

That is why Anthropic estimates Fable 5.1 will cost around 25% less for typical workloads and potentially up to approximately 45% less for highly agentic workloads, even though normal input and output prices have not changed.

It’s an important distinction.

The future AI pricing battle may be less about the advertised price of one million fresh tokens and more about the total cost of successfully completing a long-running task.

Fable 5.1 vs Claude Opus 5

This comparison is unusual.

Claude Opus 5 costs:

$5 per million input tokens

$25 per million output tokens

Fable 5.1 costs:

$10 input

$50 output

So Fable’s standard token rates are exactly twice as high.

But cached context reverses part of that equation.

Fable 5.1 cache reads cost only $0.25 per million tokens, while Opus 5 cache reads cost $0.50 per million.

That means a persistent agent repeatedly working with the same large context could have a very different cost profile than the headline token prices suggest.

Anthropic itself recommends starting with Opus 5 for most workloads.

Fable becomes more interesting when the task is difficult enough that its stronger long-horizon behavior produces better results or fewer retries.

Fable 5.1 vs GPT-5.6 Sol

OpenAI’s GPT-5.6 Sol is another obvious competitor.

Sol currently costs $4 per million input tokens and $20 per million output tokens, with cached input priced at $0.40 per million tokens. It also offers roughly a 1.05-million-token context window and up to 128K output tokens.

On raw list pricing, GPT-5.6 Sol is therefore considerably cheaper than Fable 5.1 for uncached input and output.

Fable’s cache reads, however, are cheaper:

Fable 5.1: $0.25

GPT-5.6 Sol: $0.40

per million cached input tokens at current published prices.

Anthropic’s own benchmark table also shows Fable 5.1 ahead of GPT-5.6 Sol on several of the evaluations it published, including Terminal-Bench 4.0, CursorBench and GDPval-AA v2.

But these are Anthropic-run comparisons.

OpenAI publishes its own evaluations showing different strengths for GPT-5.6, so independent testing remains important before concluding that one model is universally better.

For developers, the better question is likely to be:

Which model completes my actual workload most reliably at the lowest total cost?

Fable 5.1 vs Gemini 3.8 Flash

The timing makes another comparison impossible to ignore.

Just one day after Fable 5.1 arrived, Google introduced Gemini 3.8 Flash, its newest model for long-horizon coding and autonomous agents.

That means Anthropic and Google are now targeting many of the same emerging workloads almost simultaneously.

But their pricing strategies are dramatically different.

Gemini 3.8 Flash launched at an introductory price of $0.75 per million input tokens and $3.75 per million output tokens, while Fable 5.1 costs $10 and $50 respectively.

That does not make Gemini automatically better.

Fable is positioned as a premium model for extremely demanding work, while Gemini Flash is aggressively targeting price-performance.

But the gap means developers now have a fascinating comparison to test:

Can Fable’s higher reasoning and long-running reliability justify the much higher base cost?

Or can Gemini 3.8 Flash complete enough of the same agentic workloads at a fraction of the price?

Independent real-world testing will be more informative than launch-day benchmark charts.

Who Should Use Claude Fable 5.1?

Fable 5.1 makes the most sense when the value of completing a difficult task outweighs the cost of inference.

That could include:

Complex software engineering

Large repositories, difficult debugging, architecture work and long-running implementation tasks.

AI coding agents

Systems that repeatedly use terminals, files and developer tools over extended periods.

Research agents

Workflows requiring many searches, documents, tool calls and reasoning steps.

Financial and professional analysis

High-value knowledge work where accuracy and persistence matter more than raw token price.

Large document workflows

Contracts, reports, technical documentation, spreadsheets and presentations.

Computer-use agents

Systems that need to interact with software interfaces and work through multi-stage processes.

For simple chat, summarization or high-volume low-value classification, Fable’s premium pricing will usually be difficult to justify.

Is Claude Fable 5.1 Worth It?

For everyday AI use, probably not.

Anthropic itself points most users toward Opus 5 first.

For the hardest coding, research and autonomous-agent workloads, however, Fable 5.1 is much more interesting.

Its $10/$50 headline pricing makes it expensive.

But that number tells only part of the story.

The 75% reduction in cache-read pricing changes the economics for persistent agents, while Anthropic’s benchmark results suggest significant improvements in the model’s ability to keep working through difficult tasks rather than stopping at a plausible-looking first answer.

If that translates into fewer failed runs, fewer retries and less human intervention, the higher token price could be justified for certain workloads.

Final Thoughts

Claude Fable 5.1 shows where Anthropic believes the next phase of AI competition is heading.

The industry spent years comparing models based on how well they answered a single prompt.

That benchmark is becoming less useful.

Developers are increasingly asking AI systems to spend hours working inside repositories, searching through information, using external tools, making decisions and correcting their own mistakes.

In that world, intelligence still matters.

But so do persistence, context management, caching, tool reliability and the cost of reaching a successful outcome.

Claude Fable 5.1 is Anthropic’s attempt to optimize for that world.

And with GPT-5.6 Sol and Google’s newly released Gemini 3.8 Flash chasing many of the same workloads, the competition around autonomous AI agents is becoming far more interesting than the traditional chatbot race.

Leave a Reply

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

Back to top button