google/gemini-3.1-pro-high
Supported APIs
| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreamingtool_callingvision | 1049K | $0.45 / 1M tokensCache write: $0.45 | $2.70 / 1M tokensCache read: $0.04 |
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-high",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'