Today, we introduce Gemma 4 12B, our latest model designed to bring agentic multimodal intelligence directly to laptops. Bridging the gap between our edge-friendly E4B and our more advanced 26B Mixture of Experts (MoE), Gemma 4 12B packages powerful capabilities inside a reduced memory footprint. It is also our first mid-sized model to feature native audio inputs. Thanks to the developer community, Gemma 4 models have now crossed 150 million downloads. We are excited to see what you build with this latest addition.
What Makes Gemma 4 12B Unique
- Novel Unified Architecture: No multimodal encoders. Vision and audio inputs flow directly into the LLM backbone.
- Advanced Reasoning: Benchmark performance nearing our 26B model, unlocking powerful multi-step reasoning and agentic workflows.
- Laptop Ready: Small enough to run locally with just 16GB of VRAM or unified memory.
- Open and Accessible: Released under an Apache 2.0 license with support across the developer ecosystem.
- Drafter-Ready: Equipped with Multi-Token Prediction (MTP) drafters to reduce latency.
These features bring advanced multimodal capabilities to everyday hardware without sacrificing speed or reasoning.
Run State-of-the-Art Agents Locally
Gemma 4 12B delivers performance nearing our larger 26B MoE model on standard benchmarks, but at less than half the total memory footprint. It is small enough to run locally on consumer laptops with 16GB of RAM, unlocking powerful multimodal and agentic experiences right on your machine.
Uniquely Efficient Unified Architecture
What makes Gemma 4 12B stand out is its streamlined approach to processing visual and audio inputs. Traditional multimodal models typically rely on separate encoders to translate images and audio before passing those representations to the language model. Because these split encoders add latency and increase memory usage, we trained Gemma 4 12B with an encoder-free architecture to integrate audio and vision input directly.
How Gemma 4 12B Processes Multimodal Inputs
- Vision: We replaced Gemma 4’s vision encoder with a lightweight embedding module consisting of a single matrix multiplication, positional embedding, and normalizations. This allows the LLM backbone to take over visual processing.
- Audio: We simplified audio processing even further by removing the audio encoder entirely and projecting the raw audio signal into the same dimensional space as text tokens.
Get Started with Gemma 4 12B
- Try It Yourself: Experiment with a couple of clicks in LM Studio, Ollama, Google AI Edge Gallery App, the Google AI Edge Eloquent app, and the LiteRT-LM CLI.
- Download Weights: Download the pre-trained and instruction-tuned checkpoints directly from Hugging Face and Kaggle.
- Integrate & Learn: Review the developer documentation and the quick start notebook.
- Use Your Favorite Development Tools: Implement local inference pipelines with Hugging Face Transformers, llama.cpp, MLX, SGLang, and vLLM, or fine-tune with efficiency using Unsloth.
Unlock Agentic Development
To support agents to build with the latest Gemma advancements, we are releasing our official Skills Repository. This is a library of skills designed specifically to enable agents to build with Gemma models. Deploy your way: Spin up endpoints in production using Google Cloud. Deploy your way through Gemini Enterprise Agent Platform Model Garden, Cloud Run, and GKE.