The Google Gemini node in n8n currently restricts the parameter to a maximum value of 1.0. However, the underlying Google Gemini API (e.g., using model gemini-2.5-pro-exp) might accept values higher than 1.0, potentially up to 2.0, for increased generation randomness.temperature
temperature
must be in the range of [0.0,1.0]
at the moment:
temperature
must be in the range of [0.0,1.0]
n8n version
1.87.2 (Self Hosted)