Gemini 2.5 Flash
by Google

google/gemini-2.5-flash
Cost-effective multimodal workhorse with adaptive reasoning, high throughput, and built-in chain-of-thought.
Performance Metrics
Context
1M
Input
$0.21
$0.3
Output
$1.75
$2.5
Latency
2.70s
Uptime
99.97 %
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-flash",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
]
}'