Hello,
We are continuously running into limit-related errors on the Gemini API, even though we are currently on Tier 3.
So far today, we have already had more than 12,000 failed requests. According to the dashboard, it does not look like we have reached any of our limits, or at least we cannot see any clear indication of a specific quota being exceeded.
At the moment, we are seeing an overall error rate of around 75% across requests.
The errors we are receiving are mainly 429 responses with the status RESOURCE_EXHAUSTED. The full response is:
"error": {
"code": 429,
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: ai.dev/rate-limit. ",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Learn more about Gemini API quotas",
"url": "ai.google.dev/gemini-api/docs/rate-limits"
}
]
}
]
}
What is confusing is that the error message points to a quota or rate limit issue, but the dashboard does not show any limit being reached, at least not in an obvious way.
We would appreciate help understanding:
-
How can we identify exactly which limit we are exceeding?
-
Could these errors be caused by limits that are not shown clearly in the dashboard?
-
Are there limits per model, region, minute, day, project, request type, or token usage that we may not be seeing correctly?
-
How can we check actual usage versus available limits for each model?
-
Is there a recommended way to monitor these errors and distinguish between exhausted quota, rate limiting, billing issues, or another restriction?
-
What steps should we follow to reduce this volume of errors or request a quota review/increase?
The current impact is significant: we are seeing thousands of failed requests and very high error rates, but we are not sure where to start diagnosing the issue.
Any guidance would be greatly appreciated.
Thank you.




