vLLM Optimizes Qwen3-Omni: Audio Latency Drops to 0.6s

vllm_project · x · 2026-07-03

vLLM released a real-time inference optimization solution for Alibaba's Qwen3-Omni multimodal model. It splits the model into a multimodal inference phase (Thinker) and a speech synthesis phase (Talker→Code2Wav), applying layered optimizations for the distinct bottlenecks in each phase.

Core optimization strategy: Under high concurrency, horizontal scaling is applied only to the two lightweight speech synthesis phases, while the heavy multimodal Thinker runs just once, massively boosting resource utilization. Benchmark results show initial audio latency dropping from 6 seconds to 0.6 seconds, speech generation speed exceeding real-time, and throughput increasing by 5.4 times on the same GPUs.

Built in collaboration with Alibaba's Ant Group Supercomputing Technology (SCT), this solution provides a reference engineering paradigm for high-concurrency production deployment of multimodal models.

Original post →

More from Infra

Infra channel →