Gemma 4 on Vertex - Gemma - Google AI Developers Forum
Anyone successfully able to call gemma-4-26b-a4b-it-maas on Vertex AI? For context, I’m using the genai client. Trying to test file input + thinking + structured output. Got it working with AI Studio but can’t get Vertex…
Gemma 4 on Vertex - Gemma - Google AI Developers Forum = 40rem)" rel="stylesheet" data-target="discourse-ai_desktop" /> = 40rem)" rel="stylesheet" data-target="discourse-reactions_desktop" /> = 40rem)" rel="stylesheet" data-target="poll_desktop" /> = 40rem)" rel="stylesheet" data-target="desktop_theme" data-theme-id="13" data-theme-name="google ai"/> Gemma 4 on Vertex Gemma models, api devdutt10 April 21, 2026, 10:08am 1 Anyone successfully able to call gemma-4-26b-a4b-it-maas on Vertex AI? For context, I’m using the genai client. Trying to test file input + thinking + structured output. Got it working with AI Studio but can’t get Vertex to work (specifically thinking budget). Pannaga_J June 2, 2026, 6:01pm 2 Hi @devdutt10 I apologize for the delayed response on this issue. I know it’s been a while since you posted , are you still experiencing this issue? If you are, could you share a snippet showing how you are initializing the client and structuring your GenerateContentConfig for the Vertex call? And also Gemma 4’s internal thinking is controlled explicitly by setting the thinking_level parameter to "high" inside the ThinkingConfig object. Thanks