Skip to content
Tools · Jul 12, 2026

vLLM v0.25.0 drops PagedAttention, makes Model Runner V2 default, adds multimodal and speculative decoding features

The open-source vLLM project released version 0.25.0 with Model Runner V2 as the default execution path, removal of PagedAttention, and new support for multimodal models, realtime embeddings, and universal speculative decoding.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Model Runner V2 is now the default for all dense models in vLLM v0.25.0.
  • PagedAttention has been removed and the legacy attention implementation deleted.
  • New features include realtime embeddings, EVS support, multimodal-prefix bidirectional attention, and dynamic speculative decoding compatible with full CUDA graphs.
  • The Transformers modeling backend is now as fast as native vLLM and gained FP8 MoE support.
  • New models added: LLaVA-OneVision-2, Unlimited OCR, MOSS-Transcribe-Diarize, openai/privacy-filter, and Hy3.

The vLLM project released version 0.25.0 with Model Runner V2 (MRv2) now the default execution path for all dense models, replacing the previous standard path and removing PagedAttention. The release notes state that MRv2 introduces support for EVS, realtime embeddings, prefix caching for Mamba hybrid models, multimodal-prefix bidirectional attention, and dynamic speculative decoding compatible with full CUDA graphs.

The legacy attention implementation has been deleted as V1/MRv2 backends have become the standard. The Transformers modeling backend is now reported to be as fast as native vLLM, with added support for FP8 MoE, fixes for CUDA graph and embed scaling, and migrations for GPTBigCode/Starcoder2 and RoBERTa models.

New models added in this release include LLaVA-OneVision-2, Unlimited OCR with a Triton R-SWA backend, MOSS-Transcribe-Diarize, openai/privacy-filter, and Hy3 with token-suffix and JSON Schema array support. The model zoo also added GLM-5 and DeepSeek-V3.2, with GLM-5.2 tuning and MiniMax-M3 gaining pipeline parallelism and NVFP4 support.

A new Streaming Parser Engine provides a unified tool-call and reasoning parsing framework, including a Kimi k2.5/k2.6/k2.7 parser and ports of seed_oss and DeepSeek V4. The Rust frontend matured with HTTPS/mTLS support, a DP supervisor, and profiler control routes.

Universal speculative decoding for heterogeneous vocabularies (TLI) was introduced, along with new DSpark and DFlash drafters. The release includes 558 commits from 232 contributors, including 64 new contributors.

Engine core changes include EVS and realtime embeddings support, Mamba hybrid prefix caching, multimodal-prefix bidirectional attention, and fixes for cross-attention warmup and block-table management. Speculative decoding now supports universal decoding for heterogeneous vocabularies, with DSpark and DFlash drafters and backend selection improvements.

Sources
  1. 01GitHub · vllm-project/vllm releasesv0.25.0
Also on Tools

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.