< All models and pricing

claude-fable-5

claude-fable-5 is listed with a Anthropic route in llmtap. Prices below are USD per 1M tokens.

Provider
Anthropic
API endpoint
https://www.llmtap.dev/api/v1/chat/completions

llmtap resale price

Input

$8.00

per 1M tokens

Output

$40.00

per 1M tokens

Official Anthropic reference

Input

$10.00 / 1M

Output

$50.00 / 1M

Official list price shown for reference.

Example request

terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
    -H "Authorization: Bearer sk-live-your-key" \
    -H "Content-Type: application/json" \
    -d '{"model": "claude-fable-5", "messages": [{"role": "user", "content": "hello"}]}'