feat(go/plugins/googlegenai): register gemma-4 models for Google AI#5508
feat(go/plugins/googlegenai): register gemma-4 models for Google AI#5508adesinah wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for Gemma models (gemma-4-26b-a4b-it and gemma-4-31b-it) in the Google GenAI plugin. It defines a new GemmaSupports configuration specifying capabilities unique to Gemma models (such as no system role or tool calling) and registers these models for Google AI. Additionally, a new test suite is added to verify the classification, capabilities, and registration of these models. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
0d0b506 to
ee99b97
Compare
ee99b97 to
b6eafcf
Compare
This PR registers gemma-4 models for Google AI. This addition went through a series of tests.
Closes: #5466
Checklist (if applicable):