Zurück zum Katalog
Anthropic·Texthot15 % unter offiziell

Claude Sonnet 4.6API

Balanced speed/quality — the everyday production workhorse, elite coding.

Input-Preis

$2.55

per 1M tokens

Output-Preis

$12.75

per 1M tokens

Prompt-Caching

Ergänze cache_control auf einem stabilen Präfix, und Cache-Treffer kosten nur einen Bruchteil des Inputs. Cache-Writes laufen zum normalen Input-Tarif.

Cache-Read
$0.51

Automatisch aus Input × 0.2 abgeleitet

$ Spezifikationen

Modell-ID
claude-sonnet-4-6
Endpoint
POST /v1/chat/completions
Kategorie
Text
Anbieter
Anthropic
Fähigkeiten
visionfunctionstreamingthinking

OpenAI-Kompatibilität ohne Umbau

Richte dein vorhandenes OpenAI-SDK auf api.brievio.com/v1 und ändere die Modell-ID. Keine Streaming-Anpassungen, kein SDK-Wechsel — und das Modell, das du aufrufst, ist das Original.

Doku ansehen

$ Ausprobieren

Setze BRIEVIO_API_KEY auf einen Key aus /app/keys und führe dann eines der Snippets unten aus.

curl
curl https://api.brievio.com/v1/chat/completions \
  -H "Authorization: Bearer $BRIEVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-6",
    "messages": [
      {"role": "user", "content": "Hello, Claude Sonnet 4.6"}
    ],
    "stream": false
  }'