#3 · Primary category: Inference & Local Deploy
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
Project last updated:08/29/26
GitHub Stars
90.4K
Forks
21.4K
Contributors
3.3K
License
Apache-2.0
Why we included this project
vLLM is the serving engine most teams land on when they need to run large language models in production. It takes a Hugging Face model and exposes it as an OpenAI-compatible API, using continuous batching, prefix caching, and efficient key-value memory management to fit more concurrent requests on the same hardware. Model support spans a wide range of families and quantization formats, and it runs on NVIDIA, AMD, and TPU accelerators, so it scales from a single GPU box to a multi-node cluster. If cost per token and latency are what you care about, the speculative decoding and disaggregated prefill options are worth evaluating. For anyone building an application that needs dependable, fast serving rather than a notebook experiment, this is a solid default.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
textgen
Open-source desktop app for local LLMs. Text, vision, tool-calling, OpenAI/Anthropic-compatible API. 100% private.