Zurück zum KatalogCache-Read $0.2125
Google·Text15 % unter offiziell
Gemini 2.5 ProAPI
Previous-gen Gemini Pro — strong reasoning and vision.
Input-Preis
$1.0625
per 1M tokens
Output-Preis
$8.50
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
gemini-2-5-pro- Endpoint
POST /v1/chat/completions- Kategorie
- Text
- Anbieter
- 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": "gemini-2-5-pro",
"messages": [
{"role": "user", "content": "Hello, Gemini 2.5 Pro"}
],
"stream": false
}'