Router One
Back to Models

gemini-3.1-pro

google/gemini-3.1-pro

chatstreamingtool_callingvision

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
chatstreamingtool_callingvision
Context Window
1049K
Input
$1.26 / 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-3.1-pro",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key