vllm/docs
Nicolò Lucchesi e795d723ed
[Frontend] Add `/v1/audio/translations` OpenAI API endpoint (#19615)
Signed-off-by: Roger Wang <ywang@roblox.com>
Signed-off-by: NickLucche <nlucches@redhat.com>
Co-authored-by: Roger Wang <ywang@roblox.com>
2025-06-25 17:54:14 +00:00
..
api Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00
assets Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00
ci [doc] Fold long code blocks to improve readability (#19926) 2025-06-23 05:24:23 +00:00
cli [doc] Fold long code blocks to improve readability (#19926) 2025-06-23 05:24:23 +00:00
community [doc] use snippets for contact us (#19944) 2025-06-22 10:26:13 +00:00
configuration [doc] Fold long code blocks to improve readability (#19926) 2025-06-23 05:24:23 +00:00
contributing [Doc] Guide for Incremental Compilation Workflow (#19109) 2025-06-25 22:06:46 +09:00
deployment [Docs] Fix syntax highlighting of shell commands (#19870) 2025-06-23 17:59:09 +00:00
design [doc] use MkDocs collapsible blocks - supplement (#19973) 2025-06-23 10:54:16 +00:00
features [Docs] Fix syntax highlighting of shell commands (#19870) 2025-06-23 17:59:09 +00:00
getting_started [Doc] Guide for Incremental Compilation Workflow (#19109) 2025-06-25 22:06:46 +09:00
mkdocs [doc][mkdocs] Add edit button to documentation (#19637) 2025-06-17 11:10:31 +00:00
models [Docs] Fix syntax highlighting of shell commands (#19870) 2025-06-23 17:59:09 +00:00
serving [Frontend] Add `/v1/audio/translations` OpenAI API endpoint (#19615) 2025-06-25 17:54:14 +00:00
training [Doc] Move examples and further reorganize user guide (#18666) 2025-05-26 07:38:04 -07:00
usage [Docs] Fix syntax highlighting of shell commands (#19870) 2025-06-23 17:59:09 +00:00
.nav.yml [doc] add CLI doc (#18871) 2025-05-29 09:51:36 +00:00
README.md [doc] show the count for fork and watch (#18950) 2025-05-30 06:45:59 -07:00

README.md

Welcome to vLLM

![](./assets/logos/vllm-logo-text-light.png){ align="center" alt="vLLM" class="no-scaled-link" width="60%" }

Easy, fast, and cheap LLM serving for everyone

Star Watch Fork

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 evolved into a community-driven project with contributions from both academia and industry.

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
  • Fast model execution with CUDA/HIP graph
  • Quantization: GPTQ, AWQ, INT4, INT8, and FP8
  • Optimized CUDA kernels, including integration with FlashAttention and FlashInfer.
  • Speculative decoding
  • Chunked prefill

vLLM is flexible and easy to use with:

  • Seamless integration with popular HuggingFace models
  • High-throughput serving with various decoding algorithms, including parallel sampling, beam search, and more
  • Tensor parallelism and pipeline parallelism support for distributed inference
  • Streaming outputs
  • OpenAI-compatible API server
  • Support NVIDIA GPUs, AMD CPUs and GPUs, Intel CPUs, Gaudi® accelerators and GPUs, IBM Power CPUs, TPU, and AWS Trainium and Inferentia Accelerators.
  • Prefix caching support
  • Multi-lora support

For more information, check out the following: