Project ID: gen-lang-client-01730506..
Model: gemini-3.1-flash-image
Endpoint: global (aiplatform.googleapis.com)
Auth: Vertex AI service account (Vertex mode, not AI Studio API key)
Billing: Enabled
Issue:
Sequential curl tests from our server (Hong Kong VPS) against Vertex AI:
- Request 1: HTTP 200
(image returned, trafficType: ON_DEMAND) - Request 2: HTTP 200
(~18s later) - Request 3: HTTP 429
RESOURCE_EXHAUSTED — “Resource has been exhausted (e.g. check quota).” - Request 4: HTTP 429
(same error, 5s after request 3)
Quota console:
Filter gemini-3.1-flash-image shows:
Generate content requests with image input per minute= 34,000,000- Current usage: ~144 (0%)
- Adjustable: No
Model docs say Fixed quota: Not supported for gemini-3.1-flash-image.
Use case:
Image generation SaaS. Users generate 1–4 product images per session. We already use serial requests (MaxParallel=1) with delays, but new-project DSQ floor appears too low for production.
Request:
- DSQ allocation increase for this project on gemini-3.1-flash-image (global)
- Or guidance on minimum Provisioned Throughput (GSU) for ~4 images/minute sustained
Thank you!