Subject: [Quota Issue] Persistent 429 RESOURCE_EXHAUSTED error with veo-3.0-generate-preview in africa-south1
Hello,
I’m a developer trying to use the new veo-3.0-generate-preview
model through the google-generativeai
Python library.
Problem:
I am consistently getting a 429 RESOURCE_EXHAUSTED
error when calling the client.models.generate_videos
method.
My Setup:
- Project Region: My Google Cloud project is configured for the
africa-south1
region. - Quotas: The Quotas page in my console shows very high limits (e.g.,
10,000
requests/minute) for theBatch embed contents
quota. - What I’ve tried: I have waited for more than an hour, but the error persists.
The issue is that the error seems to contradict my region’s quota settings. It appears there may be a hidden or different quota for this specific preview model that is not listed in the console.
Code Snippet that causes the error:
[Aquí puedes pegar el código completo que te di, que está causando el error]
Questions:
- Does the
veo-3.0-generate-preview
model have a separate, unlisted quota that is independent of the general API limits? - Is this a known issue for this preview model, or is there a way to request a quota increase for it?
Thank you for any help or insights you can provide.