While using the Firebase Prototyper, facing this error

[GoogleGenerativeAI Error]: Error fetching from https://monospace-pa.googleapis.com/v1/models/gemini-2.5-pro-preview-03-25:streamGenerateContent?alt=sse: [500 Internal Server Error] An internal error has occurred. Please retry or report in Troubleshooting guide  |  Gemini API  |  Google AI for Developers

Hi @Saurabh_Thakur,

Welcome to the Forum!

Thanks for reporting this. A 500 Internal Server Error usually indicates a problem on Google’s side.

As the error message suggests, have you tried requesting again after a few minutes? It could be a temporary issue.

If the issue persists, it might be related to the size of your input context. You could try:

  • Reducing your input context: See if a smaller amount of text resolves the error.

  • Temporarily switching to another model: If you’re using a particularly large or complex model, try a simpler one as a test.

  • Waiting a bit and retrying: The server may be experiencing temporary overload.