Hello Google AI Studio Support,
I believe I have found a quota/billing issue affecting my Gemini API project.
Project Information
-
Project Name: Gemini Cbshopin Project
-
Project ID: gen-lang-client-09873579..
-
Project number: 6303003224..
-
Billing Tier: Tier 1 (Postpay)
-
API Keys created in: Google AI Studio
Problem
Text generation works correctly using Gemini models.
However, every request to the Gemini 3.1 Flash Image model fails with HTTP 429 RESOURCE_EXHAUSTED.
The response indicates that my project is being evaluated against Free Tier quotas even though the project is Tier 1.
Endpoint
POST https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-flash-image:generateContent
Error Returned
HTTP 429
RESOURCE_EXHAUSTED
Quota exceeded for metric:
generativelanguage.googleapis.com/generate_content_free_tier_requests
Quota ID:
GenerateRequestsPerDayPerProjectPerModel-FreeTier
limit: 0
model: gemini-3.1-flash-image
The response repeatedly reports:
-
GenerateRequestsPerDayPerProjectPerModel-FreeTier
-
GenerateRequestsPerMinutePerProjectPerModel-FreeTier
-
GenerateContentInputTokensPerModelPerMinute-FreeTier
What I Verified
-
Billing is active (Tier 1 Postpay).
-
The API key belongs to this project.
-
I generated a brand-new API key and received the same result.
-
The request was tested both from my PHP application and directly using the Gemini REST API.
-
Both methods return the identical 429 RESOURCE_EXHAUSTED response.
-
The endpoint and payload follow the official Gemini API documentation.
Expected Behaviour
Since the project is Tier 1, image generation requests should use the project’s paid/Tier 1 quotas instead of Free Tier quotas.
Additional Observation
The AI Studio Rate Limits page shows image generation quotas for:
-
Nano Banana 2 (Gemini 3.1 Flash Image)
-
Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)
indicating that the project should have image generation quota available.
However, the API backend still reports:
GenerateRequestsPerDayPerProjectPerModel-FreeTier
limit: 0
This appears to be a mismatch between the project’s configured billing tier and the quota service enforcing requests.
Could you please investigate whether this project’s Gemini Image quota is incorrectly associated with the Free Tier?
Thank you.



