Is it a request payload issue?
[ ] Yes, this is a request payload issue. I am using a client/cURL to send a request payload, but I received an unexpected error.
[x] No, it's another issue.
Describe the bug
Getting HTTP 429 RESOURCE_EXHAUSTED with ANY model when using Antigravity auth through EasyCLIProxyAPI via Opencode and OMP. Same accounts work fine directly in the official Antigravity app.
Full error:
{
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
Tested models failing with same 429:
- Claude Opus 4.6
- Claude Sonnet 4.6
- Gemini 3.8 Flash
- All other Antigravity models also fail
Works fine if I use same account + same model directly in Antigravity App. Only fails via EasyCLIProxyAPI proxy.
Versions - both latest:
- Desktop Application: v0.2.88 / Latest v0.2.88
- Proxy Core Kernel: v7.2.158 / Latest v7.2.158
CLI Type
antigravity
Model Name
Claude Opus 4.6, Claude Sonnet 4.6, Gemini 3.8 Flash - happens with ANY Antigravity model
LLM Client
Opencode and OMP (using OpenAI-compatible endpoint from CLIProxyAPI)
Request Information
I enabled request-log: true in config.yaml and reproduced. Log attached.
Expected behavior
Should proxy any Antigravity model without 429 when quota is OK, same as Antigravity App does.
Screenshots
- Version screenshot: Desktop v0.2.88 / Core v7.2.158
- Models screenshot: Claude Opus 4.6, Claude Sonnet 4.6, Gemini 3.8 Flash
OS Type
- OS: Windows 11
- Desktop: v0.2.88
- Core: v7.2.158
Additional context
Is it a request payload issue?
[ ] Yes, this is a request payload issue. I am using a client/cURL to send a request payload, but I received an unexpected error.
[x] No, it's another issue.
Describe the bug
Getting HTTP 429 RESOURCE_EXHAUSTED with ANY model when using Antigravity auth through EasyCLIProxyAPI via Opencode and OMP. Same accounts work fine directly in the official Antigravity app.
Full error:
Tested models failing with same 429:
Works fine if I use same account + same model directly in Antigravity App. Only fails via EasyCLIProxyAPI proxy.
Versions - both latest:
CLI Type
antigravity
Model Name
Claude Opus 4.6, Claude Sonnet 4.6, Gemini 3.8 Flash - happens with ANY Antigravity model
LLM Client
Opencode and OMP (using OpenAI-compatible endpoint from CLIProxyAPI)
Request Information
I enabled request-log: true in config.yaml and reproduced. Log attached.
Expected behavior
Should proxy any Antigravity model without 429 when quota is OK, same as Antigravity App does.
Screenshots
OS Type
Additional context