Anthropic's Claude Fable 5 is one of those releases that makes you stop and look twice. It is Anthropic's most capable widely released model, aimed at work that goes on for a while: long reasoning chains, agentic coding, and research tasks that span a lot of context.
Most teams do not need a model that sounds good in a demo. They need one that can hold the thread, follow instructions, and keep going when the task gets messy. Fable 5 is designed to meet these exact demands.
What Anthropic Released
Claude Fable 5 is the public, generally available Mythos-class model. Anthropic says it shares the same underlying capabilities as Claude Mythos 5, but with safety classifiers and broader availability. The short version: the public gets the capable version, while the most sensitive tier stays behind Project Glasswing.
The main specs are easy enough to remember:
- Model ID:
claude-fable-5 - Context window: 1M tokens
- Max output: 128k tokens
- Pricing: $10 per million input tokens, $50 per million output tokens
- Availability: Claude API, Claude Platform on AWS, Amazon Bedrock, Vertex AI, and Microsoft Foundry
Anthropic also says adaptive thinking is always on for Fable 5. There is no disabled thinking mode here, and the effort parameter is what you use if you want to tune how hard it works.
What It Is Good At
The launch coverage points to the same pattern: Fable 5 does best when the task is long, messy, and multi-step.
That includes code migration, agentic coding, document-heavy analysis, planning, and longer research workflows. The model can keep going across large codebases, reason over documents and charts, and stay a bit steadier when the inputs are uncertain.
The long context window is essential here. It gives the model room to work across files, notes, logs, and tool output without losing the thread every few minutes.
Benchmark Highlights
Anthropic's launch materials and the early coverage around it point in the same direction: the strongest results are in software engineering and long-horizon work.
A few of the published highlights:
- 80.3% on SWE-Bench Pro
- 29.3% on FrontierCode Diamond
- 1932 on GDPval-AA
- 29.8% on GDP.pdf in reported coverage
The point is not any single score, but the shape of the result. Fable 5 seems to widen the gap on longer tasks, especially in coding and analysis where the model has to reason, verify, and keep its own work organized.
Anthropic also says the model is better at flagging uncertainty and avoiding unsupported claims, a small detail that matters in production. A model that knows when it is unsure is much easier to trust than one that sounds confident and drifts anyway.
Pricing
Claude Fable 5 is priced at $10 per million input tokens and $50 per million output tokens.
While expensive, this pricing is expected for a flagship model meant to do serious work. Its value depends on whether it saves enough time, retries, and manual cleanup to pay for itself. For teams doing multi-step coding, research, or document analysis, the answer could easily be yes.
How To Access It
You can access Claude Fable 5 through the Claude API and the supported cloud platforms.
For TeamCopilot, the access path is simple. In the workspace .env file, set:
1OPENCODE_MODEL=anthropic/claude-fable-5Then restart TeamCopilot with npx teamcopilot start.
If your team already uses Claude inside TeamCopilot, this is the main switch that points the workspace at the new model. The rest of the TeamCopilot setup, including approvals, secret management, and workflow controls, stays in place.
A stronger model is useful, but a stronger model without guardrails is just a faster way to make a mess. TeamCopilot is built so teams can use a model like Fable 5 inside approved workflows instead of leaving it loose in a shared chat.
Why Teams Should Care
Claude Fable 5 makes the agent story feel more real. If a model can reason over longer tasks, keep context, and work through more steps, the value shifts from one-off prompts to reusable workflows.
Shared skills, workflows, approvals, and secret handling matter more as models become more capable. The better the model gets, the more important it is to decide who can run it, what it can touch, and how its actions are reviewed.
If you want a related read, start with AI Agent Governance Is the New Enterprise Control Plane and Why Your AI Agent Should Never See Your API Keys. For a more practical setup view, Coding Agent Best Practices: How to Set Up AI Agents Securely and Productively is a good next step.
If you are comparing how teams use Claude across shared workflows, How to Use Claude Code with a Team: Shared Context, Permissions, and MCP is also relevant.
Putting Fable 5 to Work
Claude Fable 5 is Anthropic's clearest push yet toward long-running, high-value agent work. It is built for problems that do not fit neatly into a short prompt or a single reply.
For teams, the challenge lies in preparing your systems for a model that can hold massive context and run autonomously for hours without losing control. TeamCopilot handles this by letting you set explicit approval steps for file changes and proxying sensitive API keys so the model never sees them directly.
FAQ
What is Claude Fable 5?
Claude Fable 5 is Anthropic's most capable widely released model. It is designed for long-horizon reasoning, coding, and knowledge work.
Is Claude Fable 5 the same as Claude Mythos 5?
They share the same underlying capability family, but Mythos 5 is the restricted tier for approved customers in Project Glasswing. Fable 5 is the generally available version.
What are the headline benchmark results?
Anthropic and launch coverage highlight 80.3% on SWE-Bench Pro, 29.3% on FrontierCode Diamond, and 1932 on GDPval-AA.
How much does Claude Fable 5 cost?
It costs $10 per million input tokens and $50 per million output tokens.
How do I use Claude Fable 5 in TeamCopilot?
Set OPENCODE_MODEL=anthropic/claude-fable-5 in the workspace .env file, then restart TeamCopilot.
Does Fable 5 support long context?
Yes. Anthropic lists a 1M token context window for Fable 5.
Is Fable 5 good for coding agents?
Yes. Its strongest reported gains are in coding, migration, and other long-running technical tasks.
Is it better for teams than for solo users?
It can be valuable for both, but teams get more out of it when they wrap it in approvals, secret handling, and repeatable workflows.
Do I need to change anything else besides OPENCODE_MODEL?
Usually no for a basic switch. If you use TeamCopilot secrets or workflows, those stay configured separately.
Is Claude Fable 5 safe for enterprise use?
It is safer than exposing raw model access without controls, but enterprise use still depends on your governance, permissions, and data handling setup.
Where should I read next?
Read AI Agent Governance Is the New Enterprise Control Plane, Why Your AI Agent Should Never See Your API Keys, and How to Use Claude Code with a Team: Shared Context, Permissions, and MCP.
Support the project
If this was useful, star TeamCopilot on GitHub.
TeamCopilot is a shared AI agent for teams with centralized context, permissions, and workflows.
