Vue d’ensemble
The project provides benchmarked deployment patterns and operational components for large-language-model inference. Its core areas include prefix-cache-aware and load-aware routing, predicted-latency scheduling, tiered KV-cache offloading, prefill/decode disaggregation, wide expert parallelism, multi-tenant flow control, SLO-aware autoscaling, and asynchronous batch serving. llm-d is described as a CNCF Sandbox project founded by Red Hat, Google Cloud, IBM Research, CoreWeave, and NVIDIA. The repository is primarily Shell.
Fonctionnalités clés
- Prefix-cache-aware and load-aware intelligent routing
- Predicted-latency scheduling
- Tiered KV-cache offloading to CPU or disk with global cache-state indexing
- Prefill/decode disaggregation for large-model serving
- Wide expert parallelism across fast accelerator interconnects
- Multi-tenant flow control and SLO-aware autoscaling
- OpenAI-compatible Batch APIs with asynchronous processing
- Benchmarked deployment guides and Kubernetes packaging patterns
- Integration with model servers including vLLM and SGLang
Prérequis, installation et démarrage rapide
Utilisation
Compatibilité des modèles et cas d’usage
The stack is designed to operate above model servers such as vLLM and SGLang and targets key open-source LLMs. Examples named in the repository include DeepSeek-R1, DeepSeek V3.1, GPT-OSS, GPT-OSS-120B, Llama 3.1 70B, and Llama 3.3 70B. This does not establish a complete compatibility list. Agent-specific models, embedding models, MCP servers, and RAG-specific components are not stated in the repository metadata.
Licence et notes sur les risques
Apache License 2.0, identified by SPDX as Apache-2.0. The repository points readers to its LICENSE file for full terms. No additional license exceptions are stated in the supplied data.
Publication et maintenance
The README displays a Version 0.8 badge but provides no corresponding details in the supplied excerpt. Its latest detailed entry says v0.7 added a stabilized optimized baseline, kustomize-first guides, expanded nightly CI, generally available predicted-latency scheduling, an experimental batch gateway, and revised documentation. Earlier entries describe v0.5 features such as hierarchical KV offloading, cache-aware LoRA routing, active-active high availability, transport resilience, and scale-to-zero autoscaling, plus v0.4 accelerator and cache-offload work. Current release notes are available at https://github.com/llm-d/llm-d/releases.