AIAny
AI Infra2024
Icon for item

AIBrix

Cloud-native control plane that scales vLLM on Kubernetes, adding the routing, autoscaling, and fault tolerance single-instance serving lacks. Brings high-density LoRA management, an LLM gateway, distributed KV cache reuse, and SLO-aware GPU serving.

Introduction

Running one vLLM instance is easy; running a fleet of them in production is where teams hit a wall. AIBrix exists because the hard problems of LLM serving aren't in the engine — they're in the control plane around it: how requests get routed to the replica that already has the right LoRA or KV cache warm, how you autoscale on tokens-per-second instead of CPU, and what happens when a GPU silently degrades mid-request.

What Sets It Apart
  • LoRA-aware and KV-aware routing: requests go to replicas that already hold the relevant adapter or cached prefix, instead of round-robin — the difference between a warm hit and recomputation.
  • Autoscaling tuned for LLM economics: scales on inference-specific signals, claiming up to ~4.7x cost savings in low-traffic windows and large P99 latency cuts under load.
  • Distributed KV cache shared across engines, so prefixes computed by one replica can be reused by others rather than recomputed per pod.
  • GPU failure detection plus heterogeneous serving with SLO targets, letting mixed hardware back the same deployment.
Who It's For

Great fit if you already run vLLM and are scaling past a single node — platform teams who need Kubernetes-native routing, autoscaling, and multi-LoRA density without building it themselves. Look elsewhere if you serve one model at modest traffic, where plain vLLM behind a load balancer is simpler, or if you aren't on Kubernetes — AIBrix assumes that substrate.

Information

  • Websitegithub.com
  • OrganizationsByteDance
  • Authorsvllm-project
  • Published date2024/06/10

Categories

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.

GitHub
AI Infra2024

Provides a lightweight build platform for HIP and ROCm that supports building ROCm, PyTorch, and JAX from source, multi-architecture nightly releases, and integrated CI/CD and developer tooling for Linux and Windows.