AI 비교하기AI 사용하기AI 최신정보AI 커뮤니티
Our VisionTermsPrivacyContact

Google Introduces Encoder-Free Gemma 4 12B Multimodal Model

Google Introduces Encoder-Free Gemma 4 12B Multimodal Model

Google Blog
Thursday, June 4, 2026
  • •Google released Gemma 4 12B, a mid-sized multimodal model for local laptop use.
  • •The model features an encoder-free architecture, processing audio and vision natively within the language backbone.
  • •Gemma 4 12B runs on 16GB of VRAM, offering performance near the 26B MoE model.
  • •Google released Gemma 4 12B, a mid-sized multimodal model for local laptop use.
  • •The model features an encoder-free architecture, processing audio and vision natively within the language backbone.
  • •Gemma 4 12B runs on 16GB of VRAM, offering performance near the 26B MoE model.

Google DeepMind released Gemma 4 12B on June 3, 2026, a mid-sized multimodal model designed to run locally on consumer laptops. The model is optimized for hardware with 16GB of VRAM or unified memory, bridging the gap between the edge-friendly E4B version and the larger 26B Mixture of Experts (MoE) model. Gemma 4 12B supports native audio inputs and agentic workflows, with overall performance approaching that of the larger 26B variant.

A defining feature of the model is its encoder-free architecture. Unlike traditional multimodal systems that use separate encoders to process image and audio data, Gemma 4 12B integrates these inputs directly into the language model backbone. For visual processing, it utilizes a lightweight embedding module involving a single matrix multiplication and normalizations. Audio processing is further simplified by projecting raw audio signals into the same dimensional space as text tokens, removing the need for dedicated audio encoders entirely.

Gemma 4 12B includes Multi-Token Prediction (MTP) drafters (a technique predicting multiple future tokens simultaneously to reduce wait times) to minimize inference latency. The model is available under an Apache 2.0 license, with weights accessible on Hugging Face and Kaggle. Developers can integrate the model using tools such as Hugging Face Transformers, llama.cpp, MLX, SGLang, and vLLM. Google also launched a Skills Repository to assist in building agentic applications, while production-grade deployment remains supported via Google Cloud’s Gemini Enterprise Agent Platform, Cloud Run, and GKE. This release follows a milestone for the series, which has surpassed 150 million total downloads.

Google DeepMind released Gemma 4 12B on June 3, 2026, a mid-sized multimodal model designed to run locally on consumer laptops. The model is optimized for hardware with 16GB of VRAM or unified memory, bridging the gap between the edge-friendly E4B version and the larger 26B Mixture of Experts (MoE) model. Gemma 4 12B supports native audio inputs and agentic workflows, with overall performance approaching that of the larger 26B variant.

A defining feature of the model is its encoder-free architecture. Unlike traditional multimodal systems that use separate encoders to process image and audio data, Gemma 4 12B integrates these inputs directly into the language model backbone. For visual processing, it utilizes a lightweight embedding module involving a single matrix multiplication and normalizations. Audio processing is further simplified by projecting raw audio signals into the same dimensional space as text tokens, removing the need for dedicated audio encoders entirely.

Gemma 4 12B includes Multi-Token Prediction (MTP) drafters (a technique predicting multiple future tokens simultaneously to reduce wait times) to minimize inference latency. The model is available under an Apache 2.0 license, with weights accessible on Hugging Face and Kaggle. Developers can integrate the model using tools such as Hugging Face Transformers, llama.cpp, MLX, SGLang, and vLLM. Google also launched a Skills Repository to assist in building agentic applications, while production-grade deployment remains supported via Google Cloud’s Gemini Enterprise Agent Platform, Cloud Run, and GKE. This release follows a milestone for the series, which has surpassed 150 million total downloads.

Read original (English)·Jun 3, 2026
#gemma 4#multimodal#local inference#encoder free#agentic ai#google deepmind