vllm-project/aibrix

Cost-efficient and pluggable Infrastructure components for GenAI inference

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on February 24th, 2025
Created on June 10th, 2024
Open Issues & Pull Requests: 360 (+0)
Number of forks: 659
Total Stargazers: 5,031 (+0)
Total Subscribers: 50 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 hours
Mean response time: 8.1 days
90th percentile: 14.4 days
Tracked items: 960

How this project is maintained

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 323
New in 7 days: 9
Closed in 7 days: 6
Avg open age: 212 days
Stale 30+ days: 296
Stale 90+ days: 224

Recent activity

Opened in 7 days: 7
Closed in 7 days: 6
Comments in 7 days: 16
Events in 7 days: 56

Top labels

  • area/gateway (177)
  • priority/critical-urgent (157)
  • kind/bug (150)
  • kind/feature (127)
  • priority/important-soon (105)
  • kind/enhancement (103)
  • help wanted (82)
  • area/autoscaling (72)

Detailed Description

AIBrix is an open-source infrastructure framework written in Go that provides essential building blocks for constructing scalable GenAI inference systems. The project is specifically designed to address enterprise needs in deploying, managing, and scaling large language model inference workloads in cloud-native environments.

The framework delivers a comprehensive set of infrastructure components tailored for LLM deployment. Key features include high-density LoRA management for lightweight model adaptations, an LLM gateway and routing system for efficiently directing traffic across multiple models and replicas, and an LLM app-tailored autoscaler that dynamically adjusts inference resources based on real-time demand. The unified AI runtime operates as a versatile sidecar component enabling metric standardization, model downloading, and management across the infrastructure. AIBrix supports distributed inference architecture to handle large workloads across multiple nodes and implements distributed KV cache functionality for high-capacity, cross-engine KV reuse, which is critical for efficient LLM serving.

Cost efficiency is a central design principle, with the framework offering cost-efficient heterogeneous serving capabilities that enable mixed GPU inference while maintaining service level objective guarantees. The system includes proactive GPU hardware failure detection to prevent infrastructure degradation. The project has evolved through multiple releases, with versions ranging from v0.1.0 released in November 2024 through v0.7.0 released in June 2026, demonstrating consistent development and feature expansion.

AIBrix has gained visibility in the broader infrastructure community, with the team delivering keynotes and presentations at major conferences including KubeCon North America 2025, KubeCon China 2025, and KubeCon EU 2025. The project was also featured at the ASPLOS 2025 workshop, positioning it as a significant contribution to system research in LLM inference. The framework is licensed under Apache 2.0 and maintains comprehensive documentation, a blog for release announcements, and an active developer community through Slack channels.