Claude Fable 5 on OpenRouter: Model ID, Pricing & When to Use It
Use Claude Fable 5 via OpenRouter (anthropic/claude-fable-5): when an aggregator beats the direct API, how billing differs, and how to set a safe fallback.

OpenRouter is a routing layer, not a separate Fable 5 model. When the model is live, you call anthropic/claude-fable-5 through OpenRouter’s API and get Anthropic’s weights billed on an OpenRouter invoice.
Last verified July 25, 2026. Confirm availability on OpenRouter’s model page before shipping — Fable 5 access has moved through suspension and restoration windows in 2026.
When OpenRouter is the right path
| Choose OpenRouter when… | Prefer direct API / Bedrock when… |
|---|---|
| You already standardize on one aggregator key | You need Anthropic-first support and console tooling |
| You want automatic cross-vendor fallbacks | Your org requires AWS or first-party data controls |
| You hold OpenRouter credit balance | You need the shortest billing path to Anthropic |
For Bedrock approval and region setup, use the AWS Bedrock guide. For retries and provider policy shapes, see the API fallback guide.
Minimal setup checklist
- Confirm
anthropic/claude-fable-5is listed and enabled on your OpenRouter account. - Set a hard monthly spend limit on OpenRouter and in your app.
- Keep a fallback model ID (for example Opus 4.8) for timeouts, rate limits, and refusal/fallback cases.
- Log which provider and model actually answered — the same product name can appear on Claude, Bedrock, and OpenRouter with different invoices.
Estimate workload cost with the Fable 5 pricing calculator before long agent runs.
Pricing notes
Anthropic’s public API rate for Fable 5 is $10 input / $50 output per million tokens. OpenRouter typically mirrors that list price; caching and routing can change the effective average. Treat list price as the ceiling for budgeting, then verify on your first invoice.
Subscription Max/Pro entitlements do not pay for OpenRouter calls — those are separate from Claude app usage. Plan inclusion rules: Claude Fable 5 Max plan guide.
Prompting through an aggregator
Fable 5 still wants literal, complete specs. Build the system prompt once with the prompt generator, then send the same payload through OpenRouter or the direct API. Do not drip-feed the task across turns for long agent jobs — see the prompting guide.