I am on a paid (tier 1) account. But as of yesterday I have been hitting a 429 ‘resource exhausted’ error on the basis that I have exceeded my quota for ‘free tier’ requests. I am getting this error using gemini-2.5-flash, gemini-2.5-pro, and gemini-3-pro-preview. Error code pasted below.
I have checked that my billing account is properly set up (it is), and that my project is correctly linked to that account (it is). I have tried setting up new projects and generating the API key from the main Google Cloud console (not AI Studio), but each time I hit the same problem.
The service is presently unusable. I tried the Google Cloud support, but they could not assist. I escalated it through to a ‘human’, and they could also not help. Could someone please help? It seems as though this is a very common issue at the moment.
I am also concerned that the privacy policies of the paid account have not been applied to my API requests, which have been treated as being under the ‘free tier’.
Here is an example error code (they are substantially the same across all models):
google.genai.errors.ClientError: 429 RESOURCE_EXHAUSTED. {‘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. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3-pro\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3-pro\nPlease retry in 46.457504798s.’, ‘status’: ‘RESOURCE_EXHAUSTED’, ‘details’: [{‘@typetype’: ‘type.googleapis.com/google.rpc.Help’, ‘links’: [{‘description’: ‘Learn more about Gemini API quotas’, ‘url’: ‘https://ai.google.dev/gemini-api/docs/rate-limits’}]}@type {‘@type’: ‘type.googleapis.com/google.rpc.QuotaFailure’, ‘violations’: [{‘quotaMetric’: ‘generativelanguage.googleapis.com/generate_content_free_tier_requests’, ‘quotaId’: ‘GenerateRequestsPerDayPerProjectPerModel-FreeTier’, ‘quotaDimensions’: {‘model’: ‘gemini-3-pro’, ‘location’: ‘global’}}, {‘quotaMetric’: ‘generativelanguage.googleapis.com/generate_content_free_tier_requests’, ‘quotaId’: ‘GenerateRequestsPerMinutePerProjectPerModel-FreeTier’, ‘quotaDimensions’: {‘location’: ‘global’, ‘model’: ‘gemini-3-pro’@type}]}, {‘@type’: ‘type.googleapis.com/google.rpc.RetryInfo’, ‘retryDelay’: ‘46s’}]}}.
Thanks in advance.
B