Skip to main content
株式会社オブライト
AI2026-07-08

Gemma 4 Technical Report Deep Dive — Google DeepMind's Open-Weight, Natively Multimodal 2.3B–31B LLMs with an Encoder-Free 12B Unified Design and Built-In Reasoning Mode arXiv:2607.02770, Published 2026-07-02, 300+ Authors, Both Dense and MoE Variants

Google DeepMind's Gemma Team released the Gemma 4 Technical Report as arXiv:2607.02770 on 2026-07-02. The paper introduces 2.3B / 12B / 31B parameter models, both Dense and MoE variants, natively multimodal (text / image / audio), a 12B encoder-free unified design (raw audio and image patches processed directly without separate encoders), a built-in reasoning (thinking) mode, improved vision / audio encoders, architectural refinements for inference speed, memory efficiency, and long context, and competitive performance against larger open models on STEM, multimodal, and long-context benchmarks. Over 300 authors contributed. Open weights allow commercial use, distributed via Hugging Face and Ollama. Sits alongside Qwen 3.6-35B-A3B and the Local LLM June 2026 update as a new chapter at the open-weights frontier. A milestone in Google's open-weights strategy; the encoder-free unified design departs from Qwen / Llama / DeepSeek multimodality (separate vision encoder + projection). The reasoning mode mirrors the extended-thinking modes of Anthropic and OpenAI closed models — the open ecosystem catching up. Caveats: commercial-license fine print, potential systemic-risk classification (EU AI Act's 10^25 FLOPs threshold), and heavy Google Cloud Vertex AI integration bias.


TL;DR — What Is Gemma 4?

Google DeepMind's Gemma Team published the Gemma 4 Technical Report as arXiv:2607.02770 on 2026-07-02. The fourth generation of the open-weight Gemma line: three sizes (2.3B / 12B / 31B), Dense and MoE variants, natively multimodal (text / image / audio), an encoder-free unified design for the 12B, and a built-in reasoning (thinking) mode.

Four takeaways:

1. The encoder-free 12B is new — vision / audio go straight into the LLM as raw patches / audio, no separate encoders
2. Reasoning mode ships by default — extended-thinking-style behavior reaches open weights
3. 300+ authors — a serious investment in Google DeepMind's open-weights strategy
4. Competitive with larger open models on STEM, multimodal, and long-context — on par with Qwen 3.6-35B and Nemotron 3 Ultra

Model Lineup

VariantParametersArchitectureModality
Gemma 4 2.3B2.3BDensetext + image + audio
Gemma 4 12B12BDense (encoder-free unified)text + image + audio
Gemma 4 31B31BMoE + Densetext + image + audio

2.3B for edge / mobile, 12B as the practical workhorse, 31B for heavier workloads on GPU clusters.

The Encoder-Free Unified Design (Highlight of the 12B)

Traditional multimodal LLMs (Qwen VL-family, LLaVA, Llama Vision, etc.) put a ViT for images plus a Whisper-style audio encoder plus a projection layer in front of the LLM proper.

Gemma 4 12B goes encoder-free: raw audio waveforms and image patches are fed straight into the LLM's input layer, with no additional encoder. Benefits:

- Simpler architecture — no complex projection / cross-attention pipeline
- Inference efficiency — preprocessing latency of the encoder disappears
- Modality integration — text / image / audio train in the same representation space

This mirrors the unified-encoder direction that Google already uses in Gemini, but in open weights. An important design case for multimodal LLMs.

Reasoning (Thinking) Mode

The model produces an intermediate reasoning trace before the final answer. The same family of technique as Anthropic Claude extended thinking, OpenAI o-series, and DeepSeek V4 Pro — now implemented in open weights.

Delivers notable gains on STEM / math / code / logic-reasoning tasks. Reasoning traces can be exposed or hidden as needed, and the design allows tuning the thinking budget (how many tokens to spend on reasoning) at the API / inference-engine level.

Improved Encoders (2.3B / 31B)

Outside the 12B, encoder + LLM structure remains — but both vision and audio encoders are improved:

- Vision: higher-resolution support, better fine-detail recognition, native multi-image input
- Audio: better multilingual ASR, direct reasoning from audio, speaker diarization

Inference Speed, Memory, and Long Context

Architectural refinements deliver:

- Inference speed: markedly faster than Gemma 3, thanks to Grouped Query Attention and Sliding Window Attention optimizations
- Memory efficiency: KV cache compression, quantization-friendly weight structure
- Long context: native length extended over Gemma 3 (details in the paper), and composable with context-extension techniques

Benchmark Performance

Competitive with larger open models (Qwen 72B, Llama 405B) on STEM, multimodal, and long-context tasks. Highlights:

- STEM: strong gains with reasoning mode on hard math / physics / chemistry
- Multimodal: mixed image + text reasoning, audio QA, video-adjacent tasks
- Long context: retrieval / summarization at the hundreds-of-thousands-of-tokens scale

Numbers in Sections 5–6 of the report.

Distribution and Licensing

Open weights, distributed via Hugging Face, Kaggle, and Vertex AI Model Garden. Gemma Terms of Use (commercial use allowed, with prohibited-use exceptions). GGUF quantizations for Ollama / llama.cpp are expected early. Practical execution lines: GGUF Q4/Q5 runs 2.3B comfortably on Mac M3 / M4, 12B on a single RTX 5090, 31B on 2× RTX 5090 or an H100.

Where This Sits — a New Chapter in Open Weights

Gemma 4 is a milestone for Google's open-weights strategy:

1. As Anthropic (Claude) and OpenAI (GPT / o series) go fully closed, Google DeepMind maintains a two-pillar strategy: Gemini (closed) + Gemma (open)
2. The encoder-free unified design is a lineal descendant of Gemini and among the first open-weights implementations
3. Reasoning mode in open weights — following DeepSeek V4 Pro, part of the emerging industry standard
4. The 300+ author roster signals real commitment to open weights from Google DeepMind

Joins Qwen 3.6-35B-A3B (Alibaba), Kimi K2.7-Code (Moonshot), and Ornith-1.0 (DeepReinforce) as one corner of the late-2026 open-weights big four.

Caveats and Legal Considerations

(1) Gemma Terms of Use: commercial use is allowed, but a prohibited-use list applies (military, bioweapons, child exploitation, etc.), similar to Meta's Llama Community License. Enterprise adopters need a legal review.

(2) EU AI Act (effective August 2026): if the 31B MoE's training FLOPs exceed the 10^25 threshold, the full GPAI + systemic-risk obligations apply. Google DeepMind presumably plans for that, but obligations can also propagate to producers of fine-tuned derivatives.

(3) Vertex AI ecosystem bias: HF / Kaggle distributions exist, but Vertex AI Model Garden is the primary channel — production pipelines on other clouds need custom plumbing.

(4) Abliteration risk: like the Qwen 3.6 abliterated variants, community uncensored derivatives of Gemma 4 are highly likely — a structural issue for open weights in general.

Bottom Line

Gemma 4 is Google DeepMind's latest open-weights multimodal LLM milestone. The encoder-free 12B unified design, an open implementation of reasoning mode, and practical sizes across 2.3B–31B put it alongside Qwen / Kimi / Ornith at the open-weights frontier of late 2026. Expect rapid adoption as a base for multimodal AI-agent platforms over the next six months.

Related services from us — AI consulting, software development, and OpenClaw setup. For help designing Gemma 4 enterprise adoption, on-prem builds, or multimodal application development, get in touch.

References

Feel free to contact us

Contact Us