- Model
gemini-3.1-flash-lite-preview- Provider
google-gemini-cli- API
google-gemini-cli- Base URL
https://cloudcode-pa.googleapis.com- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,048,576
- Max tokens
- 65,535
- Cost / million input
- $0
- Cost / million output
- $0
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"google-gemini-cli": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gemini-3.1-flash-lite-preview",
"name": "Gemini 3.1 Flash Lite Preview (Cloud Code Assist)",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 65535,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "google-gemini-cli",
"baseUrl": "https://cloudcode-pa.googleapis.com"
}
}
}