RESOURCE_EXHAUSTED, is quota increase possible?
Getting this error on gemini-3.1-flash-image-preview via Vertex AI:
{
“error”: {
“code”: 429,
“message”: “Resource exhausted. Please try again later.”,
“status”: “RESOURCE_EXHAUSTED”
}
}
Has anyone else run into this? A few questions:
-
What are the actual rate limits for this model? I can’t find published quotas anywhere.
-
Is a quota increase available for this model, and if so, how do you request one?
-
Is this a per-minute or per-day limit?
Any help appreciated.