Zurück zum KatalogCache-Read $0.175
Google·Text30 % unter offiziell
Gemini 2.5 ProAPI
Previous-gen Gemini Pro — strong reasoning and vision.
Input-Preis
$0.875
per 1M tokens
Output-Preis
$7.00
per 1M tokens
Prompt-Caching
Gib cache_control für stabile Präfixe — Cache-Hits werden zu einem Bruchteil des Input-Preises abgerechnet. Cache-Writes laufen zum normalen Input-Tarif.
Input × 0.2 (automatisch berechnet)
Spezifikationen
- Modell-ID
gemini-2-5-pro- Endpoint
POST /v1/chat/completions- Kategorie
- Text
- Anbieter
- Capabilities
- visionfunctionstreamingthinkinglong-context
Drop-in OpenAI-Kompatibilität
Richte dein bestehendes OpenAI SDK auf api.kunavo.com/v1 und ersetze die Modell-ID. Keine Streaming-Änderungen, kein neues SDK.
Doku ansehenSelbst ausprobieren
Setze KUNAVO_API_KEY aus /app/keys und führe das Snippet aus.
curl
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2-5-pro",
"messages": [
{"role": "user", "content": "Hello, Gemini 2.5 Pro"}
],
"stream": false
}'