- Model
google/gemini-2.0-flash-lite-001- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- No
- Context window
- 1,048,576
- Max tokens
- 8,192
- Cost / million input
- $0.075
- Cost / million output
- $0.3
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "google/gemini-2.0-flash-lite-001",
"name": "Google: Gemini 2.0 Flash Lite",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 8192,
"cost": {
"input": 0.075,
"output": 0.3,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}