How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KV Caching with vLLM, LMCache, and Ceph

calendar_today December 10, 2025 person Kyle Bader, Tushar Gohad domain ceph

Inference accounts for 90% of machine learning costs for deployed AI systems, and it is no surprise that inference optimization is a burgeoning topic in the research community. IDC estimates that global enterprises will invest $307 billion USD on AI solutions in 2025, and that number is expected to grow aggressively year-over-year. Understanding the workload ¶ Unlike training, inference for autoregressive language models only involves the forward pass, which itself is broken up into two distinct phases: prefill and decode.

open_in_new Read original post