No description
  • Python 81.9%
  • Rust 5.3%
  • Cuda 4.8%
  • C++ 3.5%
  • JavaScript 2.9%
  • Other 1.5%
Find a file
2026-07-10 09:17:07 +08:00
.buildkite [Frontend] Add endpoint plugins framework (#47454) 2026-07-08 10:00:41 +08:00
.claude/skills/ci-fails-buildkite Move CI failure diagnosis docs into ci-fails-buildkite skill (#45975) 2026-06-19 20:12:40 +00:00
.gemini Configure Gemini (#20971) 2025-07-15 09:37:05 -07:00
.github [CI/Build] Accept ready-run-all-tests label in pre-commit gate (#47897) 2026-07-07 23:18:59 +00:00
benchmarks Bump Transformers version to 5.10.4 (#41359) 2026-07-07 05:13:28 -07:00
cmake merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
csrc [HARDWARE][POWER] optimize math functions of VSX power (#47321) 2026-07-07 09:35:47 +00:00
docker merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
docs merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
examples fix: include topic frame in KV events replay response (#45177) 2026-07-07 14:48:23 -04:00
requirements merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
rust Bump Transformers version to 5.10.4 (#41359) 2026-07-07 05:13:28 -07:00
scripts remove dsc (conflict) to run dspark first (to merge later) and fix errors 2026-07-08 15:28:21 +08:00
tests merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
tools merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
vllm merge_vllm_main_20260708 2026-07-08 15:56:20 +08:00
.clang-format [CI/Build] Enforce style for C++ and CUDA code with clang-format (#4722) 2024-05-22 07:18:41 +00:00
.coveragerc Update coveragerc and add codecov.yml for path fixes (#26435) 2025-10-14 09:45:06 -07:00
.dockerignore [CI] Reverted gitignore changes (#44497) 2026-06-04 00:37:44 -07:00
.git-blame-ignore-revs Ignore large reformatting PRs in git blame (#26690) 2025-10-13 01:20:47 -07:00
.gitignore merge_vllm_main_20260630 2026-07-02 05:55:14 +08:00
.gitmodules add rust module 2026-05-27 15:17:36 +08:00
.markdownlint.yaml [Docs] Enable some more markdown lint rules for the docs (#28731) 2025-11-14 18:39:19 +00:00
.pre-commit-config.yaml [CI/Build] Add CPU test dependency pre-commit hooks (#47032) 2026-06-30 07:59:13 +00:00
.readthedocs.yaml Skip docs build if PR doesn't affect docs (#43972) 2026-05-29 12:09:52 +00:00
.shellcheckrc [CI/Build] Add shell script linting using shellcheck (#7925) 2024-11-07 18:17:29 +00:00
.yapfignore Add the support for the qwen3 next model (a hybrid attention model). (#24526) 2025-09-11 15:32:09 +08:00
AGENTS.md AGENTS MD: Add suggestion on how to incorporate tests (#47784) 2026-07-07 08:16:08 -07:00
build_rust.sh [Rust Frontend] Add Python bridge for Rust tool parsers (#44624) 2026-06-11 04:51:06 +00:00
CLAUDE.md Add AGENTS.md (#36877) 2026-03-12 10:20:50 -07:00
CMakeLists.txt [Refactor] Remove multiple dead code (#47329) 2026-07-06 07:54:08 -07:00
CODE_OF_CONDUCT.md [CI/Build] Auto-fix Markdown files (#12941) 2025-02-08 04:25:15 -08:00
codecov.yml Update coveragerc and add codecov.yml for path fixes (#26435) 2025-10-14 09:45:06 -07:00
CONTRIBUTING.md [Doc] Reorganize user guide (#18661) 2025-05-24 07:25:33 -07:00
DCO [Doc] Add the DCO to CONTRIBUTING.md (#9803) 2024-10-30 05:22:23 +00:00
LICENSE Add Apache-2.0 license (#102) 2023-05-14 18:05:19 -07:00
MANIFEST.in [Rust Frontend] [CI] Unify Rust artifact builds with setuptools-rust (#44981) 2026-06-10 17:48:34 +08:00
mkdocs.yaml [Docs] Add redirect for moved lmcache examples page (#45218) 2026-06-11 10:41:08 -04:00
pyproject.toml merge_vllm_main_20260630 2026-07-02 05:55:14 +08:00
README.md [Doc] fix capitalization consistency in README (vLLM, Hugging Face) (#40729) 2026-04-24 02:23:54 +00:00
RELEASE.md [Doc] Update release docs (#31799) 2026-01-07 03:27:40 +00:00
rust-toolchain.toml [Frontend][RFC] Rust front-end integration (#40848) 2026-05-21 12:24:48 +08:00
SECURITY.md docs: add fix disclosure policy to SECURITY.md (#45253) 2026-06-11 12:48:00 +00:00
setup.py [FS-Offloading] Batch Lookup in C (#46713) 2026-06-29 09:28:32 -07:00
use_existing_torch.py Bugfix: use_existing_torch.py: Glob recursive subdirs in requirements (fixes #39024) (#39793) 2026-04-14 23:11:46 +08:00

vLLM

Easy, fast, and cheap LLM serving for everyone

| Documentation | Blog | Paper | Twitter/X | User Forum | Developer Slack |

🔥 We have built a vLLM website to help you get started with vLLM. Please visit vllm.ai to learn more. For events, please visit vllm.ai/events to join us.


About

vLLM is a fast and easy-to-use library for LLM inference and serving.

Originally developed in the Sky Computing Lab at UC Berkeley, vLLM has grown into one of the most active open-source AI projects built and maintained by a diverse community of many dozens of academic institutions and companies from over 2000 contributors.

vLLM is fast with:

  • State-of-the-art serving throughput
  • Efficient management of attention key and value memory with PagedAttention
  • Continuous batching of incoming requests, chunked prefill, prefix caching
  • Fast and flexible model execution with piecewise and full CUDA/HIP graphs
  • Quantization: FP8, MXFP8/MXFP4, NVFP4, INT8, INT4, GPTQ/AWQ, GGUF, compressed-tensors, ModelOpt, TorchAO, and more
  • Optimized attention kernels including FlashAttention, FlashInfer, TRTLLM-GEN, FlashMLA, and Triton
  • Optimized GEMM/MoE kernels for various precisions using CUTLASS, TRTLLM-GEN, CuTeDSL
  • Speculative decoding including n-gram, suffix, EAGLE, DFlash
  • Automatic kernel generation and graph-level transformations using torch.compile
  • Disaggregated prefill, decode, and encode

vLLM is flexible and easy to use with:

  • Seamless integration with popular Hugging Face models
  • High-throughput serving with various decoding algorithms, including parallel sampling, beam search, and more
  • Tensor, pipeline, data, expert, and context parallelism for distributed inference
  • Streaming outputs
  • Generation of structured outputs using xgrammar or guidance
  • Tool calling and reasoning parsers
  • OpenAI-compatible API server, plus Anthropic Messages API and gRPC support
  • Efficient multi-LoRA support for dense and MoE layers
  • Support for NVIDIA GPUs, AMD GPUs, and x86/ARM/PowerPC CPUs. Additionally, diverse hardware plugins such as Google TPUs, Intel Gaudi, IBM Spyre, Huawei Ascend, Rebellions NPU, Apple Silicon, MetaX GPU, and more.

vLLM seamlessly supports 200+ model architectures on Hugging Face, including:

  • Decoder-only LLMs (e.g., Llama, Qwen, Gemma)
  • Mixture-of-Expert LLMs (e.g., Mixtral, DeepSeek-V3, Qwen-MoE, GPT-OSS)
  • Hybrid attention and state-space models (e.g., Mamba, Qwen3.5)
  • Multi-modal models (e.g., LLaVA, Qwen-VL, Pixtral)
  • Embedding and retrieval models (e.g., E5-Mistral, GTE, ColBERT)
  • Reward and classification models (e.g., Qwen-Math)

Find the full list of supported models here.

Getting Started

Install vLLM with uv (recommended) or pip:

uv pip install vllm

Or build from source for development.

Visit our documentation to learn more.

Contributing

We welcome and value any contributions and collaborations. Please check out Contributing to vLLM for how to get involved.

Citation

If you use vLLM for your research, please cite our paper:

@inproceedings{kwon2023efficient,
  title={Efficient Memory Management for Large Language Model Serving with PagedAttention},
  author={Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica},
  booktitle={Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles},
  year={2023}
}

Contact Us

  • For technical questions and feature requests, please use GitHub Issues
  • For discussing with fellow users, please use the vLLM Forum
  • For coordinating contributions and development, please use Slack
  • For security disclosures, please use GitHub's Security Advisories feature
  • For collaborations and partnerships, please contact us at collaboration@vllm.ai

Media Kit