A high-performance open-source model developed by Google DeepMind. It excels in balancing efficiency and performance.
Parameters
1200
Context Window
128K
License
Gemma License
Release Date
2026-05-19
Japanese Language Capability
Multilingual model with strong Japanese language processing capabilities.
API Pricing
API pricing for this model is not yet available
Strengths
Weaknesses
Use Cases
Deep Analysis
Parameters
11.95B
Dense, encoder-free unified architecture
Context Window
256K tokens
Matches Gemma 4 31B and 26B-A4B
GPQA Diamond
78.8%
vs Llama 4 Scout 74.3%
AIME 2026
77.5%
3.8x improvement over Gemma 3 27B (20.8%)
Codeforces ELO
1659
Strong competitive coding
Modalities
Text + Image + Audio
First medium Gemma with native audio; encoder-free
VRAM (Q4)
~7.65 GB
Runs on 16GB laptop with quantization
License
Apache 2.0
First Gemma generation with full commercial freedom
Strengths
- ・Encoder-free unified architecture eliminates separate vision/audio encoders, reducing latency and enabling single-pass fine-tuning
- ・Native audio input (ASR + translation) in a 12B model — first medium-sized Gemma with this capability
- ・256K context window with hybrid local/global attention and KV cache optimizations at a laptop-deployable size
Weaknesses
- ・No dedicated Arena Elo ranking yet — lacks the human-preference validation data that the 31B and 26B-A4B have received
- ・Encoder-free vision projects raw patches with a single matmul (35M params), sacrificing fine-grained visual detail vs the 550M dedicated encoder in the 31B
- ・Lags significantly behind the 31B Dense on complex multi-step reasoning (HLE 5.2% vs 19.5%, BigBench Extra Hard 53.0% vs 74.4%)
Competitor Comparison
| Model | Arena | SWE | GPQA | Price |
|---|---|---|---|---|
| Gemma 4 31B Dense | 1451 | N/A | 84.3% | Free (Apache 2.0) |
| Gemma 4 26B-A4B MoE | 1438 | N/A | 82.3% | Free (Apache 2.0) |
| Llama 4 Scout (17B active) | ~1400 | N/A | 74.3% | Free (Llama License) |
Gemma 4 12B Unified is Google DeepMind's first encoder-free, medium-sized open model, released in June 2026 as part of the broader Gemma 4 family. Its defining architectural innovation is the elimination of separate vision and audio encoders: raw 48×48 image patches and 40ms audio chunks are projected directly into the LLM's embedding space via lightweight linear layers. This unified design reduces multimodal latency, lowers the memory footprint (24 GB at BF16, ~7.65 GB with Q4_0 quantization for weights alone), and allows the entire model to be fine-tuned in a single pass. The model handles text, image, and audio inputs with a 256K token context window — matching the largest Gemma 4 variants.
Benchmarks position the 12B Unified as a strong mid-tier model that punches above its weight. On GPQA Diamond (78.8%), it outperforms Llama 4 Scout's 74.3% despite having fewer active parameters. Its AIME 2026 score of 77.5% and LiveCodeBench v6 score of 72.0% demonstrate robust mathematical and coding reasoning. However, there is a meaningful quality gap to the 31B Dense (GPQA 84.3%, AIME 89.2%) and even the 26B-A4B MoE (GPQA 82.3%, AIME 88.3%), particularly on complex multi-step reasoning tasks like HLE (5.2% vs 19.5% for 31B) and BigBench Extra Hard (53.0% vs 74.4%). The model supports native function calling for agentic workflows, configurable thinking modes for step-by-step reasoning, and multilingual support across 35+ languages with pre-training on 140+.
The 12B Unified targets developers who need a laptop-deployable multimodal model with audio capability — a niche no other medium-sized Gemma fills. It runs on consumer hardware with 16GB VRAM (8-bit) or 8–10GB (4-bit), making it accessible for local prototyping, privacy-sensitive document processing, and agentic coding workflows. Released under Apache 2.0 with day-one support across Hugging Face Transformers, llama.cpp, Ollama, MLX, SGLang, and vLLM, it arrives as the most deployability-optimized entry in the Gemma 4 lineup.
Sources
Analysis generated: 2026-07-17