Volver al catálogo
Google·Text15 % bajo el oficial

Gemini 2.5 ProAPI

Previous-gen Gemini Pro — strong reasoning and vision.

Precio input

$1.0625

per 1M tokens

Precio output

$8.50

per 1M tokens

Prompt caching

Añade cache_control a un prefijo estable y los hits de caché se facturan a una fracción del input. Las escrituras de caché se facturan al precio de input normal.

Lectura de caché
$0.2125

Derivado automáticamente como input × 0.2

$ Especificaciones

ID del modelo
gemini-2-5-pro
Endpoint
POST /v1/chat/completions
Categoría
Text
Proveedor
Google
Capacidades
visionfunctionstreamingthinkinglong-context

Compatibilidad directa con OpenAI

Apunta tu SDK de OpenAI actual a api.brievio.com/v1 y cambia el id del modelo. Sin cambios de streaming, sin cambios de SDK — y el modelo al que llamas es el auténtico.

Ver documentación

$ Pruébalo

Configura BRIEVIO_API_KEY con una clave de /app/keys y luego ejecuta cualquier snippet de abajo.

curl
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
  }'