claude-fable-5-1
Platform Anthropic
Billing ModePer-token
Paid Price
$5.00/ 1M tokens (input)From
Pricing by Group
Anthropic-Claude
Rate0.5x| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $5.00 | $25.00 | $6.25 | $6.25 | $0.125 |
- Input tokens
- $5.00
- Output tokens
- $25.00
- Cache write (5m)
- $6.25
- Cache write (1h)
- $6.25
- Cache read
- $0.125
Official reference price
| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $10.00 | $50.00 | $12.50 | $20.00 | $0.25 |
Official reference price is read-only and never multiplied; "Not provided" means the dimension has no data — never treat it as zero.
Access
quickstart.sh
curl -N https://api.routefast.ai/v1/chat/completions \
-H "Authorization: Bearer $ROUTEFAST_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-fable-5-1",
"messages": [{"role":"user","content":"Hello"}],
"stream": true
}'