aicoolies logo
AIBrix logo
AIBrix logo

AIBrix

Cloud-native control plane for scalable GenAI inference

open sourceupdated Aug 4, 2026

Open-source Kubernetes-native building blocks for deploying, routing and scaling GenAI inference, including an LLM gateway, autoscaling, LoRA management and KV-cache offloading.

AIBrix is an open-source, cloud-native control plane for deploying, managing and scaling large-model inference on Kubernetes. Its documented components cover LLM gateway and routing, high-density LoRA management, multi-node and multi-engine inference, workload-aware autoscaling, a unified runtime sidecar, heterogeneous-GPU serving, GPU failure detection, KV-cache offloading and cross-engine cache reuse, batch inference and observability. The project originated at ByteDance and now lives under the vllm-project organization. It can orchestrate vLLM-based workloads but is not the vLLM engine or a single-model server. Vendor claims about cost efficiency and scalability are workload-dependent and should be validated against a team's cluster topology and traffic. AIBrix fits platform teams already operating Kubernetes and multiple models or replicas; its control-plane breadth is likely unnecessary for a single model on one machine.

Pricing

Free and open source under Apache-2.0. There is no software license fee; users pay for their own Kubernetes, GPU and observability infrastructure.

Platforms

Kubernetes-native components, CRDs and deployment manifests for GPU clusters. Current documented release: v0.7.0. Includes gateway, autoscaling, model runtime, KV-cache and observability layers.

Categories

Tags

Alternatives

Related Tools

LMCache logo

LMCache

Reusable KV cache infrastructure for scalable LLM inference

Open-source KV cache management layer that persists, offloads and reuses model key-value caches across requests and serving engines to reduce repeated prefill work and improve inference throughput.

Open Source
llm compressor

LLM Compressor

Quantize and compress LLMs for optimized vLLM deployment

Open-source, Hugging Face-compatible library for quantizing and compressing LLMs (W8A8, W4A16, NVFP4/MXFP4, KV-cache and attention quantization, expert pruning) into vLLM-ready `compressed-tensors` checkpoints.

Open Source
LMDeploy logo

LMDeploy

Open-source toolkit for quantizing, deploying, and serving LLMs and vision-language models

LMDeploy is an Apache-2.0 toolkit for self-hosting LLM and vision-language model inference with TurboMind and PyTorch engines. It combines continuous batching, blocked KV cache, tensor parallelism, AWQ and KV-cache quantization with OpenAI-compatible APIs, multi-GPU distribution, offline pipelines, and production metrics.

Open Source
openmeter

OpenMeter

Real-time usage metering and billing for AI, API, and DevOps products

OpenMeter is an Apache-2.0 open-source metering platform that ingests usage events, aggregates them into meters, and supports limits, entitlements, and usage-based billing. It fits AI, API, and DevOps products that need token-level reporting, customer usage visibility, or finance-ready chargeback data. Teams can self-host the core platform or evaluate OpenMeter's managed offering.

Open SourceTelemetry
flexprice

Flexprice

Usage metering and billing infrastructure for AI, API, and SaaS products

Flexprice is an AGPL-3.0 open-source platform for real-time usage metering, usage-based pricing, credits, entitlements, and billing workflows. It helps engineering and finance teams turn token, API, and feature events into billable usage across managed-cloud or self-hosted deployments. Use it when a product needs finance-grade chargeback and customer usage controls, not only LLM traces.

Open SourceTelemetry
MCP Context Forge logo

MCP Context Forge

IBM-backed ContextForge gateway for federating MCP, A2A, REST, and gRPC APIs

MCP Context Forge is IBM’s Apache-2.0 ContextForge project for operating a gateway, registry, and proxy across MCP servers, A2A agents, REST APIs, and gRPC services. It centralizes discovery, authentication, policy controls, federation, and observability, with deployment paths through PyPI, Docker, and Kubernetes.

Open Source