Model specifications
- Context
- 1,048,576 tokens
- Maximum output
- 65,536 tokens
- Architecture
- text+image+file+audio+video->text
- Tokenizer
- Gemini
- Knowledge cutoff
- 2025-01-31
- Moderated
- No
Complete pricing
Synchronized OpenRouter rates. Token prices are shown per one million tokens.
- Input
- $0.625 per 1M tokens
- ≤200K$0.625
- >200K$1.25
- Output
- $5 per 1M tokens
- ≤200K$5
- >200K$7.5
- Cache read
- $0.125 per 1M tokens
- ≤200K$0.125
- >200K$0.25
- Image input
- $0.625 per 1M tokens
- Audio input
- $0.625 per 1M tokens
- ≤200K$0.625
- >200K$1.25
- Input Audio Cache
- $0.125 per 1M tokens
- ≤200K$0.125
- >200K$0.25
Model configuration
Reasoning
- Reasoning required
- Yes
- Default parameters
- No
Quick start
Set OPENROUTER_API_KEY locally. Python requires requests; JavaScript runs in Node.js. Keep the key on the server.
This submits an asynchronous batch using the base model ID. A job ID confirms submission, not completion.
curl --fail-with-body https://openrouter.ai/api/beta/batches \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"endpoint":"/v1/chat/completions","model":"google/gemini-2.5-pro","requests":[{"custom_id":"request-1","body":{"messages":[{"role":"user","content":"Hello!"}]}}]}'
# Replace JOB_ID with the returned id to check progress.
curl --fail-with-body "https://openrouter.ai/api/beta/batches/JOB_ID" \
-H "Authorization: Bearer $OPENROUTER_API_KEY"Input → Output
No
Supported API parameters
include_reasoningmax_tokensreasoningresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_p1 Provider
Checked: September 18, 2026
Provider availability, latency, throughput and routing can change continuously. Open the source page for current operational data.
- Context
- 1.0M
- Maximum output
- 66K
- Input
- $0.625
- Output
- $5
- Cache read
- $0.125
- Cache write
- Not provided