<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>vLLM Blog</title>
    <link>https://vllm.ai/blog</link>
    <description>Technical articles, release announcements, model guides, and community updates from the vLLM project.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 10 Sep 2026 21:45:48 GMT</lastBuildDate>
    <atom:link href="https://vllm.ai/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Following the Bottleneck: Optimizing MiniMax M3 on AMD Instinct MI355X</title>
      <link>https://vllm.ai/blog/2026-09-10-minimax-m3-mi355x</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-10-minimax-m3-mi355x</guid>
      <pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate>
      <description>A performance model for LLM serving: inspect local shapes, remove repeated work, verify data movement and dispatch, then follow the queue.</description>
      <category>hardware</category>
      <category>performance</category>
      <category>moe</category>
      <category>speculative-decoding</category>
      <category>disaggregation</category>
      <dc:creator>AMD and Embedded LLM Teams</dc:creator>
    </item>
    <item>
      <title>Tiered KV Cache Offloading in vLLM</title>
      <link>https://vllm.ai/blog/2026-09-10-tiered-kv-offloading</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-10-tiered-kv-offloading</guid>
      <pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate>
      <description>A host-centric framework for scaling KV cache across host memory, filesystems, object stores, and remote peers — reducing recomputation and increasing serving capacity.</description>
      
      <dc:creator>Or Ozeri, Danny Harnik, Ronen Schaffer, Itay Etelis, Varun Sundar Rabindranath</dc:creator>
    </item>
    <item>
      <title>GLM 5.3 Optimizations, Part 1: Hybrid HiSparse Offloading in vLLM</title>
      <link>https://vllm.ai/blog/2026-09-08-glm53-part1-hybrid-sparse-offloading</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-08-glm53-part1-hybrid-sparse-offloading</guid>
      <pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate>
      <description>vLLM integrates HiSparse as a pressure-driven memory tier that composes with the Hybrid Memory Allocator and KV offloading, letting GLM 5.3 requests keep decoding when their KV no longer fits in GPU memory, so concurrency stays high.</description>
      <category>glm</category>
      <category>kv-cache</category>
      <category>performance</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>vLLM x AgentX: Optimizing for Real-World Agentic Serving</title>
      <link>https://vllm.ai/blog/2026-09-08-vllm-agentx</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-08-vllm-agentx</guid>
      <pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate>
      <description>How vLLM optimizes KV cache management, parallelism, scheduling, and P/D disaggregation for agentic workloads, validated on SemiAnalysis AgentX with up to 130K tokens per GPU-second and a 14.6x-106x serving-cost advantage over Opus 5.</description>
      <category>agentic</category>
      <category>kv_cache</category>
      <category>parallelism</category>
      <category>large-scale-serving</category>
      <category>disaggregation</category>
      <category>performance</category>
      <dc:creator>vLLM Team and Inferact</dc:creator>
    </item>
    <item>
      <title>Serving LLMs on Tenstorrent Hardware: Inside the vLLM TT Plugin</title>
      <link>https://vllm.ai/blog/2026-09-07-vllm-tt-plugin</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-07-vllm-tt-plugin</guid>
      <pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
      <description>Tenstorrent accelerators join vLLM as an out-of-tree platform plugin, driven by mesh-architecture choices: phase-based scheduling, single-process data parallelism on Galaxy, on-device sampling with host fallback, and async decode overlap.</description>
      <category>hardware</category>
      <category>ecosystem</category>
      <dc:creator>Tenstorrent Team</dc:creator>
    </item>
    <item>
      <title>MiniMax H3 on vLLM-Omni: From System-Wide Optimization to Real-Time Serving with FastVideo’s FastH3</title>
      <link>https://vllm.ai/blog/2026-09-01-minimax-h3-production-serving</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-09-01-minimax-h3-production-serving</guid>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
      <description>How vLLM-Omni optimizes and scales the complete MiniMax H3 stack, then integrates FastVideo’s four-step FastH3 for generation faster than playback.</description>
      <category>performance</category>
      <category>large-scale-serving</category>
      <category>multimodal</category>
      <category>vllm-omni</category>
      <category>fastvideo</category>
      <category>fasth3</category>
      <dc:creator>vLLM-Omni Team</dc:creator>
    </item>
    <item>
      <title>Exploring Speculative Decoding in vLLM on AMD GPUs</title>
      <link>https://vllm.ai/blog/2026-08-23-speculative-decoding-amd-gpus</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-23-speculative-decoding-amd-gpus</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to speculative decoding in vLLM on AMD GPUs, covering draft-and-verify mechanics, MTP, EAGLE-3, DFlash, DSpark, configuration, tuning, and benchmark results.</description>
      <category>speculative-decoding</category>
      <category>amd</category>
      <dc:creator>AMD and Embedded LLM</dc:creator>
    </item>
    <item>
      <title>Large-Scale Sharded Weight Transfer with Ray Direct Transport (RDT) in vLLM</title>
      <link>https://vllm.ai/blog/2026-08-22-rdt-weight-transfer</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-22-rdt-weight-transfer</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>We implement a native sharded weight transfer engine in vLLM utilizing Ray Direct Transport (RDT), achieving weight transfer for the Kimi K2 model in BF16 on 48 8xH100 nodes in 7.53s</description>
      <category>reinforcement-learning</category>
      <category>performance</category>
      <dc:creator>Aaron Hao, Sumanth Hegde, Gal Meirom, Istvan Haller, Kourosh Hakhamaneshi, Gavin Parnaby, Moein Khazraee, Omri Kahalon</dc:creator>
    </item>
    <item>
      <title>IsoExec: Unified Execution to Eliminate Trainer-Inference Mismatch in SkyRL</title>
      <link>https://vllm.ai/blog/2026-08-21-isoexec</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-21-isoexec</guid>
      <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
      <description>IsoExec unifies numerical execution across SkyRL&apos;s vLLM and Megatron runtimes, reducing the average rollout-versus-training logprob difference below 1e-6 on Qwen3.5-35B-A3B with 25% overhead.</description>
      <category>reinforcement-learning</category>
      <category>performance</category>
      <dc:creator>Alexander Jiang and the SkyRL Team</dc:creator>
    </item>
    <item>
      <title>VeRL-Omni v0.2.0: Faster Diffusion RL and Stable Omni Training</title>
      <link>https://vllm.ai/blog/2026-08-20-verl-omni-v0-2-0</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-20-verl-omni-v0-2-0</guid>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <description>A release focused on higher-throughput diffusion rollout, reusable omni adapters, and broader recipe coverage.</description>
      <category>multimodal</category>
      <category>rlhf</category>
      <category>ecosystem</category>
      <category>performance</category>
      <dc:creator>VeRL-Omni Team</dc:creator>
    </item>
    <item>
      <title>Distributed Layerwise Offload: Scaling Toward 200B+ DiT Models Efficiently in vLLM-Omni</title>
      <link>https://vllm.ai/blog/2026-08-17-distributed-layerwise-offload</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-17-distributed-layerwise-offload</guid>
      <pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate>
      <description>Distributed Layerwise Offload shards and streams DiT weights across devices, serving a measured 124 GB Cosmos3 model on 64 GB HBM and estimating a path toward 200B+ models.</description>
      <category>performance</category>
      <category>distributed</category>
      <category>vllm-omni</category>
      <category>cosmos3</category>
      <dc:creator>vLLM-Omni Diffusion Team</dc:creator>
    </item>
    <item>
      <title>Adaptive Verification in vLLM: DSpark confidence-scheduled verification</title>
      <link>https://vllm.ai/blog/2026-08-14-dspark-adaptive-verification</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-14-dspark-adaptive-verification</guid>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <description>Sizing the DSpark draft-verification budget from per-request confidence instead of verifying every drafted token, so one configuration holds the throughput/latency frontier from batch size 1 to 256.</description>
      <category>performance</category>
      <category>speculative-decoding</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>Day 0 Support for Qwen3.8-2.4T-A95B on vLLM</title>
      <link>https://vllm.ai/blog/2026-08-12-qwen3.8</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-12-qwen3.8</guid>
      <pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate>
      <description>Day-0 vLLM support for Qwen3.8-2.4T-A95B: a 2.4-trillion-parameter hybrid MoE model served out of the box, with FP8/BF16 checkpoints plus NVFP4 and MXFP4 quantized weights, and co-developed kernels on NVIDIA and AMD hardware.</description>
      <category>model-support</category>
      <category>quantization</category>
      <category>moe</category>
      <category>performance</category>
      <category>hardware</category>
      <dc:creator>vLLM Team and Inferact</dc:creator>
    </item>
    <item>
      <title>Announcing Day-0 Support for NVIDIA Nemotron 3.5 Lightning on vLLM</title>
      <link>https://vllm.ai/blog/2026-08-10-nemotron-3-5-lightning-vllm</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-10-nemotron-3-5-lightning-vllm</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <description>How vLLM serves NVIDIA Nemotron 3.5 Lightning with OpenAI-compatible APIs, speculative decoding, and BF16/NVFP4 checkpoints across NVIDIA GPUs and edge systems.</description>
      <category>model-support</category>
      <dc:creator>NVIDIA Nemotron Team and vLLM Team</dc:creator>
    </item>
    <item>
      <title>Efficient Decode Context Parallelism with vLLM for Long Context Workloads</title>
      <link>https://vllm.ai/blog/2026-08-07-decode-context-parallelism</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-07-decode-context-parallelism</guid>
      <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
      <description>Decode Context Parallelism (DCP) in vLLM shards KV cache across GPUs by sequence dimension, enabling 3× higher throughput on long-context agentic workloads compared to standard tensor parallelism.</description>
      <category>performance</category>
      <category>attention</category>
      <category>parallelism</category>
      <dc:creator>Seonghee Lee, Sungsoo Ha, Omri Almog (NVIDIA), Lucas Wilkinson (Red Hat AI)</dc:creator>
    </item>
    <item>
      <title>vLLM Reaches 25K Total TPS/GPU on Qwen3.5</title>
      <link>https://vllm.ai/blog/2026-08-06-qwen35-25k-tps</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-08-06-qwen35-25k-tps</guid>
      <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
      <description>How vLLM reaches 25K total TPS/GPU on Qwen3.5-397B-A17B-NVFP4 with GB200 NVL72 disaggregated serving, Blackwell GDN kernels, HMA cache transfer, async scheduling fixes, and srt-slurm recipes.</description>
      <category>performance</category>
      <category>qwen3.5</category>
      <category>disaggregation</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>Optimizing vLLM on Arm CPUs</title>
      <link>https://vllm.ai/blog/2026-07-29-optimizing-vllm-on-arm-cpus</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-29-optimizing-vllm-on-arm-cpus</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>An overview of Arm CPU enablement and inference performance optimizations in vLLM.</description>
      <category>hardware</category>
      <category>performance</category>
      <dc:creator>Arm Team</dc:creator>
    </item>
    <item>
      <title>Parallel All the Way Down: Beyond Single-Token Generation with Speculative Decoding</title>
      <link>https://vllm.ai/blog/2026-07-28-speculators-parallel-drafting</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-28-speculators-parallel-drafting</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>Speculators and vLLM now support P-EAGLE, DFlash, and DSpark — three parallel drafting algorithms that move beyond sequential token generation to deliver faster, simpler, and more scalable speculative decoding for LLM serving.</description>
      <category>speculators</category>
      <category>speculative_decoding</category>
      <category>peagle</category>
      <category>dflash</category>
      <category>dspark</category>
      <dc:creator>Alexandre Marques, Megan Flynn, Helen Zhao, Krishna Teja Chitty Venkata, Chibueze Ukachi (Red Hat AI)</dc:creator>
    </item>
    <item>
      <title>Kimi K3 Is Here: Efficient Day-0 Support on vLLM</title>
      <link>https://vllm.ai/blog/2026-07-27-k3</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-27-k3</guid>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
      <description>vLLM delivers day-0 Kimi K3 serving with hybrid KDA prefix caching, DSpark speculative decoding, production-scale disaggregation, and optimized kernels across NVIDIA and AMD GPUs.</description>
      <category>models</category>
      <category>performance</category>
      <category>prefix caching</category>
      <category>multimodal</category>
      <dc:creator>vLLM Team and Inferact</dc:creator>
    </item>
    <item>
      <title>From Day 0 to Production SLAs: Serving GLM-5.2 on 24 NVIDIA B300 GPUs with vLLM</title>
      <link>https://vllm.ai/blog/2026-07-23-glm-5.2-nvfp4-b300-pd</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-23-glm-5.2-nvfp4-b300-pd</guid>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <description>How we took GLM-5.2-NVFP4 from 40 ms to 17 ms mean TPOT on 24 B300 GPUs with vLLM: P/D disaggregation, MTP speculative decoding, Model Runner V2, and the SLA-first trade-offs behind the final configuration.</description>
      <category>disaggregation</category>
      <category>performance</category>
      <category>speculative-decoding</category>
      <category>moe</category>
      <category>large-scale-serving</category>
      <dc:creator>DaoCloud Team</dc:creator>
    </item>
    <item>
      <title>Announcing vLLM AFD Plugin: Disaggregating Attention and FFN for Flexible MoE Serving</title>
      <link>https://vllm.ai/blog/2026-07-23-vllm-afd-plugin</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-23-vllm-afd-plugin</guid>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <description>What vLLM AFD Plugin adds to the vLLM ecosystem: Attention–FFN disaggregation for MoE serving, GPU and Ascend NPU backends, connector-based execution, and graph and ubatching support.</description>
      <category>inference</category>
      <category>moe</category>
      <category>ecosystem</category>
      <dc:creator>AFD Plugin Contributors</dc:creator>
    </item>
    <item>
      <title>A Preview of Production-Scale Kimi K3 Support on vLLM</title>
      <link>https://vllm.ai/blog/2026-07-22-kimi-k3-preview</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-22-kimi-k3-preview</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <description>A preview of production-scale Kimi K3 support in vLLM, including KDA-aware prefix caching, fused kernels, optimized MXFP4 MoE, multimodal integration, and initial NVIDIA and AMD paths.</description>
      <category>models</category>
      <category>performance</category>
      <category>prefix caching</category>
      <category>multimodal</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>Beyond a Single Model: Building Mixture-of-Models Systems with vLLM Semantic Router</title>
      <link>https://vllm.ai/blog/2026-07-21-vllm-sr-new-chapter-mom</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-21-vllm-sr-new-chapter-mom</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <description>vLLM Semantic Router is expanding from intelligent routing into a system for building, evaluating, and running Mixture-of-Models.</description>
      <category>ecosystem</category>
      <category>mixture-of-models</category>
      <category>semantic-router</category>
      <dc:creator>vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>Keeping vLLM Production Quality: A Look Inside CI, Benchmarking, and the Release Process</title>
      <link>https://vllm.ai/blog/2026-07-16-keeping-vllm-production-quality</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-16-keeping-vllm-production-quality</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <description>How vLLM maintains production quality with extensive CI across diverse accelerators, nightly performance benchmark and accuracy evaluation, and a two-week release process.</description>
      <category>ci</category>
      <category>performance</category>
      <category>evaluation</category>
      <category>release</category>
      <dc:creator>Kevin Luu (Inferact)</dc:creator>
    </item>
    <item>
      <title>TML Inkling on vLLM: Day-0 Support with Optimized Performance</title>
      <link>https://vllm.ai/blog/2026-07-15-inkling</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-15-inkling</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <description>vLLM brings day-0 support to TML Inkling, a 1T-parameter multimodal model, with MTP, long-context serving, parallelism, and up to 380 tokens per second per user on NVIDIA GB200 GPUs.</description>
      <category>model-support</category>
      <category>performance</category>
      <category>multimodal</category>
      <category>speculative-decoding</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>vLLM x TileRT: Specialized Decode for Latency-Critical Serving</title>
      <link>https://vllm.ai/blog/2026-07-14-vllm-tilert-pd</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-14-vllm-tilert-pd</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description>vLLM prefill paired with TileRT decode through vLLM V1&apos;s connector interface: a specialized, latency-optimized decode engine that coexists with native vLLM decode behind one shared serving layer, with zero changes to vLLM.</description>
      <category>disaggregation</category>
      <category>performance</category>
      <category>ecosystem</category>
      <dc:creator>TileRT team</dc:creator>
    </item>
    <item>
      <title>EAGLE3 Speculative Decoding on AMD Instinct GPUs: Training and Serving with vLLM and AMD Quark</title>
      <link>https://vllm.ai/blog/2026-07-13-eagle-3-amd-instinct</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-13-eagle-3-amd-instinct</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <description>How AMD Quark trains, quantizes, and serves EAGLE3 speculative-decoding drafts with vLLM on AMD Instinct GPUs, delivering up to 2.00x throughput gains for Kimi-K2.5 and 1.79x for MiniMax-M2.5.</description>
      <category>performance</category>
      <category>hardware</category>
      <dc:creator>Larry Li, Chao Li, Haichen Zhang, Chun Fang, Andy Luo, Spandan Tiwari, and Ashish Sirasao</dc:creator>
    </item>
    <item>
      <title>vime + ROCm: End-to-End RL Post-Training on AMD Instinct™ GPUs</title>
      <link>https://vllm.ai/blog/2026-07-10-vime-rocm</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-10-vime-rocm</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <description>Announcing ROCm support for vime, now running end-to-end on AMD Instinct MI355X GPUs with prebuilt container.</description>
      <category>reinforcement-learning</category>
      <category>hardware</category>
      <category>ecosystem</category>
      <category>post-training</category>
      <dc:creator>AMD contributors &amp; vime community</dc:creator>
    </item>
    <item>
      <title>vLLM × HPC-Ops: High-Performance Attention and MoE Backends from Tencent Hunyuan</title>
      <link>https://vllm.ai/blog/2026-07-06-vllm-hpc-ops</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-06-vllm-hpc-ops</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <description>How HPC-Ops integrates Hopper-optimized attention and FP8 MoE backends into vLLM for Tencent Hunyuan Hy3, improving mixed-length decode, MoE latency, TTFT, and TPOT on NVIDIA H20.</description>
      <category>performance</category>
      <category>attention</category>
      <category>moe</category>
      <category>hpc-ops</category>
      <dc:creator>Tencent Hunyuan AI Infra Team and vLLM Team</dc:creator>
    </item>
    <item>
      <title>Experience and Lessons Learned from Serving Multi-Stage Qwen3-Omni in vLLM-Omni</title>
      <link>https://vllm.ai/blog/2026-07-01-qwen3-omni-optimization</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-07-01-qwen3-omni-optimization</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <description>How vLLM-Omni serves and optimizes Qwen3-Omni with staged Thinker-Talker-Code2Wav execution, batching, CUDA Graphs, async chunk, async output, replicas, hot-path cleanup, and perf validation.</description>
      <category>performance</category>
      <category>multimodal</category>
      <category>vllm-omni</category>
      <dc:creator>vLLM-Omni Team and Ant Group SCT Team</dc:creator>
    </item>
    <item>
      <title>Micro-Agent: Beat Frontier Models with Collaboration inside Model API</title>
      <link>https://vllm.ai/blog/2026-06-29-micro-agent-frontier-models</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-29-micro-agent-frontier-models</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <description>How vLLM Semantic Router turns vllm-sr/auto into a bounded micro-agent runtime for Confidence, Ratings, ReMoM, Fusion, Workflows, and benchmark-shaped collaboration.</description>
      <category>ecosystem</category>
      <category>agentic-routing</category>
      <dc:creator>vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>Engineering TTS Inference in vLLM-Omni</title>
      <link>https://vllm.ai/blog/2026-06-23-vllm-omni-tts</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-23-vllm-omni-tts</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <description>How vLLM-Omni supports and optimizes Qwen3-TTS, VoxCPM2, Higgs Audio V3, and Fish Speech S2 Pro with staged serving, batching, CUDA Graphs, and model-specific kernels.</description>
      <category>performance</category>
      <category>multimodal</category>
      <category>inference</category>
      <dc:creator>vLLM-Omni TTS Team</dc:creator>
    </item>
    <item>
      <title>Beyond One Model: Fusion in vLLM Semantic Router</title>
      <link>https://vllm.ai/blog/2026-06-16-vllm-sr-fusion-api</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-16-vllm-sr-fusion-api</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description>How vLLM Semantic Router Fusion runs a panel of models, uses a judge to analyze agreement and gaps, and synthesizes one answer while preserving routing policy, traces, and OpenAI-compatible serving.</description>
      <category>ecosystem</category>
      <dc:creator>vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>MiniMax M3 in vLLM: Day-0 Serving for 1M-Token Multimodal Reasoning</title>
      <link>https://vllm.ai/blog/2026-06-12-minimax-m3-vllm</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-12-minimax-m3-vllm</guid>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
      <description>How vLLM serves MiniMax M3 with MiniMax Sparse Attention, multimodal and reasoning parsers, MXFP8 weights, and long-context deployment recipes.</description>
      <category>minimax</category>
      <category>day-0-support</category>
      <category>moe</category>
      <category>long-context</category>
      <dc:creator>vLLM Team</dc:creator>
    </item>
    <item>
      <title>DiffusionGemma: The First Diffusion LLM (dLLM) Natively Supported in vLLM</title>
      <link>https://vllm.ai/blog/2026-06-10-diffusion-gemma</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-10-diffusion-gemma</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description>How vLLM supports DiffusionGemma, the first native diffusion language model in vLLM, using Model Runner V2 state hooks, iterative denoising, bidirectional attention, and reused speculative decoding paths.</description>
      <category>model</category>
      <category>ecosystem</category>
      <category>inference</category>
      <dc:creator>The vLLM Team and Google DeepMind Team</dc:creator>
    </item>
    <item>
      <title>Announcing vime: A Simple, Stable, and Efficient RL Framework for LLMs</title>
      <link>https://vllm.ai/blog/2026-06-09-announcing-vime</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-09-announcing-vime</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description>vime connects slime&apos;s training stack with vLLM rollouts to provide a simple, stable, and efficient RL post-training pipeline.</description>
      <category>reinforcement-learning</category>
      <category>ecosystem</category>
      <category>post-training</category>
      <dc:creator>vime Contributors and the vLLM Team</dc:creator>
    </item>
    <item>
      <title>vLLM Semantic Router v0.3 Themis: From Signals to Stateful Production Routing</title>
      <link>https://vllm.ai/blog/2026-06-05-v0.3-vllm-sr-themis-release</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-05-v0.3-vllm-sr-themis-release</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <description>What vLLM Semantic Router v0.3 Themis adds for production routing: canonical config, inspectable signal-decision-policy flows, safer operations, CLI/dashboard/Kubernetes alignment, and replayable routing behavior.</description>
      <category>ecosystem</category>
      <dc:creator>vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>Announcing Day-0 Support for NVIDIA Nemotron 3 Ultra on vLLM</title>
      <link>https://vllm.ai/blog/2026-06-04-nemotron-3-ultra-vllm</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-04-nemotron-3-ultra-vllm</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to serve NVIDIA Nemotron 3 Ultra with vLLM for long-running agentic reasoning, including BF16 and NVFP4 checkpoints, supported GPU configurations, OpenAI-compatible deployment, and NeMo RL integration.</description>
      <category>model-support</category>
      <dc:creator>NVIDIA Nemotron Team</dc:creator>
    </item>
    <item>
      <title>Fast &amp; Efficient LLM Inference with vLLM: A New Course with DeepLearning.AI</title>
      <link>https://vllm.ai/blog/2026-06-03-deeplearning-ai-vllm-course</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-03-deeplearning-ai-vllm-course</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>What the DeepLearning.AI vLLM course teaches: optimizing, deploying, and benchmarking LLM inference with LLM Compressor quantization, GuideLLM, KV cache sizing, serving, and memory tradeoffs.</description>
      <category>community</category>
      <category>ecosystem</category>
      <category>learning</category>
      <dc:creator>Cedric Clyburn</dc:creator>
    </item>
    <item>
      <title>Session-Aware Agentic Routing: Continuity-Aware Model Selection for Long-Horizon LLM Agents</title>
      <link>https://vllm.ai/blog/2026-06-02-session-aware-agentic-routing</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-02-session-aware-agentic-routing</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>How Session-Aware Agentic Routing in vLLM Semantic Router preserves long-horizon agent continuity with session memory, safe model-switch boundaries, prefix-cache-aware switch pricing, and replayable traces.</description>
      <category>ecosystem</category>
      <category>performance</category>
      <category>agentic-routing</category>
      <dc:creator>Xunzhuo Liu, Bowei He, Huamin Chen, Haichen Zhang (AMD), Andy Luo (AMD), and the vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>Accelerating vLLM-Omni Inference with AutoRound Quantization</title>
      <link>https://vllm.ai/blog/2026-06-02-vllm-omni-autoround</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-02-vllm-omni-autoround</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>How AutoRound integrates with vLLM-Omni to serve W4A16 quantized multimodal, diffusion, image, and video models with smaller checkpoints, preserved quality, Intel XPU acceleration, and NVIDIA GPU support.</description>
      <category>quantization</category>
      <category>multimodal</category>
      <category>vllm-omni</category>
      <category>hardware</category>
      <dc:creator>vLLM-Omni Community, Intel AutoRound Team</dc:creator>
    </item>
    <item>
      <title>vLLM on the DGX Spark: Architecture, Configuration, and Local Evaluation</title>
      <link>https://vllm.ai/blog/2026-06-01-vllm-dgx-spark</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-06-01-vllm-dgx-spark</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to run vLLM on NVIDIA DGX Spark and GB10 systems, including unified memory behavior, NVFP4 Nemotron-3-Super serving, Docker deployment, Prometheus metrics, and local evaluation results.</description>
      <category>dgx-spark</category>
      <category>nemotron</category>
      <category>hardware</category>
      <category>deployment</category>
      <category>computex</category>
      <dc:creator>Inferact</dc:creator>
    </item>
    <item>
      <title>Accelerating Laguna XS.2 Inference with vLLM, Speculators, and LLM Compressor</title>
      <link>https://vllm.ai/blog/2026-05-28-laguna-xs2-dflash-llm-compressor</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-28-laguna-xs2-dflash-llm-compressor</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>How Laguna XS.2 is served and optimized in vLLM using first-class model integration, a DFlash speculator trained with Speculators, and FP8, NVFP4, INT4, and INT8 checkpoints from LLM Compressor.</description>
      <category>quantization</category>
      <category>speculative-decoding</category>
      <category>speculators</category>
      <category>llm-compressor</category>
      <category>dflash</category>
      <dc:creator>Megan Flynn, Dipika Sikka, Alexandre Marques</dc:creator>
    </item>
    <item>
      <title>Native RL APIs in vLLM</title>
      <link>https://vllm.ai/blog/2026-05-28-native-rl-apis</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-28-native-rl-apis</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>How vLLM native RL APIs standardize weight syncing and asynchronous RL serving with NCCL and CUDA IPC transfer backends, pause mode, and fixes for fragile DPEP and disaggregated rollout deployments.</description>
      <category>reinforcement-learning</category>
      <category>async-rl</category>
      <dc:creator>Aaron Hao, Sumanth Hegde, Kyle Sayers, Kourosh Hakhamaneshi, and the vLLM team</dc:creator>
    </item>
    <item>
      <title>Speculators v0.5.0: DFlash Support and Online Training</title>
      <link>https://vllm.ai/blog/2026-05-28-speculators-v050</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-28-speculators-v050</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>What Speculators v0.5.0 adds for vLLM speculative decoding: DFlash block-diffusion draft models, unified online and offline training, native hidden-state extraction, and Gemma 4 latency results.</description>
      <category>speculative-decoding</category>
      <category>ecosystem</category>
      <dc:creator>Fynn Schmitt-Ulms, Helen Zhao, Rahul Tuli and Dipika Sikka (Red Hat AI Model Optimization Team)</dc:creator>
    </item>
    <item>
      <title>From Text to Multimodal Routing: Hardening Vision Signals in vLLM Semantic Router</title>
      <link>https://vllm.ai/blog/2026-05-28-vllm-sr-vision-encoder-hardening</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-28-vllm-sr-vision-encoder-hardening</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>How vLLM Semantic Router hardens multimodal routing by turning visual evidence into trustworthy signals, debugging a Rust/Candle vision-encoder parity issue, and validating image signal correctness for production policy.</description>
      <category>ecosystem</category>
      <category>performance</category>
      <dc:creator>David Shrader, Huamin Chen, Xunzhuo Liu, Bowei He, and the vLLM Semantic Router Team</dc:creator>
    </item>
    <item>
      <title>EAGLE 3.1: Advancing Speculative Decoding Through Collaboration Between the EAGLE Team, vLLM, and TorchSpec</title>
      <link>https://vllm.ai/blog/2026-05-26-eagle-3-1</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-26-eagle-3-1</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
      <description>How EAGLE 3.1 improves speculative decoding robustness in vLLM with FC normalization, post-norm hidden-state feedback, TorchSpec training support, and config-driven compatibility with EAGLE 3 checkpoints.</description>
      <category>speculative-decoding</category>
      <category>performance</category>
      <dc:creator>EAGLE Team, vLLM Team, and TorchSpec Team</dc:creator>
    </item>
    <item>
      <title>vLLM x Novita AI: PegaFlow for Production-Grade External KV Cache</title>
      <link>https://vllm.ai/blog/2026-05-18-pegaflow</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-18-pegaflow</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <description>How PegaFlow integrates with vLLM as an external KV cache service, using a Rust daemon, CUDA IPC, RDMA, SSD caching, and the external KV connector to improve startup, sharing, throughput, and cache lifecycle.</description>
      <category>kv_cache</category>
      <category>disaggregation</category>
      <category>performance</category>
      <category>production-serving</category>
      <dc:creator>Novita AI and the vLLM Team</dc:creator>
    </item>
    <item>
      <title>Elastic Expert Parallelism in vLLM</title>
      <link>https://vllm.ai/blog/2026-05-14-elastic-expert-parallelism</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-14-elastic-expert-parallelism</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>How Elastic Expert Parallelism lets vLLM scale Mixture-of-Experts serving up or down at runtime by changing data-parallel workers, redistributing experts, and coordinating live topology changes without server restarts.</description>
      <category>large-scale-serving</category>
      <category>elastic-ep</category>
      <category>expert-parallelism</category>
      <category>moe</category>
      <category>fault-tolerance</category>
      <dc:creator>Itay Alroy (NVIDIA), Yongji Wu (Sky Computing), Rui Qiao (Anyscale), Tyler Michael Smith (Red Hat), Moein Khazraee (NVIDIA), Omri Kahalon (NVIDIA), Tzu-Ling Kan (NVIDIA), Ron Tourgeman (NVIDIA)</dc:creator>
    </item>
    <item>
      <title>Announcing VeRL-Omni: Easy, Fast, and Stable RL Training for Diffusion and Omni-Modality Models</title>
      <link>https://vllm.ai/blog/2026-05-14-verl-omni</link>
      <guid isPermaLink="true">https://vllm.ai/blog/2026-05-14-verl-omni</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>How VeRL-Omni extends verl with vLLM-Omni for reinforcement learning post-training of diffusion and multimodal generative models, including efficient rollouts, reward inference, trainers, hardware support, and recipes.</description>
      <category>multimodal</category>
      <category>rlhf</category>
      <category>ecosystem</category>
      <dc:creator>VeRL-Omni Team</dc:creator>
    </item>
  </channel>
</rss>