Gemini 2.5 pro don't acept 2.0 temperature

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)

try compyng culr example on ai studio to get json body parameter, then use a simple httprequest to check if is an n8n Google node issue or an API issue


https request correty to 2 and 2.0
node gemini not in 2 not in 2.0