mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 15:15:59 +03:00
[GH-ISSUE #4] 用docker版本调用gemini-3-pro系列模型(pro、pro-high、pro-low)报429 #2
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oyasumiaiko on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/4
Operating System
ubuntu:24.04
Running Mode
Headless (default, --headless)
ZeroGravity Version / Commit
da6d566abd6a41d3a23fc6c411b5c6ab5d95711e
Model Used
gemini-3-pro
What happened?
gemini 3 pro系列模型调用只能得到
{code: 429, message: '[RESOURCE_EXHAUSTED] Resource has been exhausted (e.g. check quota).', type: 'rate_limit_error'},重试无效
gemini 3 flash和claude系列模型正常
Logs
Call Trace
Health Check Output
Steps to Reproduce
No response
Additional Context
@NikkeTryHard commented on GitHub (Feb 19, 2026):
这是 OAuth token 的问题,请重新设置你的 token:
或者:
@oyasumiaiko commented on GitHub (Feb 19, 2026):
已经挂载了
${APPDATA}/Antigravity:/root/.config/Antigravity:ro应该会自动获取token了吧 手动设置token也不可能每小时都来手动刷新啊而且这个情况是opus4.6可以正常调用 但只有3pro不行
@NikkeTryHard commented on GitHub (Feb 19, 2026):
有可能3pro压根就没有做适配等会儿哈
@NikkeTryHard commented on GitHub (Feb 19, 2026):
报429很有可能是谷歌检测到了异常。跟上一个月的问题一样。cliproxyapi也有同样问题
@oyasumiaiko commented on GitHub (Feb 19, 2026):
好的,早些时候试了一下如果MITM没有strip掉任何提示词是不会429的,应该还是跟提示词有关系
@NikkeTryHard commented on GitHub (Feb 19, 2026):
Fixed in v1.1.2. The system instruction rewriting was stripping the LS prompt from ~20K to ~1.3K, which triggered 429 RESOURCE_EXHAUSTED for pro-tier models. The system instruction now passes through untouched. All models (gemini-3-pro, pro-high, pro-low, flash, opus-4.6) verified working.