Claude Fable 5.1API
Anthropic's most capable model — frontier reasoning, long-horizon agents, 1M context.
Prezzo input
$7.00
per 1M tokens
Prezzo output
$35.00
per 1M tokens
Prompt caching
Passa cache_control sui prefix stabili — gli hit di cache vengono fatturati a una frazione del prezzo di input. Le scritture di cache restano alla tariffa di input normale.
Specifiche
- ID modello
claude-fable-5-1- Endpoint
POST /v1/chat/completions- Categoria
- Text
- Provider
- Anthropic
- Capability
- visionfunctionstreamingthinkinglong-context
Compatibilità OpenAI drop-in
Punta il tuo SDK OpenAI esistente a api.kunavo.com/v1 e sostituisci l'ID del modello. Niente cambi di streaming, nessun nuovo SDK.
Vedi la docClaude API pricing guideProvalo tu stesso
Imposta KUNAVO_API_KEY da /app/keys ed esegui lo snippet sotto.
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-fable-5-1",
"messages": [
{"role": "user", "content": "Hello, Claude Fable 5.1"}
],
"stream": false
}'Kunavo rispetto a chiamare Anthropic direttamente
Stesso Claude Fable 5.1, stesse risposte. Un gateway cambia l'account, l'SDK e la fattura — ecco il confronto onesto.
| Kunavo | Anthropic diretto | |
|---|---|---|
| Prezzo (per 1M tokens) | $7.00 / $35.00 (−30%) | $10.00 / $50.00 |
| Account | Un account Kunavo, chiave in 2 minuti, ricarica minima di $10 | Un account Anthropic con la sua configurazione di fatturazione |
| SDK | Tieni l'SDK OpenAI — cambia base_url e imposta model su "claude-fable-5-1" | L'SDK di Anthropic, o il suo livello compatibile con OpenAI se disponibile |
| La stessa chiave raggiunge anche | Claude, Gemini, GPT più modelli di immagine, video e audio | Solo il catalogo di Anthropic |
| Fatturazione | Un unico saldo Stripe, a consumo, che non scade; le richieste fallite non sono addebitate | Una fattura separata per ogni provider |
| Limiti di frequenza | Capacità del gateway condivisa, nessun limite contrattuale per account | I limiti di livello di Anthropic, alzabili con lo storico d'uso o un contratto |
Vai direttamente su Anthropic se ti serve un limite di frequenza contrattuale, uno SLA enterprise o una funzione esclusiva del provider dal primo giorno. Kunavo conviene se vuoi una chiave, una fattura e un prezzo per token più basso su tutti i provider.
FAQ
How much does Claude Fable 5.1 cost?
On Kunavo, Claude Fable 5.1 is $7.00 per 1M input tokens and $35.00 per 1M output tokens — about 30% under Anthropic's official price. Failed requests are never billed, and it's pay-as-you-go — you only pay for successful calls.
Can I call Claude Fable 5.1 with the OpenAI SDK?
Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "claude-fable-5-1". Requests and responses are OpenAI-compatible; Claude is also available on the native /v1/messages endpoint.
What endpoint does Claude Fable 5.1 use?
Claude Fable 5.1 is called via POST /v1/chat/completions on Kunavo's OpenAI-compatible API.
What is Claude Fable 5.1 good for?
Claude Fable 5.1 is a text model from Anthropic, with support for vision, function, streaming, thinking, long-context.
What is different from calling Anthropic directly?
The model is the same, at about 30% under Anthropic's list price. What changes is around it: one key and one Stripe balance instead of a Anthropic account with its own billing, the OpenAI SDK with base_url swapped instead of a provider-specific SDK, and the same key also reaching Claude, Gemini, GPT, image, video and audio models. The tradeoff is that gateway capacity is shared — if you need a contractual rate limit or an enterprise SLA on Claude Fable 5.1 specifically, go direct to Anthropic.
Is Claude Fable 5.1 cheaper on Kunavo?
Yes — Claude Fable 5.1 is about 30% under Anthropic's official list price on Kunavo, with no subscription and no minimum monthly spend. You pay per token from a $10 top-up, failed requests are never billed, and the balance never expires.