received 1011 (internal error) You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: h; then sent 1011 (internal error) You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: h.
I’m using the gemini model : gemini-2.5-flash-preview-native-audio-dialog
this is the exact line of code that throws the error:
async with client.aio.live.connect(model=model_id,
config=config) as session:
here are how client, model_id, and config are defined :
however, when I go to my google cloud console, on the top left where the navigation menu is (the three horizontal bars) I click that and go to → IAM & Admin → quotas and System limits
where it states that my limit/quota is 7000 and current usage is 13 and the usage is <1%.
does anyone know if I have to do something to fix this? do I have to change something on my google cloud account? or it is some bug in google’s api? I am currently using google-genai 1.19.0 python's SDK
Unfortunately not, I have instead started to use other APIs not from google. The ambiguous error message really concerned me and led me to use other APIs where the implementation is a lot more clear.
That’s fair enough. I can understand model instability, especially while it’s in preview. But we can take that risk for a brief time… Hopefully a quota increase from Google and a way of monitoring & scaling the AI / app will be a fix - but we’ll see.
RE - Deleted post below: So I pestered the AI Studio team into moving me to Tier 3 - it’ll serve our purposes for the moment, but will look to bring in some expertise to take this challenge off my plate at the right time as it’s not my bag.
So I pestered the AI Studio team into moving me to Tier 3 - it’ll serve our purposes for the moment, but will look to bring in some expertise to take this challenge off my plate at the right time as it’s not my bag.