Gemini 2.0 Flash
by Google

google/gemini-2.0-flash
A high-throughput, multimodal model with a massive 1 M‑token context window, optimized for real-time, large‑scale applications.
Performance Metrics
Context
1M
Input
$0.07
$0.1
Output
$0.28
$0.4
Latency
1.28s
Uptime
99.98 %
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.0-flash",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
]
}'