I have been using gemini google API with openAI format through this API
https://generativelanguage.googleapis.com/v1beta/openai/
But suddenly I’m getting this error
RateLimitError: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted
(e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
Even though I’m sending only one query at a time with small question "What is the capital of Egypt)
If I used gemini through the google sdk it works just fine. Did I hit the OpenAI format limit?