Vertex AI Quota Error generate_content_requests_per_minute_per_project_per_base_model? #13294
Unanswered
julianfalcionelli
asked this question in
Q&A
Replies: 1 comment
-
Same issue here. Did you found any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I made a Flutter App with Vertex AI, and I constantly get a quota error ERROR Quota exceeded for
aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model
This is happening when using Gemini Pro or Flash models.
My Google Cloud account is configured with Billing correctly, and when I go to the quotas section, the quota value for the
generate_content_requests_per_minute_per_project_per_base_model
service is at1
as a maximum, and to ask for more quota they tell me that I have to contact the sales team, which I have already contacted repeatedly but I never receive a response.I saw this happen to many people (I saw posts on Stackoverflow, Reddit) and I can’t find any solution.
I hope someone on the Google team will look into this.
I am using the latest vertex AI Plugin (
firebase_vertexai: ^0.2.3+1
).Best.
Beta Was this translation helpful? Give feedback.
All reactions