google-gemini / generative-ai-dart

The official Dart library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=dart
Apache License 2.0
543 stars 111 forks source link

The model is overloaded. Please try again later. #200

Open tranhuudang opened 1 month ago

tranhuudang commented 1 month ago

Description of the bug:

I've noticed that my app has been receiving the message "The model is overloaded. Please try again later." more frequently over the past few days. This issue occurs after making only a few requests to the API, well within the limits described in Gemini pricing. Could this be due to a new limitation imposed on free accounts, or is it just a temporary bug on the server?

Actual vs expected behavior:

No response

Any other information you'd like to share?

No response

singhniraj08 commented 1 month ago

@tranhuudang, Thank you reporting this issue. This looks like an intermittent error and should work now. This repository is for issues related to Dart SDK client bugs or improvements and the client doesn't control the service's responses. For issues related to Gemini API, we would suggest you to use "Send Feedback" option in Gemini docs. Ref: Screenshot below. You can also post this issue on Google AI forum.

image