Gemini API Error code 429 RESOURCE_EXHAUSTED - Paid Plan

I am encountering a persistent error code 429, my Gemini 2.5 flash just keeps on giving me error message like this:
LLM error: {
“error”: {
“code”: 429,
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \n* Quota exceeded for metric: [link, new user limited to 2 link in a topic], limit: 1000000, model: gemini-2.5-flash\nPlease retry in 40.152753394s.”,
“status”: “RESOURCE_EXHAUSTED”,
“details”: [
{
@type”: “[link, new user limited to 2 link in a topic],
“links”: [
{
“description”: “Learn more about Gemini API quotas”,
“url”: “[link, new user limited to 2 link in a topic]”
}
]
},
{
@type”: “[link, new user limited to 2 link in a topic]”,
“violations”: [
{
“quotaMetric”: “[link, new user limited to 2 link in a topic]”,
“quotaId”: “GenerateContentPaidTierInputTokensPerModelPerMinute”,
“quotaDimensions”: {
“model”: “gemini-2.5-flash”,
“location”: “global”
},
“quotaValue”: “1000000”
}
]
},
{
@type”: “[link, new user limited to 2 link in a topic]”,
“retryDelay”: “40s”
}
]
}
}

Sometimes it returns a shorter message like this
LLM error: {
“error”: {
“code”: 429,
“message”: “Resource has been exhausted (e.g. check quota).”,
“status”: “RESOURCE_EXHAUSTED”
}
}

My dashboard shows TPM reached the limit, but this problem already persist for more than 4 hours, the TPM didn’t reset at all, not sure whether it’s bug or not

My project id: gen-lang-client-0979870036
Mu project number: 1077854522511

Please help to check and fix this problem, appreciate your support

1 Like