API
Fable 5 API is back — mind the pricing and the staged clouds
The Fable 5 API is callable again: the US lifted its export controls on June 30, and Anthropic restored Fable 5 on July 1. Direct access is back first, cloud providers have been re-enabled in stages, and after July 19 every token bills at the premium credit rate (window extended on July 8) — so a status check and fallback routing still matter before any production dependency.
Quick summary
- claude-fable-5 is callable again on the direct Anthropic API as of July 1.
- Cloud (Bedrock, Google Cloud, Foundry) is being re-enabled in stages — check each provider console before you build.
- API pricing is $10 / $50 per million tokens (in / out) — twice Opus 4.8; Batch halves it to $5 / $25 and cache hits cut input to $1/M.
- Keep a fallback route (Opus 4.8, Sonnet 5, or GLM-5.2) so cost or a staged provider never blocks you.
Direct API
The direct Anthropic API is where Fable 5 came back first. It's in-plan on Max and Team Premium; on Pro it's metered usage credits at $10 per million input and $50 per million output tokens — the top of Anthropic's price list, twice Opus 4.8. The Batch API halves that to $5 / $25 for non-urgent work, and cache hits drop input to $1 per million.
- What Fable 5 costs now the full pricing math and decision rules
Cloud providers and routers
Cloud access is staged: Anthropic says it's re-enabling AWS Bedrock, Google Cloud, and Microsoft Foundry as fast as it can, so a model that's live on the direct API may not be on your cloud yet. Check the exact provider console or documentation before assuming access.
What changed on eligibility
The June 12 nationality restriction is gone — the controls were lifted on June 30, so there's no foreign-national gate on the API anymore. The remaining constraint is commercial (the premium usage-credit pricing), not eligibility.
Fallback implementation
For application code, separate the task from the model route. Store the desired route, provider response, fallback model, and reason for fallback — so when Fable 5's premium credit pricing bites, or your cloud provider hasn't re-enabled it yet, you can route to Opus 4.8, Sonnet 5, or GLM-5.2 without a rewrite.
Need the short answer?
Fable 5 is back worldwide as of July 1 — in-plan on Max and Team Premium, on usage credits for Pro. See the live status, or use GLM-5.2 or the new Sonnet 5 for cheaper work.
Read the brief Fabel 5 spelling guideFAQ
Is the Fable 5 API available?
Yes — claude-fable-5 is callable again on the direct Anthropic API as of July 1, 2026. Cloud providers are being re-enabled in stages, so verify inside your provider account before you build.
How much does the Fable 5 API cost?
$10 per million input and $50 per million output tokens — twice Opus 4.8, the top of Anthropic's list. Batch halves it to $5 / $25 and cache hits cut input to $1/M.
What should API builders use to save money?
Reserve Fable 5 for the jobs that need the top model; for the rest, Opus 4.8, the cheaper Sonnet 5, or open-weight GLM-5.2, with explicit fallback logic.
From the Field Guide
Stop guessing which model to use
Weekly verified workflows for the credits era: which model in which seat, what it costs per task, and copy-ready prompts — plus an 8-runbook Starter Pack you can download once and keep. Every claim checked against published pricing, sources shown.
Get API and access updates
One email when Fable 5 API access or pricing changes. No spam, leave anytime.
Sources
This page is independent. Official provider pages are the source of record for access, pricing, and policy.