Incorrect quota exhaustion (error 429) using Antigravity (Google AI Pro) as provider
已打开 09:39AM - 11 Sep 26 UTC
bug
providers
prio:p2
agent
triaged
provider:google-antigravity
### Description
I keep getting:
```
Error: Cloud Code Assist API error (429): …{
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
Error: Retry failed after 1 attempts: Provider requested 1800000ms wait, exceeds retry.maxDelayMs (300000ms). Original error: Cloud Code Assist API error (429): {
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
```
despite having 95% of my quota on Antigravity (Google AI Pro)
<img width="859" height="391" alt="Image" src="https://github.com/user-attachments/assets/a1a8feef-5ecf-4bc9-bbc5-62004444ed16" />
### Steps to Reproduce
1. Open OMP
2. Set Gemini 3.8 Flash (xhigh) as model
3. Ask anything
### Expected Behavior
It should reply just fine.
### Error Output
```shell
Error: Cloud Code Assist API error (429): {
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
Error: Retry failed after 1 attempts: Provider requested 1800000ms wait, exceeds retry.maxDelayMs (300000ms). Original error: Cloud Code Assist API error (429): {
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
```
### Platform
Linux
### omp version
18.1.17
### Bun version
none
### Provider
Antigravity (Gemini 3, Claude, GPT-OSS)
### Area
Session / Compaction
### Additional context
_No response_