Input tokens
Catalog input rate
Anthropic claude-fable-5.1 for chat and coding; Flatkey routes this model through /v1/chat/completions. $8 input/$40 output per 1M tokens
claude-fable-5.1 API performance
Live Flatkey request telemetry for claude-fable-5.1 appears here when enough production traffic is available.
claude-fable-5.1 API activity
Track request volume and successful inference activity for claude-fable-5.1 over the latest reporting window.
claude-fable-5.1 pricing
$8 input/$40 output per 1M tokens. Rates below come from the live Flatkey catalog; they are not a promise about a provider's direct public price.
Catalog input rate
Use the same Flatkey balance and API key across image, video, audio, and text models.
| Pricing dimension | Flatkey rate | Billing note |
|---|---|---|
| Input tokens | $8 / 1M tokens | Catalog input rate |
| Output tokens | $40 / 1M tokens | Catalog output rate |
| Cached input | $0.2 / 1M tokens | Catalog cache rate |
Billing follows the selected claude-fable-5.1 route and account group. Recheck the live estimate before running production volume.
Anthropic's claude-fable-5.1 route supports Not listed in the catalog. The catalog does not list a category for this model.
Call claude-fable-5.1 through /v1/chat/completions for chat, coding or agent workflows supported by the model's listed modalities.
claude-fable-5.1 is listed with Context window not listed in the catalog; use that catalog value as an integration planning reference and validate limits for your account.
Keep tool calls, structured output and streaming behavior aligned with the endpoint contract instead of assuming every provider feature is interchangeable.
Use one Flatkey key for claude-fable-5.1, usage controls and model routing while retaining the exact model id in your SDK configuration.
Compare
Compare the catalog facts for claude-fable-5.1 with the previous-generation baseline before changing your integration.
| Capability | Previous generation | claude-fable-5.1 |
|---|---|---|
| Provider | Not verified in this catalog snapshot | Anthropic |
| Modalities | Not verified in this catalog snapshot | Not listed in the catalog |
| Context | Not verified in this catalog snapshot | Context window not listed in the catalog |
| Endpoint | Not verified in this catalog snapshot | /v1/chat/completions |
| Billing | Not verified in this catalog snapshot | $8 input/$40 output per 1M tokens |
Why Flatkey
Chat Completions-style payloads reduce switching friction from existing model stacks.
Keep usage, keys, quotas, and model routing in one Flatkey account.
Use one account and API key across image, video, audio, and language models.
Requests are spread across the channels serving this model, with 30-day uptime published above.
Supported endpoint coverage in our pricing API.
curl https://router.flatkey.ai/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-..." \ -d '{ "model": "claude-fable-5.1", "messages": [ { "role": "user", "content": "You are a senior backend engineer. In 3 sentences, explain why developers should use an LLM gateway instead of calling each official API directly." } ] }'
FAQ
Answers about claude-fable-5.1 pricing, capabilities, endpoint access and catalog limits.