claude-sonnet-4-6-thinking
Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work. It excels at iterative development, complex codebase navigation, end-to-end project management with...
Performance
Prezzi
| Prezzo di input | $1.62 · 1M token |
| Prezzo di output | $8.10 · 1M token |
| Endpoint compatibili | anthropic, openai |
| Provider | Anthropic |
Chiamare claude-sonnet-4-6-thinking 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-sonnet-4-6-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa claude-sonnet-4-6-thinking per 1M token?
L'input ha un prezzo di $1.62 per 1M token, l'output di $8.10 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a claude-sonnet-4-6-thinking tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=claude-sonnet-4-6-thinking. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova claude-sonnet-4-6-thinking ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.