Copied to Clipboard
3. Why This Works (Troubleshooting Context)
-
The Bridge Endpoint: Google provides the
/v1beta/openai/ URL block specifically so developers can drop Gemini models seamlessly into software written for OpenAI backends.
-
Bypassing Dropdowns: Choosing "OpenAI Compatible" instructs RooCode to treat the Model box as a free-form text input rather than a strict, predefined dropdown menu, preventing the extension from stripping out unlisted models.
-
Native Tool Calling: RooCode requires full tool-calling support to write code and read files in your editor. Because
gemma-4-26b-a4b-it supports native function calling out of the box via this bridge, RooCode's autonomous agent actions function normally.
Pro-Tip: If Google updates this model line in the future (e.g., to a newer point release), you only need to swap out the text string in the Model field without changing any other parameters.