model releaseGoogle DeepMind

Google DeepMind Releases Gemma 4 E4B with Multi-Token Prediction for 2x Faster Inference

TL;DR

Google DeepMind released the Gemma 4 E4B assistant model using Multi-Token Prediction (MTP) architecture that accelerates inference by up to 2x through speculative decoding. The 4.5B effective parameter model supports 128K context windows and handles text, image, and audio input with pricing not yet disclosed.

3 min read
0

Google DeepMind Releases Gemma 4 E4B with Multi-Token Prediction for 2x Faster Inference

Google DeepMind released the Gemma 4 E4B assistant model, a specialized Multi-Token Prediction (MTP) drafter that accelerates inference by up to 2x when used in speculative decoding pipelines. The model is designed for low-latency and on-device applications while maintaining identical output quality to standard generation.

Model Specifications

The Gemma 4 E4B features 4.5B effective parameters (8B total with embeddings) across 42 layers. The model employs Per-Layer Embeddings (PLE) architecture, where each decoder layer maintains its own embedding table—resulting in a smaller effective parameter count optimized for on-device deployment.

Key specifications include:

  • Context window: 128K tokens
  • Sliding window: 512 tokens
  • Vocabulary size: 262K tokens
  • Modalities: Text, image, and audio input with text output
  • Vision encoder: ~150M parameters
  • Audio encoder: ~300M parameters
  • License: Apache 2.0

How Multi-Token Prediction Works

MTP extends the base Gemma 4 model with a smaller, faster draft model that predicts multiple tokens ahead. The target model then verifies these predictions in parallel, significantly reducing latency without compromising output quality. According to Google DeepMind, this architecture is "perfect for low-latency and on-device applications."

Benchmark Performance

Google DeepMind reports the following scores for the instruction-tuned E4B model:

  • MMLU Pro: 69.4%
  • AIME 2026 (no tools): 42.5%
  • LiveCodeBench v6: 52.0%
  • Codeforces ELO: 940
  • GPQA Diamond: 58.6%
  • Vision MMMU Pro: 52.6%
  • CoVoST (audio): 35.54

These scores place the E4B below the larger 31B dense model (MMLU Pro: 85.2%) and 26B MoE model (MMLU Pro: 82.6%), but ahead of the smaller E2B variant.

Technical Architecture

The model uses a hybrid attention mechanism that alternates between local sliding window attention (512 tokens) and full global attention. The final layer always employs global attention. Global layers use unified Keys and Values with Proportional RoPE (p-RoPE) to optimize memory for long-context processing.

Multimodal Capabilities

The E4B handles variable aspect ratio and resolution images, video frame sequences, and audio input. Capabilities include document parsing, OCR across multiple languages, handwriting recognition, automatic speech recognition, and speech-to-translated-text translation.

The model supports native function calling for agentic workflows and includes a configurable "thinking mode" for step-by-step reasoning. It maintains multilingual support for 35+ languages out of the box, with pretraining on 140+ languages.

Deployment

The model is available on Hugging Face and requires the latest version of Transformers. Implementation requires loading both the target Gemma 4 E4B model and the assistant drafter model to enable the speculative decoding pipeline.

Pricing details have not been disclosed.

What This Means

The MTP architecture represents a practical approach to accelerating large language model inference without quality degradation—critical for on-device and edge deployments where latency matters. The 2x speedup claim positions this as a direct competitor to other optimization techniques like quantization or distillation, but with the advantage of maintaining exact output equivalence. The E4B's multimodal support and 128K context window make it viable for real-world applications on consumer hardware, though the lack of disclosed pricing leaves deployment costs uncertain for commercial users.

Related Articles

model release

Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier

Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.

model release

Mistral Releases Shieldstral, a 3B Open-Weights Safety Classifier That Matches Models 7x Its Size

Mistral has released Shieldstral, a 3B open-weights safety classifier that reframes content moderation as a policy-adaptive question-answering task. The model claims to match or outperform guard models up to 7x its size on text safety and multimodal benchmarks, and runs on a single 16GB GPU.

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

Google DeepMind Launches Gemini Robotics 2, a Single VLA Model for Arms to Humanoids

Google DeepMind has introduced Gemini Robotics 2, a vision-language-action model it calls its most advanced yet, designed to control everything from tabletop robot arms to full-body humanoids. The company also released Gemini Robotics ER 2, an embodied reasoning model that replaces ER 1.6.

Comments

Loading...