Gemini 2.5 Pro
by Google

google/gemini-2.5-pro
Expert-level multimodal LLM with advanced “Deep Think” reasoning—designed for complex coding, math, and scientific workflows.
Performance Metrics
Context
1M
Input
$1.2
$1.5
Output
$8
$10
Latency
1.51s
Uptime
100.00 %
Getting Started
Use this model through our unified API endpoint
curl -X POST "https://api.firstrouter.ai/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-pro",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
]
}'