Help with my Germini Ask Question node

Hello all, Please can someone help me. I keep getting this error message in my node:
The resource you are requesting could not be found
models/gemini-1.5-pro-latest is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.
What do i do?
1 Like

HI @xpydaman

This error means n8n is trying to call a model name that Google’s servers just don’t recognize anymore.

Here is how to get it running again:

  1. Open your Gemini node: Click into the exact node throwing the error.
  2. Change the Model: Find the Model field and change it from gemini-1.5-pro-latest to strictly gemini-1.5-pro or gemini-1.5-flash.
  3. Refresh the dropdown: If you don’t see those options in the list, click the little refresh icon next to the Model field. This forces n8n to pull the most up-to-date list of supported models directly from Google.

Swap that out and your workflow will immediately start generating content again.

Hi @xpydaman Welcome to the community!

The only thing happening here is the model you are trying to use have already reached its end of cycle , if you are looking for free AI models using AI Studio’s gemini API would give you more information about which models are currently in cycle and which have decommissioned, consider using gemini-2.5 or higher models.

1 Like

Than you for the help. It worked. I used gemini-2.5-flash

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.