Claude Opus 5 FastAPI
Opus 5 tuned for latency — same frontier reasoning, faster output, 200K 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.
Calcolato automaticamente come input × 0.1
Specifiche
- ID modello
claude-opus-5-fast- 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-opus-5-fast",
"messages": [
{"role": "user", "content": "Hello, Claude Opus 5 Fast"}
],
"stream": false
}'Kunavo rispetto a chiamare Anthropic direttamente
Stesso Claude Opus 5 Fast, 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 $5 | Un account Anthropic con la sua configurazione di fatturazione |
| SDK | Tieni l'SDK OpenAI — cambia base_url e imposta model su "claude-opus-5-fast" | 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 Opus 5 Fast cost?
On Kunavo, Claude Opus 5 Fast 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 Opus 5 Fast with the OpenAI SDK?
Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "claude-opus-5-fast". Requests and responses are OpenAI-compatible; Claude is also available on the native /v1/messages endpoint.
What endpoint does Claude Opus 5 Fast use?
Claude Opus 5 Fast is called via POST /v1/chat/completions on Kunavo's OpenAI-compatible API.
What is Claude Opus 5 Fast good for?
Claude Opus 5 Fast 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 Opus 5 Fast specifically, go direct to Anthropic.
Is Claude Opus 5 Fast cheaper on Kunavo?
Yes — Claude Opus 5 Fast 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 $5 top-up, failed requests are never billed, and the balance never expires.