On June 9, 2026, the same day Anthropic shipped Claude Fable 5 to its own users, AWS made the model available on Amazon Bedrock. The launch did not arrive alone. AWS introduced a new developer console called Bedrock Mantle, expanded the geographic footprint of the Claude Platform on AWS, and released a feature called Advanced Prompt Optimization designed to help enterprise teams migrate their existing prompt libraries. For organizations already running workloads on AWS, the upgrade path from earlier Claude models to Fable 5 is now direct. The more interesting question is what the new infrastructure layer actually adds.
The Bedrock Mantle Console
The most visible addition in this launch is Bedrock Mantle, a new console that replaces the existing Bedrock Runtime interface for Fable 5 workflows. The difference is architectural. The original Bedrock Runtime treats every request as a stateless transaction: a prompt goes in, a response comes out, and nothing carries over. That design works for simple, single-turn queries. It does not work as well for the kind of extended sessions that Fable 5 is built for.
Mantle maintains project context across a session. When a developer is working on a codebase, the console tracks what files have been referenced, what architectural decisions have been made, and what documentation applies. From that context, it auto-fills relevant code snippets and surfaces matching documentation without requiring the user to pull it in manually. The goal is to reduce the overhead of the bookkeeping work that normally sits between a developer and the task itself.
That design reflects what Fable 5's extended working capability actually demands. Multi-day engineering sessions, large codebase migrations like Stripe's day-long codebase migration, and dense analytical work all require holding a lot of context in mind across many steps. Treating each request as isolated is a friction source at that scale. Mantle is built to remove it.
Claude Fable 5 on Amazon Bedrock: Key Details
- Bedrock regions at launchUS East (N. Virginia), Europe (Stockholm)
- Claude Platform on AWS regionsNorth America, South America, Europe, Asia Pacific
- New consoleBedrock Mantle (project-aware, auto-filled snippets, live docs)
- New featureAdvanced Prompt Optimization (benchmarks and rewrites production prompts)
- API pricing$10/M input tokens, $50/M output tokens (approx. 2x Claude Opus 4.8)
- Free on Pro/Max/Team/Enterprise plans throughJune 22, 2026
Advanced Prompt Optimization
The second major addition is Advanced Prompt Optimization. The feature takes an existing Bedrock prompt, runs it against configurable evaluation criteria, and outputs a production-ready rewrite. The rewrite is not a suggestion. It is a tested artifact: the system benchmarks the original against the rewrite before surfacing the result, so teams can see the performance delta before committing to the new version.
The target audience is enterprise customers managing large prompt libraries, particularly in regulated industries like finance and legal, where prompt language is not easily changed on the fly. Those customers have often invested significant engineering effort in optimizing prompts for Claude 3 or Claude Opus 4.8. Fable 5 is a different model, with different response characteristics, and prompts tuned for an earlier version do not always transfer cleanly. Advanced Prompt Optimization is positioned as the mechanism that lets teams transfer that work without manual rewriting at scale.
The feature also connects to the safety classifier routing that sits underneath Fable 5 on Bedrock, which means optimized prompts are still evaluated against the same content guardrails that apply to all Bedrock traffic.
"Claude Fable 5 can run for extended periods on complex knowledge work and coding tasks without intervention." Amazon Web Services, June 9, 2026
Regional Availability and Data Residency
The Bedrock launch covers two regions: US East (N. Virginia) and Europe (Stockholm). That footprint is narrower than the broader Claude Platform on AWS, which is a separate infrastructure path covering North America, South America, Europe, and Asia Pacific. The distinction is worth understanding before choosing which path to use.
Bedrock and the Claude Platform on AWS differ in their latency profiles, their data residency guarantees, and the terms under which data is processed. For enterprises with strict data residency requirements, the choice of region is not just a performance decision. It is a compliance one. Stockholm specifically is positioned to satisfy EU data residency obligations, which is why it was included at launch despite Bedrock's otherwise US-centric initial rollout.
AWS has indicated the Bedrock regional footprint will expand. What the current list tells you is that the two highest-priority compliance geographies for enterprise AWS customers were ready before any others.
Pricing and the Transition Timeline
Fable 5 is included on all paid Claude plans (Pro, Max, Team, and Enterprise) through June 22, 2026, after which it moves to usage credits. On the API, pricing is $10 per million input tokens and $50 per million output tokens. That is roughly double the cost of Claude Opus 4.8, which puts the Fable 5 premium in roughly the same range as the performance gap it represents.
The performance advantage is most legible in software engineering. Fable 5 scored 80.3% on SWE-Bench Pro, sitting 11 points above the next closest competitor at launch. That gap is large enough to change the economics of the upgrade calculation. If a team is spending two engineer-days on a migration that Fable 5 can run in a single session, the 2x token cost becomes secondary. The most detailed public example of that math is Stripe's day-long codebase migration, which compressed what was expected to be a two-month project into a single automated run.
For AWS customers specifically, the Bedrock launch removes the last piece of friction from the Opus-to-Fable upgrade path. There is no separate API contract to negotiate, no new vendor to onboard, and no change to the existing IAM setup. The model is available in the same place the rest of the Bedrock catalog lives.
The Bedrock availability is a direct outgrowth of Amazon's $25 billion compute commitment to Anthropic. AWS runs a significant portion of Claude's inference workload, and Bedrock is the mechanism through which AWS enterprise customers access that compute without managing a separate API relationship. Fable 5 availability on Bedrock makes the integration available at the frontier of Claude's capabilities for the first time, which is where most of the enterprise demand for extended agentic workflows sits.