claude-fable-5
Claude Fable 5 is a Mythos-class model from Anthropic, built for autonomous knowledge work and coding. It supports text, image, and file inputs with text output, with reasoning support and...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | (non inviare) |
| include_reasoning | - | |
| max_completion_tokens | - | - |
| max_tokens | - | |
| presence_penalty | - | (non inviare) |
| reasoning | - | |
| repetition_penalty | - | (non inviare) |
| response_format | - | |
| stop | - | |
| structured_outputs | - | - |
| temperature | - | (non inviare) |
| tool_choice | - | |
| tools | - | |
| top_k | - | (non inviare) |
| top_p | - | (non inviare) |
| verbosity | - |
Prezzi
| Prezzo di input | $3.75 · 1M token |
| Prezzo di output | $18.75 · 1M token |
| Endpoint compatibili | anthropic, openai |
| Provider | Anthropic |
Chiamare claude-fable-5 dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-fable-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa claude-fable-5 per 1M token?
L'input ha un prezzo di $3.75 per 1M token, l'output di $18.75 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a claude-fable-5 tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=claude-fable-5. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova claude-fable-5 ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.