Google releases Gemma 4 12B, an open-weights multimodal AI model with about 12 billion parameters, licensed under Apache 2.0. Google positions the model for local use on everyday laptops, saying it can run with 16GB of VRAM or unified memory. The company describes Gemma 4 12B as “agentic” and multimodal, with capabilities that include processing text and understanding visual inputs, as well as native audio support.

A central architectural change is an “encoder-free” or unified design. Instead of using separate encoders to translate images and audio into representations for an LLM, Gemma 4 12B routes vision and audio inputs directly toward the language-model backbone. The vision path replaces a typical vision encoder with a lightweight embedding module, while the audio path removes an audio encoder and projects the raw audio signal into the model’s token space.

Google also says the model is “drafters-ready,” shipping with Multi-Token Prediction (MTP) drafters to reduce latency. Sources further report a large context window (256K tokens), local/offline demonstration workflows via Google AI Edge, and availability of model weights and developer tooling through platforms such as Hugging Face and Kaggle.