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

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.