Gemma 4
FamilyGoogle · Gemma
Google's Apache 2.0 open model family for local agentic, multimodal, coding, and edge workflows.
Overview
This is a model family overview. For version-specific details, verify the exact checkpoint and serving path before deployment.
Gemma 4 is Google’s April 2026 open model family built for local and self-managed AI workflows. Google positions it as its most capable open model family to date, with stronger reasoning, agentic behavior, coding, multimodal input, and on-device deployment options than earlier Gemma generations. Since the initial launch, Google has added a 12B checkpoint and Quantization-Aware Training (QAT) checkpoints for more efficient local deployment.
For Signal Lens readers, Gemma 4 matters because it narrows the gap between “local enough to control” and “capable enough to use seriously.” It is not a drop-in replacement for frontier hosted models, but it is a meaningful new default to evaluate for privacy-first and hardware-controlled workflows.
Current Lineup
Google’s current Gemma 4 lineup includes:
- Effective 2B (E2B)
- Effective 4B (E4B)
- 12B
- 26B Mixture of Experts
- 31B Dense
The E2B and E4B variants target mobile, edge, and low-latency device use. The 12B model bridges the gap between the E4B and 26B MoE routes, with Google positioning it as laptop-ready with 16GB of VRAM or unified memory and native audio input. The 26B MoE route prioritizes latency by activating a smaller subset of parameters during inference. The 31B Dense model is the higher-quality workstation and fine-tuning candidate.
Strengths
Gemma 4 is strongest where open weights and local control are part of the requirement, not a hobby constraint. Google highlights advanced reasoning, function calling, structured JSON output, system instructions, offline code generation, vision and video input, audio input on edge variants and the 12B model, and support for more than 140 languages.
The context story is also important. Google describes 128K context for edge models and up to 256K for larger models, which makes the family more useful for repository slices, long documents, and agent workflows than older small local models.
Technical Details
This profile stores 256K as the headline maximum context window for the family. The smaller edge models use 128K. Max output is stored as 0 because the official launch materials used for this snapshot do not publish one normal cross-family max-output number.
Gemma 4 is released under Apache 2.0, with access through Google AI Studio, Google AI Edge Gallery, Hugging Face, Kaggle, Ollama, LM Studio, vLLM, llama.cpp, NVIDIA NIM, and other ecosystem routes. Google also points production teams toward Vertex AI, Cloud Run, GKE, and TPU-backed serving paths.
The June 2026 QAT checkpoint release matters for deployment planning: Google publishes Q4_0 and mobile-optimized checkpoints, keeps MTP acceleration available for compatible models, and says the E2B text-only mobile format can fit under 1GB of memory. That does not remove the need for local evals, but it changes the practical hardware floor for edge experiments.
When to Choose Gemma 4
Choose Gemma 4 when open-weight control, local execution, edge deployment, cost discipline, or digital sovereignty matters more than absolute top-end hosted capability. It is a strong candidate for local coding helpers, multilingual internal assistants, document preprocessing, private evaluation loops, laptop-ready multimodal assistants, and edge AI experiments.
Do not use it blindly for high-stakes production decisions. Open models still require deployment engineering, evals, safety controls, and latency/cost testing on the actual hardware.
Comparisons
- Qwen3.5 (Alibaba): Strong open-weight multilingual and coding alternative, especially for Chinese-English workflows.
- Mistral Small 4 (Mistral AI): Practical Western open-weight route with strong cost and deployment control.
- Mistral Medium 3.5 (Mistral AI): Current Mistral-native route for stronger agentic coding; Gemma 4 is broader and more local/edge-oriented.
- Gemini 3.1 Pro Preview (Google): Hosted higher-capability Google route when open weights are not required.