Zurück zum KatalogCache-Read $0.85
Anthropic·Textnew15 % unter offiziell
Claude Opus 4.7API
Anthropic's newest Opus — flagship reasoning, vision, 200K context.
Input-Preis
$4.25
per 1M tokens
Output-Preis
$21.25
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.
Automatisch aus Input × 0.2 abgeleitet
$ Spezifikationen
- Modell-ID
claude-opus-4-7- Endpoint
POST /v1/chat/completions- Kategorie
- Text
- Anbieter
- Anthropic
- Fähigkeiten
- visionfunctionstreamingthinkinglong-context
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 https://api.brievio.com/v1/chat/completions \
-H "Authorization: Bearer $BRIEVIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-7",
"messages": [
{"role": "user", "content": "Hello, Claude Opus 4.7"}
],
"stream": false
}'