New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
Google
Gemini 2.5 Pro
Google's flagship thinking model with 1M context for complex reasoning and long-document processing.
Released
Context Window
1.0M
tokensMax Output
65.5K
tokensInput / 1M
$1.25
per 1M tokensOutput / 1M
$10.00
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "gemini/gemini-2.5-pro",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-your-api-key with your NemoRouter API key. Use gemini/gemini-2.5-pro as the model identifier.