I am getting the 429 error when making calls with my new API key:
{
“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/usage?tab=rate-limit. ",“status”: “RESOURCE_EXHAUSTED”
}
}
(This is all that the message said for me. I noticed others encountering this error usually had more info attached to their error messages, like this one)
I do have billing set up & enabled for my project, and Google Cloud says:
You’ve activated your full account
0 out of $417 credits used
However, inside Google AI Studio, my API key’s Quota tier is shown as “Unavailable”, and I always get the error “You are out of free generations. You can continue by using your own paid API key.”
This does not happen if I unlinked my API key. While my API key is linked, I have yet to send out a single successful request.
When I open the Rate Limit dashboard, I get the following message, despite being the project’s admin:
Project quota tier unavailable. Please contact your project administrator for assistance.
Would appreciate anyone with relevant info on how to resolve this.