Back to Models
Gemini 2.0 Flash Lite
googlegoogle/gemini-2.0-flash-lite
Google's cost-effective Gemini model to support high throughput. Optimized for the most price-sensitive use cases while maintaining solid quality for everyday tasks.
Context Length
1.0M
Max Output
8K
Input Price
$0.090/ 1M tokens
Output Price
$0.360/ 1M tokens
Modalities
textimagepdf→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.090 / 1M tokens |
| Output | $0.360 / 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-lite",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'