@Dorian7Alden09-15 Codex 调用 Gemini 报 429 (Resource has been exhausted) 问题(newapi、dsh调用均正常) 中发帖

通过 Codex -> ccswitch -> NewAPI -> CLIProxyAPI (CPA) -> Google Antigravity (Gemini) 链路调用模型时,Codex 持续报错: 


codex报错: 
 [image] 


newapi正常: 
 [image] 


dsh正常: 
 [image] 


根因:Google Antigravity 上游拦截了 Codex 的系统提示词(System Instruction)。 
通过抓包对比测试确认: 

Codex 会在每个请求的 instructions 中固定注入开头:"You are Codex, a coding agent based on GPT-5..."。
Google 上游风控网关对 systemInstruction 进行了特征匹配,一旦检测到该组合词,就会伪装返回 429 RESO...
 
 
Back to Top