Error 429, despite low usage

I’m getting error {‘code’: 429, ‘message’: ‘Resource has been exhausted (e.q. check quota).’, ‘status’: ‘RESOURCE_EXHAUSTED’} on every request for my Generative Language API project, using gemini-2.5-flash-image on a tier 2 paid account, with very low quotas (less than 1% usage).
This was working perfectly until today, and no changes were made to the code.
Project id is geminiapi-471118.

4 Likes

Getting the same/similar error,

Gemini request failed: 429 { “error”: { “code”: 429, “message”: “Resource has been exhausted (e.g. check quota).”, “status”: “RESOURCE_EXHAUSTED” } }

2 Likes

Same here, but for 3.1 Pro..

i get this issue too -

{\"error\":{\"code\":429,\"message\":\"Resource has been exhausted (e.g. check quota).\",\"status\":\"RESOURCE_EXHAUSTED\"}}" i dont need to check my quota - im low quota - this is a small prompt / job, and it is singular - there is nothing to reduce. this is a clear google issue.
1 Like