-
-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Description
Is there any way to implement getting access to Google AI Studio https://aistudio.google.com/app/prompts/new_chat, which is essentially the Gemini API but without an API key, similar to how OpenAI Chat only requires a har file but not an API key?
Why such a request appeared - recently, I don't know what happened with Google, but it banned all existing and newly created API keys and projects (since May 07, 2024 - 4 projects with 8 API keys) for a ridiculous reason, supposedly there was an exceeding of the quota metric 'Generate Content API requests per minute' and the limit 'GenerateContent request limit per minute for a region' of the service 'generativelanguage.googleapis.com" for a consumer project, although in the Quota&System Limits parameter of each project all Current Usage Percentages for all API services are equal to 0% and I know 100% that the application that used those API keys only made 1 request per 2 seconds.
To all my appeal requests I got nothing.
But Google AI Studio https://aistudio.google.com/app/prompts/new_chat still works fine.

