I’m having free google AI pro subscription as a student. I’m trying to develop something cool on my local using Veo3 api and my credits there. But the gemini API key doesn’t seems to work for veo. I’m able to use it for other stuffs like normal text generation. But for Imagegen and video generations it is giving me this error :
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits.', 'status': 'RESOURCE_EXHAUSTED'}}
I’m using standard code from sample examples from documentation itself.