Gemini api for veo3

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.

Hi @Suleyman_Yasar ,

The 429 RESOURCE_EXHAUSTED error indicates that the rate limit has been exceeded and sending too many requests per minute. Please verify that you are within the model’s allowed limits, and consider requesting a quota increase if needed. Thanks.