vLLM-Omni is a framework for efficient model inference with omni-modality models, built on top of vLLM. It supports speech, image, video, audio, and multimodal generation, aligned with upstream vLLM releases. Current version is 0.20.0, with active development and monthly release cadence.
pip install vllm-omniNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic inference with a multimodal model using vLLM's LLM interface. Ensure vllm is installed (pip install vllm).
Install the exact matching vLLM version, typically vllm==<same_version>. E.g., pip install vllm==0.20.0 vllm-omni==0.20.0
Use import from vllm (e.g., from vllm import LLM) instead of from vllm_omni.
Use `vllm serve` CLI or the new async engine API.