Replies: 3 comments 1 reply
-
|
I am still getting the thinking config error when using gemini 3 as well. I notice the docs still don't say Gemini 3 is supported so I guess we have to wait :( |
Beta Was this translation helpful? Give feedback.
-
|
To provide more context, if the MemoryChatAdvisor, ToolCallingAdvisor, and AugmentedToolCallbackProvider from the documentation here: is used, you will still receive thinking error as if augmented tool is not correctly providing context to gemini. This leads me to believe this only works with 2.5 because they are optional parameters. Gemini 3.0 made them required and that's where the issue shows up so the AugmentedToolCallbackProvider may be the issue. @JWebDev did you ever see anything different? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @JWebDev and @rking-bennie, The root cause: Gemini 3 support lives in // remove
implementation 'org.springframework.ai:spring-ai-starter-model-vertex-ai-gemini'
// add
implementation 'org.springframework.ai:spring-ai-starter-model-google-genai'spring.ai.google.genai.api-key=YOUR_API_KEY
# gemini-3-pro-preview was discontinued — use the current model ID
spring.ai.google.genai.chat.options.model=gemini-3.1-pro-previewLeave On Spring AI 2.0: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to try “
gemini-3-pro-preview” withVertex AI SDK. As far as I understand, support for “gemini-3-pro-preview” has not yet been implemented.Please let me know when support for “
gemini-3-pro-preview” is planned to be implemented for spring-ai-starter-model-vertex-ai-gemini?I have updated to the latest version, but as far as I understand, it has not been implemented yet.
spring-ai-starter-model-vertex-ai-gemini => 1.1.1ChatModel- I don't see any support yet.Also, when I try to make an API call, I get a 404 error.
Thanks for the answer
Beta Was this translation helpful? Give feedback.
All reactions