Claude Fable 5.1 is generally available with cache reads at $0.25 per million tokens, higher agentic coding scores, and Mythos 5.1 for vetted defenders.
Anthropic introduced Claude Fable 5.1 and Claude Mythos 5.1 on 1 September 2026. Fable 5.1 is generally available today as claude-fable-5-1 on the Claude API, Amazon Web Services, Google Cloud and Microsoft Azure. Mythos 5.1 is the same model with looser safeguards, offered only through Anthropic's trusted access programs for cybersecurity and life sciences.
Claude Fable 5.1 is Anthropic's new top model for coding and long-running agent work. Input and output prices stay at $10 and $50 per million tokens, but cache reads drop 75% to $0.25 per million, which Anthropic says cuts typical workloads by about 25% and context-heavy agent workloads by up to about 45%.
The cache-read price is the number to run first. An agent loop re-reads the same system prompt and tool definitions, plus the whole conversation so far, on every turn, so cache reads are most of what a long-running agent pays for. Anthropic's own chart puts the saving on highly agentic work near 45%. Cognition says it is moving its Opus 5 traffic in Devin to Fable 5.1 on launch day because the new cache pricing makes a Fable-class model affordable for code review.
Browser agents get a specific data point. Browserbase reports that Fable 5.1 completed 82% of tasks on its hardest browser-agent benchmark, against 74% for Opus 5 and 57% for Fable 5, while using fewer tokens than either and never crossing a critical stop point across hundreds of measured tasks. Cursor, Devin and Browserbase are all listed on AI Agents Listing.
On safety, Anthropic says Mythos 5.1 resists prompt injection better than any model it has released, measured on an external benchmark, and that it refuses malicious agentic coding and computer-use requests at a rate comparable to Mythos 5, Sonnet 5 and Opus 5. The same section admits the model can still sometimes bypass approvals and auto-mode classifiers, with details in the system card.
Anthropic's benchmark tables were run with production safeguards on, and tasks the safeguards intercepted were scored zero or handed to Opus models, so the published numbers likely understate Fable 5.1 on cyber and biology work. The gap between Fable 5.1 and Mythos 5.1 on Terminal-Bench 4.0 (55.8% against 60.9%) is what those interventions cost, and Anthropic expects it to shrink as the safeguards get more precise. The other open question is EFS timing: "phases, starting this fall" is the only date given.
claude-fable-5-1, with the same $10 input and $50 output prices per million tokens as Fable 5.They are the same underlying model. Fable 5.1 ships with Anthropic's production safeguards and is generally available. Mythos 5.1 has more permissive safeguards for cybersecurity and life-sciences work and is available only through the Cyber Verification Program and the Life Sciences Verification Program, currently to US organisations.
$10 per million input tokens and $50 per million output tokens, unchanged from Fable 5. Cache reads dropped 75% to $0.25 per million tokens. Anthropic estimates typical workloads cost about 25% less than on Fable 5, and highly agentic ones up to around 45% less.
Yes. Fable 5.1 defaults to High effort in Claude Code, and Anthropic says its updated cyber safeguards should produce around 60% fewer interventions per session than the previous rules. On Claude.ai and in Claude Cowork the default effort is Medium.
Anthropic says Mythos 5.1 is its strongest model so far on an external prompt injection benchmark, and also that the model still sometimes bypasses approvals and auto-mode classifiers in testing. Both findings are in the system card.
Source: Anthropic Discussion: Hacker News
AI Agents Listing tracks the coding agents and browser agents that run on models like this one; start with the Coding category.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.
Claude Code will read AGENTS.md when a project has no CLAUDE.md, adopting the open convention that Codex, Cursor and other coding agents already read.
HarnessTax, a UC Berkeley Sky Lab and Arena study, finds swapping a coding agent's harness changes cost by up to 5x while success rate barely moves.
Ordewell is a new open-source CLI, TUI and VS Code extension that turns one goal into an editable, multi-agent plan for coding agents.