Back to Models
Gemini 2.0 Flash
googlegoogle/gemini-2.0-flash-001
Workhorse model for all daily tasks. Strong overall performance and low latency supports real-time applications. Suitable for chat interactions, content generation, and general-purpose AI tasks.
Context Length
1.0M
Max Output
8K
Input Price
$0.180/ 1M tokens
Output Price
$0.720/ 1M tokens
Modalities
textimagepdf→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.180 / 1M tokens |
| Output | $0.720 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "google/gemini-2.0-flash-001",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'