gemini-2.5-pro-preview-05-06 not working #7284
Unanswered
youvnor
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
From your logs, the answer is clear:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
But it's not true. The gemini-2.5-preview disappeared too on google console quota and now i have only: gemini-2.5, gemini-2.5-flash, gemini-2.5-pro-exp. I was using the last gemini-2.5-pro-preview-03-25 till yesterday and spent about 100$ in the last few days. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i updated everything and changed the endpoint name in .env file and i got an error: [429 Too Many Requests] Gemini 2.5 Pro Preview doesn't have a free quota tier
But i use a paid API Key and the gemini 2.5 flash is working without any issue.
Full error:
Something went wrong. Here's the specific error message we encountered: { "type": "undefined", "info": "[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro-preview-05-06:streamGenerateContent?alt=sse: [429 Too Many Requests] Gemini 2.5 Pro Preview doesn't have a free quota tier. Please use Gemini 2.5 Pro Experimental (models/gemini-2.5-pro-exp-03-25) instead. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. [{"@type":"type.googleapis.com/google.rpc.QuotaFailure","violations":[{"quotaMetric":"generativelanguage.googleapis.com/generate_content_free_tier_requests","quotaId":"GenerateRequestsPerDayPerProjectPerModel-FreeTier","quotaDimensions":{"model":"gemini-2.5-pro-exp","location":"global"}},{"quotaMetric":"generativelanguage.googleapis.com/generate_content_free_tier_requests","quotaId":"GenerateRequestsPerMinutePerProjectPerModel-FreeTier","quotaDimensions":{"location":"global","model":"gemini-2.5-pro-exp"}},{"quotaMetric":"generativelanguage.googleapis.com/generate_content_free_tier_input_token_count","quotaId":"GenerateContentInputTokensPerModelPerMinute-FreeTier","quotaDimensions":{"model":"gemini-2.5-pro-exp","location":"global"}},{"quotaMetric":"generativelanguage.googleapis.com/generate_content_free_tier_input_token_count","quotaId":"GenerateContentInputTokensPerModelPerDay-FreeTier","quotaDimensions":{"location":"global","model":"gemini-2.5-pro-exp"}}]},{"@type":"type.googleapis.com/google.rpc.Help","links":[{"description":"Learn more about Gemini API quotas","url":"https://ai.google.dev/gemini-api/docs/rate-limits"}]},{"@type":"type.googleapis.com/google.rpc.RetryInfo","retryDelay":"15s"}]" }
Beta Was this translation helpful? Give feedback.
All reactions