- Should we move from Fable 5 to Fable 5.1?
- If you are already paying Fable 5 rates, yes, but plan for it. Input and output prices are identical, cache reads cost a quarter as much, and the model is better at exactly the long-horizon work you were paying the premium for. The cost is integration time: forced tool use has to go, and your conversation history has to become append-only.
- Should we move from Opus 5 up to Fable 5.1?
- Usually not by default. Anthropic recommends starting on Opus 5 and moving up only when your evals at higher effort still fall short, and we agree. Fable 5.1 is twice the input price and slower. The cases where it earns that are long autonomous runs, multistep research, and document or spreadsheet work built from nothing, and those cases should be proven on your tasks rather than assumed.
- What exactly breaks if we just change the model string?
- Three things. Any tool_choice of type "any" or "tool" starts returning a 400. Any code path that switches models mid-conversation silently loses thinking blocks when it moves off Fable 5.1. And any code that edits an earlier turn, rebuilds the system prompt, or rebuilds the tools array between requests will get a 400 saying the block is bound to a different conversation, on accounts created on or after 31 August 2026.
- How much does the cache-read change actually save us?
- It depends entirely on your cache-hit ratio. Anthropic estimates roughly 25% off typical workloads and up to about 45% off highly agentic ones. The saving is proportional to how much of your spend is cache reads, so a long agent session with a big stable prefix sees most of it and a short one-shot prompt sees close to none. Measure your own read-to-write ratio before you model the saving.
- Can we use it under zero data retention?
- Not by default. Fable 5.1 and Mythos 5.1 carry 30-day retention and are Covered Models, and zero data retention needs express authorisation from Anthropic. Enterprise Frontier Safeguards is the path for regulated organisations that need customer-controlled cloud storage. Raise this at procurement rather than after you have built on it.
- What is Claude Mythos 5.1?
- The same capabilities and the same price, offered by invitation only to Project Glasswing participants. Two practical differences: Mythos 5.1 scores higher on Terminal-Bench 4.0 (60.9% against 55.8%), and it does not run the thinking-block prefix check, so it is more forgiving of an integration that edits history. Access goes through your Anthropic, AWS, or Google Cloud account team.
- Is it better than GPT-6 Astra?
- On some things, and OpenAI shipped Astra two days after this launch. Astra reports higher scores on Terminal-Bench 4.0 and Terminal-Bench Science, while Fable 5.1 leads on Humanity's Last Exam with tools and on the Artificial Analysis Intelligence Index. The honest answer is that they trade wins by category, the harnesses are not always comparable, and the only comparison that decides anything is your eval suite on your tasks.