I’m in the middle of doing some changes on one of our AI project that uses gemini api when I suddenly get PERMISSION_DENIED on all Gemini 3 models. Gemini 2 still works fine but what’s that point paying when we’re restricted to using the old models?
{'code': 403, 'message': 'The caller does not have permission', 'status': 'PERMISSION_DENIED'}
I have tried multiple api keys both free and billed and they are all unable to use Gemini 3. We barely reach our tier limit, each of our request use less than 2000 tokens and there are very few request per minutes.
Our prod servers are getting the same response and are falling back to gemini 2 models. If gemini 2 starts throwing the same error, this feature of our app basically becomes unusable.