vLLM-Omni: one server for multimodal
vLLM announced vLLM‑Omni, an open‑source framework that serves text, image, video, and audio models from the same stack and adds diffusion model support plus fast parallel multimodal generation. The release promises a single serving surface for mixed‑modality inference workflows — potentially simplifying infra for omni‑modal RAG and retrieval pipelines. (x.com)
vLLM‑Omni exposes a "stage" abstraction that lets developers decompose complex any‑to‑any model graphs into discrete stages for explicit scheduling and dataflow control. (arxiv.org) The system ships a disaggregated stage execution backend plus an "OmniConnector" that routes data and dynamically reallocates resources across stages to enable pipelined, overlapping execution and higher throughput. (docs.vllm.ai) The repo adds explicit support for non‑autoregressive Diffusion Transformers (DiT) and lists compatibility helpers for popular Hugging Face models as well as Helios and Helios‑Mid / Distilled variants in recent release notes. (github.com) vLLM‑Omni was described in an arXiv paper titled "vLLM‑Omni: Fully Disaggregated Serving for Any‑to‑Any Multimodal Models" submitted Feb 2, 2026, and the manuscript is published under a CC BY 4.0 license. (arxiv.org) Recent project milestones include a feature‑heavy v0.14.0 that the project says contained roughly 180 commits and ~70 contributors, and a v0.17.0rc1 prerelease that the GitHub release notes summarize as ~70 commits across 72 PRs from 30+ contributors. (newreleases.io) (github.com) Packaging and deployment artifacts are already live: a vllm‑omni PyPI package is published, the docs list an OpenAI‑compatible API server and a Helm chart PR has been opened to simplify Kubernetes deployments, and the docs document support for CUDA, ROCm and various XPU/NPU backends. (pypi.org) (github.com) (docs.vllm.ai) Community signals show active adoption and outreach: the GitHub repository has about 3.2k stars and the README/News section highlights a public deep‑dive at the vLLM Hong Kong Meetup in March 2026 plus a community "vllm‑omni‑skills" project for shared assistant skills. (github.com)