Skip to content

关于反代生图总是返回429和503的问题 #3329

Description

@Elomhim-Gibor

使用Cherry Studio或者使用Python调用gemini-3.1-flash-image,总是返回429和503
使用的账户是gemini pro订阅,总共6个账户,配额都是100%,全部返回返回429和503
“Max retries exhausted. Last error: Upstream error 429 Too Many Requests: {
"error": {
"code": 429,
"message": "You have exhausted your capacity on this model. Your quota will reset after 1s.",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "RATE_LIMIT_EXCEEDED",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"uiMessage": "true",
"model": "gemini-3.1-flash-image",
"quotaResetDelay": "1.173612231s",
"quotaResetTimeStamp": "2026-08-26T08:54:25Z"
}
},
{
"@type": "type.googleapis.com/google.rpc.RetryInfo",
"retryDelay": "1.173612231s"
}
]
}
}”

这是IP问题还是其他什么问题吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions