I’m encountering a persistent 429 error on my paid Google AI Studio API account, even though my usage dashboard clearly shows I’m nowhere near any limits.
Error Response:
json
{
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
The Problem: As you can see from the numbers above and the attached screenshot, I’m well within all limits across all models. The highest usage is only 36% of TPM on gemini-2.5-flash, yet I’m getting RESOURCE_EXHAUSTED errors.
The graphs in my dashboard show current usage at 0 for all three metrics (RPM, TPM, RPD), indicating no active rate limiting should be happening.
Questions:
-
Is there a hidden quota or limit not displayed in the dashboard?
-
Could this be a bug with quota tracking or enforcement?
-
Has anyone else experienced this discrepancy between dashboard limits and API errors?
-
Are there regional or other restrictions that might not show in the main quota view?
This is blocking my production application, and I’d greatly appreciate any insights or solutions.
Project Details:
- Project ID:
gen-lang-client-0917205139

