Retour au catalogueLecture cache $0.21
Anthropic·Texthot30 % sous l'officiel
Claude Sonnet 4.6API
Balanced speed/quality — the everyday production workhorse, elite coding.
Tarif input
$2.10
per 1M tokens
Tarif output
$10.50
per 1M tokens
Prompt caching
Passez cache_control sur les préfixes stables — les hits de cache sont facturés à une fraction du tarif d'input. Les écritures restent au tarif d'input normal.
Calculé automatiquement comme input × 0.1
Spécifications
- ID du modèle
claude-sonnet-4-6- Endpoint
POST /v1/chat/completions- Catégorie
- Text
- Fournisseur
- Anthropic
- Capacités
- visionfunctionstreamingthinking
Compatibilité OpenAI drop-in
Pointez votre SDK OpenAI existant sur api.kunavo.com/v1 et changez l'ID du modèle. Pas de changement de streaming, pas de nouveau SDK.
Voir la docEssayez vous-même
Récupérez KUNAVO_API_KEY depuis /app/keys puis exécutez le snippet ci-dessous.
curl
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"messages": [
{"role": "user", "content": "Hello, Claude Sonnet 4.6"}
],
"stream": false
}'