--- headline: "Google Releases Gemma 4 Open Models for Advanced Reasoning and Agentic Workflows" slug: google-gemma-4-open-models category: llms-genai story_number: "06" date: 2026-05-02 ---

Google DeepMind has released Gemma 4, a family of four open-weight models that the company calls its most capable ever, delivering frontier-class reasoning, native multimodal understanding, and built-in agentic capabilities under an Apache 2.0 license. Released on April 2, the lineup spans from a 2-billion-parameter edge variant small enough for a smartphone to a 31-billion-parameter dense model that outperforms rivals with twenty times more parameters -- and it arrives at a moment when the open-source AI landscape is being reshaped by permissive licensing and rapidly shrinking model sizes.

Four Models, Four Deployment Targets

The Gemma 4 family includes four distinct models, each engineered for a different deployment scenario. The Effective 2B (E2B) and Effective 4B (E4B) edge models target mobile devices, IoT hardware, and on-device inference where memory and power budgets are tight, offering 128K token context windows. The 26B Mixture-of-Experts (MoE) model, designated 26B A4B, activates only 3.8 billion parameters per forward pass, delivering fast tokens-per-second throughput while maintaining quality that punches well above its active parameter count. The 31B Dense model is the flagship, a single dense transformer designed for workloads where consistent per-token cost and maximum quality matter most, with a 256K token context window large enough to ingest entire codebases or long-form documents in a single prompt.

All four models are natively multimodal, accepting both text and image inputs and generating text output. The smaller edge models also support audio input, a feature aimed at voice-driven assistants and transcription workflows. The entire family is trained on over 140 languages, positioning Gemma 4 as one of the most linguistically diverse open model families available.

Built From Gemini 3, Open to Everyone

Gemma 4 is built on the same research foundation as Google's proprietary Gemini 3 models, meaning the architectural innovations and training techniques developed for Google's most advanced closed systems are now available to the broader developer community. This technology transfer from closed to open has been a hallmark of the Gemma program since its inception, and with Gemma 4 it reaches its most ambitious expression yet.

The benchmark numbers back up the claim. The 31B Dense model scores 89.2 percent on AIME 2026, a rigorous mathematical reasoning test, compared to 88.3 percent for Llama 4 and 42.5 percent for DeepSeek V4. On LiveCodeBench v6, a coding benchmark, the 31B achieves 80.0 percent versus Llama 4's 77.1 percent. The model also hits a Codeforces ELO of 2,150 and ranks number three on the Arena AI text leaderboard among all open models. The 26B MoE variant holds the number six position on the same leaderboard -- both outcompeting models with dramatically more parameters.

The Apache 2.0 Shift

Perhaps the most consequential change in Gemma 4 is not technical but legal. Previous Gemma releases shipped under a custom Gemma Terms of Use with usage carve-outs and restrictions that made enterprise legal review painful. Gemma 4 drops all of that in favor of a standard Apache 2.0 license -- the same permissive terms used by Qwen, Mistral, and most of the open-weight ecosystem. There are no custom clauses, no harmful-use carve-outs requiring legal interpretation, and no restrictions on redistribution or commercial deployment.

For enterprises evaluating open models, this removes one of the last friction points in adopting Gemma. Legal teams that previously had to parse Google's bespoke license terms can now treat Gemma 4 like any other Apache 2.0 dependency in their stack. The Gemma model family has already surpassed 400 million downloads, and the licensing change is likely to accelerate adoption further.

Agentic by Design

Gemma 4 arrives with native support for function calling, structured JSON output, and system instructions baked into the model architecture. This combination is specifically designed to enable developers to build autonomous agents that interact with external tools and APIs, execute multi-step workflows, and maintain consistent behavior across complex task chains. Google's own developer blog describes bringing "state-of-the-art agentic skills to the edge" as a core design goal, recognizing that the next wave of AI applications will not just answer questions but take actions on behalf of users.

The agentic capabilities are particularly notable in the smaller models. Running a function-calling-capable model on a mobile device or embedded system opens up use cases -- from smart home orchestration to on-device workflow automation -- that previously required a round trip to a cloud API.

What This Means for the Open-Source Landscape

Gemma 4 lands in an open-source AI ecosystem that is increasingly competitive and increasingly capable. Meta's Llama 4, Alibaba's Qwen series, and Mistral's offerings have all pushed the boundaries of what open models can do. Google's entry with models that match or exceed these competitors on key benchmarks -- while offering true Apache 2.0 licensing and native multimodal and agentic capabilities -- raises the floor for the entire ecosystem.

The implications extend beyond raw performance. By releasing models that span from 2 billion to 31 billion parameters, Google is making a bet that the future of open AI is not a single monolithic model but a family of models optimized for different hardware and use-case profiles. An enterprise might deploy the 31B Dense model in its data center for complex analysis while running the E4B on employee devices for local inference -- all from the same model family, with consistent behavior and a single license to manage.

What to Watch Next

The immediate question is how quickly the developer community builds on top of Gemma 4's agentic capabilities. Function calling and structured output are table stakes for the next generation of AI applications, and having these features available in small, edge-deployable models could unlock entirely new categories of on-device agents. Watch for fine-tuned variants from the open-source community, enterprise deployment case studies, and whether Google continues the Gemma-Gemini technology pipeline with future releases. The 400-million-download milestone suggests the audience is already there -- now the question is what they build.

"AI is fundamentally rewiring the internet's infrastructure -- exposing new bottlenecks while creating once-in-a-generation opportunities."
— Google DeepMind, Gemma 4 Announcement
400M+
Total Gemma downloads
89.2%
AIME 2026 math score
140+
Languages supported
256K
Max context window