Issue with thinking_level Parameter in ChatGoogleGenerativeAI (langchain-google-genai v3.1.0)

Support for this param will be added on the next release of langchain-google-genai

Currently, you can use budget and it will map on Google’s backend. The mappings from budget to level are:

1-1000 - > low
1000-32768 → high

1 Like