Router One
Back to Models

gemini-2.5-pro-preview

google/gemini-2.5-pro-preview

chatstreamingtool_callingvision

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
chatstreamingtool_callingvision
Context Window
1049K
Input
$1.25 / 1M tokens
Output
$10.00 / 1M tokens

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "google/gemini-2.5-pro-preview",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key