vllm-project/vllm-omni

A framework for efficient model inference with omni-modality models

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on December 23rd, 2025
Created on September 11th, 2025
Open Issues & Pull Requests: 1,665 (+0)
Number of forks: 1,538
Total Stargazers: 6,287 (+2)
Total Subscribers: 53 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.7 hours
Mean response time: 44.3 hours
90th percentile: 2.7 days
Tracked items: 2,017

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 69% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 34% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed. Three people close 58% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 726
New in 7 days: 93
Closed in 7 days: 62
Avg open age: 29 days
Stale 30+ days: 472
Stale 90+ days: 244

Recent activity

Opened in 7 days: 78
Closed in 7 days: 55
Comments in 7 days: 215
Events in 7 days: 969

Top labels

  • bug (1,037)
  • ci-failure (272)
  • help wanted (252)
  • high priority (227)
  • new model (155)
  • medium priority (150)
  • low priority (128)
  • good first issue (119)

Detailed Description

vLLM-Omni is a framework for efficient inference and serving of omni-modality models that handle text, audio, image, and video generation tasks.

The project extends vLLM's original text-focused design to support models that work across multiple modalities. It addresses the challenge of serving complex multimodal models efficiently by providing optimized inference capabilities for tasks including text generation, audio generation, image generation, video generation, and world-model inference. The framework emphasizes making omni-modality model serving easy, fast, and cost-effective through hardware acceleration and batching optimizations.

Developers should adopt this tool if they need to serve multimodal models in production environments where throughput and latency matter. It suits projects requiring joint generation across modalities—such as models that produce video and audio together or handle real-time multimodal interactions. The framework supports distributed execution, quantization, and streaming, with broad hardware coverage including NVIDIA, AMD, and other accelerator platforms. Teams already using vLLM will find the extension natural, as vLLM-Omni maintains alignment with the upstream vLLM release cycle.

The project receives issue reports from both core maintainers and external users, indicating real-world adoption without overwhelming support demands. Maintainers respond to new issues and pull requests within hours. Work in the issue tracker centers on bug fixes, continuous integration failures, and high-priority items, reflecting active maintenance focused on stability and reliability.