llm-d/llm-d
Achieve state of the art inference performance with modern accelerators on Kubernetes observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 99
- Release rhythm 86
- Longevity 35
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 34.0
- age_days: 491
- days_rel: 16
- days_push: 7
- n_releases_24m: 11
Adoption not part of the score
4164 stars · 706 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
llm-d is a Kubernetes-native distributed LLM inference serving stack that orchestrates model servers like vLLM and SGLang across clusters. It provides intelligent prefix-cache and load-aware routing, tiered KV-cache management, prefill/decode disaggregation, wide expert parallelism, and SLO-aware autoscaling, packaged as tested 'Well-Lit Path' Helm deployment recipes.
Use cases
- serve llm inference at scale on kubernetes
- route requests by prefix cache affinity
- deploy deepseek-r1 with wide expert parallelism
- autoscale llm inference pool based on slo
- offload kv cache to cpu and disk
- run vllm across multiple gpus in production
- reduce time to first token for multi-turn chat
- batch offline inference with openai-compatible api
When to choose
- you already run Kubernetes and want production-grade distributed LLM serving on GPUs, TPUs, or other accelerators
- you need LLM-aware load balancing, KV-cache reuse, or disaggregated prefill/decode beyond what a single vLLM/SGLang node provides
- you want vendor-neutral, engine-agnostic orchestration with tested deployment recipes and benchmarks
When to avoid
- you serve a single model on one node and vanilla vLLM or SGLang meets your needs
- you have no Kubernetes infrastructure and don't want to adopt it
- you need a simple managed API endpoint rather than operating your own inference cluster
Facets
framework · maturity active
llm-inference api-gateway load-testing caching monitoring deployment container-orchestration large-language-models machine-learning gpu-computing cloud-computing microservices infrastructure-as-code cloud self-hosted go python distributed-inference kv-cache vllm sglang intelligent-routing prefix-cache moe cncf-sandbox helm-charts autoscaling gateway-api-inference-extension containers kubernetes docker gpu
10 sources
- readme: https://github.com/llm-d/llm-d · fetched 2026-08-28 · b0c6d70bb3c3
- homepage: https://www.llm-d.ai · fetched 2026-08-29 · b60fc371f228
- site_page: https://llm-d.ai/docs/getting-started/quickstart · fetched 2026-08-29 · 02d870a95c0f
- site_page: https://llm-d.ai/docs · fetched 2026-08-29 · 1e00c66d2397
- site_page: https://llm-d.ai/docs/0.8 · fetched 2026-08-29 · 1d40cbf5dfd6
- site_page: https://llm-d.ai/docs/0.7 · fetched 2026-08-29 · c81c2da56f78
- site_page: https://llm-d.ai/docs/dev · fetched 2026-08-29 · 54f751bb69db
- site_page: https://llm-d.ai/docs/well-lit-paths/foundations/optimized-baseline · fetched 2026-08-29 · 3a28a2cbb49b
- site_page: https://llm-d.ai/docs/well-lit-paths/foundations/predicted-latency · fetched 2026-08-29 · 9510eedda65a
- site_page: https://llm-d.ai/docs/well-lit-paths/foundations/precise-prefix-cache-routing · fetched 2026-08-29 · cd39e1aaff99
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| llm-d/llm-d | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem