PagedAttention
Virtueel-geheugen-achtig KV-cache-beheer dat GPU-geheugen vrijwel volledig benut.
Open-source inference-engine voor LLM's op GPU-clusters — industriestandaard voor enterprise on-premise deploys
vLLM is een open-source inference-engine voor het serveren van LLM's op GPU-clusters in productie. Het gebruikt PagedAttention voor efficiënt geheugenbeheer en continuous batching voor hoge throughput. Sinds eind 2025 draait alles op de herbouwde V1-engine, met gescheiden scheduling van prefill en decode en chunked prefill als standaard — merkbaar lagere latency bij hoge concurrency. Het project valt onder de PyTorch Foundation en releaset vrijwel maandelijks. Naast NVIDIA ondersteunt vLLM ook AMD-GPU's, Intel- en ARM-CPU's en TPU's. Wordt gebruikt door enterprise-organisaties die LLM's on-premise of in private cloud willen draaien, en is de de-facto standaard voor zelf-gehoste LLM-serving.
Feiten geverifieerd op 6 juni 2026 · hoe wij beoordelen
vLLM is de snelste open-source inference-server voor LLM's op GPU-clusters — ideaal voor productie self-hosting. De industriestandaard voor enterprise on-premise deployments.
Waarom op de site: vLLM is de meest gebruikte open-source LLM-serving-engine voor productie-deployments en de de-facto standaard in enterprise on-premise LLM-infrastructure.
Beste alternatief: ollama
vLLM is het meest waardevol voor organisaties die grootschalige taalmodellen willen inzetten in hun applicaties en diensten.
Virtueel-geheugen-achtig KV-cache-beheer dat GPU-geheugen vrijwel volledig benut.
Voegt binnenkomende requests dynamisch samen voor maximale GPU-bezetting.
Herbouwde engine met gescheiden prefill/decode-scheduling en chunked prefill — lagere latency bij hoge concurrency.
GPTQ, AWQ, FP8 en INT8 voor lagere geheugen- en kostenvoetafdruk.
Start met één commando een API-server die drop-in werkt met OpenAI-SDK's.
Verdeel grote modellen over meerdere GPU's en nodes voor 70B+ modellen.
Draait op NVIDIA en AMD GPU's, Intel/ARM CPU's en Google TPU's.
Gratis (open-source, Apache 2.0). GPU-infrastructuur is de echte kostenpost.
Prijzen indicatief — controleer altijd de actuele tarieven bij de aanbieder.
Typ een toolnaam, categorie of use case
Zoeken...
Geen tools gevonden
Wat de wereld er van zegt
In het nieuws
vLLM vs llama.cpp vs Ollama: What Happens When Your Model Doesn't Fit in 24GB VRAM
TL;DR Benchmarked llama.cpp, Ollama, and vLLM across 5 models (1B to 116.8B params) on one RTX 3090 (24GB) + 128GB RAM home-lab box, priced through HomeLab Monitor . Inside 24GB, vLLM's continuous bat
How to Deploy a Production-Grade vLLM Stack on T Cloud Public CCE
Deploy an enterprise-grade LLM inference platform on T Cloud Public CCE with GPU-powered Kubernetes, intelligent request routing… Continue reading on Medium »
An Efficient vLLM-Based Inference Pipeline for Unified Audio Understanding and Generation
arXiv:2607.02119v1 Announce Type: cross Abstract: While Large Multimodal Models excel in comprehension, high-throughput inference engines lack native support for multimodal generation. This is severe
Optimizing LLM Throughput with vLLM: Understanding the Engine Behind Faster Inference
The Challenge of LLM in Production Continue reading on Medium »
Liquid AI Ships LFM2.5-230M with llama.cpp, MLX, vLLM, SGLang, and ONNX Support for On-Device Inference
Liquid AI shipped LFM2.5-230M , it’s the company’s smallest model to date. The release targets a specific job: running agentic tasks on phones, robots, and automation devices. Both the base and instru
Run a vLLM Server on HF Jobs in One Command