- Model
gemini-2.5-flash-lite-preview-09-2025- Provider
google-vertex- API
google-vertex- Base URL
https://{location}-aiplatform.googleapis.com- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,048,576
- Max tokens
- 65,536
- Cost / million input
- $0.1
- Cost / million output
- $0.4
- Cost / million cache read
- $0.01
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"google-vertex": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gemini-2.5-flash-lite-preview-09-2025",
"name": "Gemini 2.5 Flash Lite Preview 09-25 (Vertex)",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 65536,
"cost": {
"input": 0.1,
"output": 0.4,
"cacheRead": 0.01,
"cacheWrite": 0
}
}
],
"api": "google-vertex",
"baseUrl": "https://{location}-aiplatform.googleapis.com"
}
}
}