Claude Fable 5 API Relay 2026
The release date of Claude Fable 5 has yet to be verified through testing. This page summarizes the model identifier, baseline pricing, group multipliers, and pricing API lookup method for claude-fable-5 in the relay panel, making it easier to verify usage costs before integration.
What's new: Pricing Data Snapshot 2026-08-04
- The pricing data comes from the panel API https://api.openlux.ai/api/pricing, retrieved at 2026-08-04T16:16:08Z.
- claude-fable-5 is listed as an available model, with a chat model type.
- The baseline input price for claude-fable-5 is $10 / 100 ten-thousand tokens, and the baseline output price is $50 / 100 ten-thousand tokens.
- The baseline price for cache hits is $1 / 100 ten-thousand tokens; actual charges are calculated by multiplying the baseline price by the multiplier for the user's group.
- The panel lists a total of 452 models for sale; the detailed table provided covers only the 150 models with higher usage volumes.
What is Claude Fable 5 API relay?
An API gateway sits between your code and the model vendors: you send OpenAI-format requests, and it handles routing, protocol translation, and metering.
The hard part of shipping on Claude Fable 5 is rarely the model itself — it is the integration sprawl that shows up once you add a second provider.
OpenLux runs this layer as a hosted service: https://api.openlux.ai aggregates 452 models available for sale major models behind one OpenAI-compatible endpoint, with a single API key and a single invoice.
Supported models and pricing
| Model | Use case | Context | Input price | Output price | Measured time to first token |
|---|---|---|---|---|---|
| claude-fable-5 | Chat | To be verified through testing | $10 / 100 ten-thousand tokens (baseline price) | $50 / 100 ten-thousand tokens (baseline price) | To be verified through testing |
Pricing on OpenLux is authoritative; this page was updated 2026-08-05.
Why route through a gateway?
- Verifiable model identifier:claude-fable-5 is listed in the panel's pricing data and can be used as a reference when verifying the request model name and billing.
- Baseline price and multiplier calculated separately:The cost of claude-fable-5 is determined jointly by the baseline unit price and the group multiplier. Confirm the group associated with the current account before integration, then estimate the cost using the formula.
- Cache hits priced separately:The baseline price for cache hits for this model is $1 / 100 ten-thousand tokens. It is listed separately from the baseline input and output prices, making it suitable for separate cost tracking.
- Can be rechecked through the pricing API:The pricing data comes from the panel's own pricing API rather than a manual compilation. You can use the API response to recheck model entries and the current configuration.
- Multiple models available in the same panel:The panel lists a total of 452 models for sale. This article focuses on Claude Fable 5, so the models listed on the page should not be interpreted as a complete model catalog.
All of the above is live on OpenLux — sign up and verify it yourself.
- How do you call the Claude Fable 5 API?Setup steps and copy-pasteable code
- Claude Fable 5: direct API or gateway?Point-by-point, including the limitations
- Claude Fable 5 API — frequently asked questionsWhat people actually ask when integrating
Get started
Query the pricing API and confirm the account group first, then verify the Claude Fable 5 request path
Official site: learn more
Last updated 2026-08-05 | Written and maintained by OpenLux.
Latency and pricing figures come from our own measurements. Where they differ from the vendor's site, the vendor's live page wins.