-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Bug Description
Plugin stopped working for me entirely. Getting rate limit errors even though I can use antigravity editor fine. Logged on tonight and was able to send one query, then started getting rate limit errors.
To rule things out:
- Only use single account
- Able to use the antigravity editor directly (it sucks!)
- Using the vscode extension @tctinh made I can still see I have plenty of rate limit however I get the rate limit error toast.
- This happens with both opus and gemini models.
- My google account should have fairly high rep if that matters (10 yr+ account) paying for various other google services (but not ai pro)
Providers config
"provider": {
"google": {
"models": {
"antigravity-gemini-3-pro-low": {
"name": "Gemini 3 Pro Low (Antigravity)",
"limit": { "context": 1048576, "output": 65535 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-gemini-3-pro-high": {
"name": "Gemini 3 Pro High (Antigravity)",
"limit": { "context": 1048576, "output": 65535 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-gemini-3-flash": {
"name": "Gemini 3 Flash (Antigravity)",
"limit": { "context": 1048576, "output": 65536 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"gemini-3-pro-low": {
"name": "Gemini 3 Pro Low (Antigravity)",
"limit": { "context": 1048576, "output": 65535 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"gemini-3-pro-high": {
"name": "Gemini 3 Pro High (Antigravity)",
"limit": { "context": 1048576, "output": 65535 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"gemini-3-flash": {
"name": "Gemini 3 Flash (Antigravity)",
"limit": { "context": 1048576, "output": 65536 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-sonnet-4-5": {
"name": "Claude Sonnet 4.5 (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-sonnet-4-5-thinking-low": {
"name": "Claude Sonnet 4.5 Think Low (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-sonnet-4-5-thinking-medium": {
"name": "Claude Sonnet 4.5 Think Medium (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-sonnet-4-5-thinking-high": {
"name": "Claude Sonnet 4.5 Think High (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-opus-4-5-thinking-low": {
"name": "Claude Opus 4.5 Think Low (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-opus-4-5-thinking-medium": {
"name": "Claude Opus 4.5 Think Medium (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-claude-opus-4-5-thinking-high": {
"name": "Claude Opus 4.5 Think High (Antigravity)",
"limit": { "context": 200000, "output": 64000 },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
}
}
}
Steps to Reproduce
- Run a query for any antigravity model
Expected Behavior
Should be able to query llms
Actual Behavior
LLMs hit rate limit.
Environment
- opencode version: 1.1.6
- Plugin version: opencode-antigravity-auth@beta (1.2.8 beta 3)
- Operating System: Linux
- Node.js version: 25
Logs
antigravity-debug-2026-01-08T01-49-06-320Z.log
Compliance Checklist
Please confirm:
- I'm using this plugin for personal development only
- I have an active Google Cloud project with Antigravity enabled
- This issue is not related to attempting commercial use or TOS violations
- I've reviewed the README troubleshooting section
Additional Context
This plugin normally works fine for me, so not sure what happened, could google have changed something?
archodev, Ellesent, andremacola, BGuimberteau, cantalupo555 and 8 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working