Discover and explore top open-source AI tools and projects—updated daily.
vllm-projectHigh-performance router for vLLM large-scale deployments
Top 88.4% on SourcePulse
vLLM Router provides a high-performance, lightweight request forwarding system designed for large-scale vLLM deployments. It addresses the need for efficient load balancing and specialized routing, particularly supporting advanced techniques like prefill-decode disaggregation. This system is beneficial for engineers managing complex, high-throughput LLM inference infrastructure, offering enhanced control and performance optimization.
How It Works
The core architecture is a request routing framework built with async processing patterns. It implements multiple load balancing algorithms, including cache-aware, power of two, consistent hashing, random, and round robin, to distribute requests effectively. A key differentiator is its support for prefill-decode disaggregation, enabling specialized routing for separated inference phases, which can optimize throughput and latency. The system also integrates Kubernetes-native service discovery for worker management and health monitoring.
Quick Start & Requirements
pip install vllm-routerrustc --version, cargo --version), Python with pip.cargo build --release for Rust components and python -m build for the Python package.Highlighted Details
Maintenance & Community
This project is a fork of SGLang Model Gateway, with minimal changes at this stage. Further divergence is anticipated. No explicit community links (e.g., Discord, Slack) or details on notable contributors or sponsorships are provided in the README.
Licensing & Compatibility
The specific open-source license for this project is not explicitly stated in the provided README. This omission requires further investigation before adoption, especially concerning compatibility for commercial use or closed-source linking.
Limitations & Caveats
The README does not explicitly list known limitations, alpha status, or specific caveats. As a fork, its long-term maintenance trajectory and potential for breaking changes from the original SGLang Model Gateway are factors to consider. The absence of a stated license is a significant adoption blocker.
5 days ago
Inactive
lightseekorg
kubeai-project
vllm-project
llm-d
ai-dynamo