hi ... can anyone help with setting up access to google-gemini-cli (free-tier, no api) models?
i have this setup in config.yaml
model:
default: "gemini-3-flash-preview"
provider: "google-gemini-cli"
base_url: "https://cloudcode-pa.googleapis.com/v1internal:generateContent"
...
auxiliary (all provider: auto)
here is error message
⚠️ API call failed (attempt 1/3): CodeAssistError [HTTP 429]
🔌 Provider: google-gemini-cli Model: gemini-3-flash-preview
🌐 Endpoint: cloudcode-pa://google
📝 Error: HTTP 429: Gemini quota exhausted (You have exhausted your capacity on this model. Your quota will reset after
i notice that Endpoint has changed from
base_url: "https://cloudcode-pa.googleapis.com/v1internal:generateContent" -> 🌐 Endpoint: cloudcode-pa://google
although this change doesn't show in config.yaml
help please