Run This Ai
EN DE

LMCache

Supercharge Your LLM with the Fastest KV Cache Layer

★ 11,355 GitHub Apache-2.0 kv-cachellmvllmsglanginferencegpu

Overview

LMCache is an open-source KV cache engine that accelerates LLM serving with vLLM and SGLang by storing and reusing KV caches across requests. It delivers higher throughput, lower latency, and drastically reduced costs. LMCache Server introduces a production-grade, distributed KV cache service with a unified interface, prefix caching, semantic chunking, and elastic multi-GPU deployment, making long-context and multi-turn workloads dramatically faster and cheaper.

Requirements

Min vCPU
2
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
8192 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  lmcache:
    image: https://github.com/LMCache/LMCache/blob/dev/docker/Dockerfile
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/lmcache:/data

Best VPS for LMCache →

Guides & articles