Ollama
Run open LLMs locally with a single command.

High-throughput open-source LLM inference engine
vLLM has become the de facto open-source standard for serving open-weight LLMs efficiently, and for good reason: the throughput gains from PagedAttention are real and it is genuinely free. The honest caveat is that it is infrastructure, not a product. You are responsible for GPUs, deployment, scaling, and upgrades, and the fast-moving release cadence means occasional breaking changes. Teams wanting a hands-off experience should look at managed providers (many of which run vLLM internally) rather than operating it themselves.
vLLM is a free, open-source engine for serving large language models with high throughput, using PagedAttention and continuous batching to maximize GPU efficiency. It exposes an OpenAI-compatible API and supports many models, quantization formats, and multi-GPU parallelism. It is self-hosted infrastructure rather than a managed product.
vLLM is an open-source library for fast LLM inference and serving, originally created at UC Berkeley's Sky Computing Lab and now developed by a large community with backing from many hardware and model vendors. Its signature innovation, PagedAttention, manages the attention key-value cache like virtual memory, dramatically improving GPU memory efficiency and throughput. Combined with continuous batching, this lets a single server handle many concurrent requests efficiently. The project ships an OpenAI-compatible API server, so applications written against the OpenAI SDK can often point at a vLLM endpoint with minimal changes. It supports a wide range of models and quantization formats (FP8, INT8/INT4, GPTQ, AWQ, GGUF, and more), tensor and pipeline parallelism for multi-GPU deployments, speculative decoding, and increasingly a broader API surface including Responses, embeddings, and rerank endpoints. vLLM is fully free under the Apache 2.0 license and self-hosted by design; there is no official managed cloud from the project itself, though many inference providers run vLLM under the hood. It is a foundational building block for teams that want to serve open-weight models on their own hardware at production scale.
vLLM is a free, open-source engine for serving large language models with class-leading throughput, thanks to PagedAttention and continuous batching. It offers an OpenAI-compatible API, broad model and quantization support, and multi-GPU parallelism. It is self-hosted infrastructure, so you supply and manage the GPUs. It has become the de facto standard for running open-weight LLMs at scale, and many commercial providers run it internally.
vLLM began as a research project at UC Berkeley's Sky Computing Lab and grew into one of the most widely used open-source LLM inference libraries. It is community-governed, with contributions and support from numerous hardware vendors, model providers, and cloud companies, and is aligned with broader open-source AI foundations.
As an open-source project rather than a company, vLLM does not sell a product or raise venture funding directly; its ecosystem is sustained by community and corporate contributors. Releases are frequent, with version 0.27.x current as of August 2026.
Core features include PagedAttention memory management, continuous batching, an OpenAI-compatible server, and support for a wide range of open-weight models. It handles tensor and pipeline parallelism for multi-GPU serving, speculative decoding, and many quantization formats (FP8, MXFP4/NVFP4, INT8/INT4, GPTQ, AWQ, GGUF).
More recent releases have expanded the API surface with Responses, embeddings, and rerank endpoints, added Prometheus metrics and OpenTelemetry tracing, and continued performance work for the latest GPU architectures. It integrates with Ray, Kubernetes, and Hugging Face.
ML platform teams, infrastructure engineers, and organizations that want to self-host open-weight LLMs for high-throughput, cost-controlled production inference.
ML and backend engineers deploying and serving open-weight models.
Engineering and platform leaders standardizing on self-hosted inference to control cost and data.
Open-source AI advocates, MLOps engineers, and systems researchers.
Technical teams with GPU access that need efficient, self-hosted serving of open-weight LLMs at production scale.
No funding publicly disclosed. vLLM is a community-governed open-source project, not a venture-funded company.
Yes. vLLM is open source under the Apache 2.0 license with no fees. You pay only for the GPU hardware or cloud compute you run it on.
Its PagedAttention algorithm manages the attention KV cache like paged virtual memory, greatly improving memory efficiency, and continuous batching keeps the GPU busy across concurrent requests.
Largely yes. vLLM ships an OpenAI-compatible API server, so apps using the OpenAI SDK can often point at a vLLM endpoint with minimal changes.
The vLLM project itself is self-hosted only. Many managed inference providers run vLLM under the hood if you prefer not to operate it yourself.
vLLM supports NVIDIA and AMD GPUs and a range of quantization formats (FP8, INT8/INT4, GPTQ, AWQ, GGUF, and more) for different hardware and memory budgets.
Side-by-side pages for pricing, features, and best-fit use cases.
Run open LLMs locally with a single command.
Open-source, self-hosted AI coding assistant you run on your own hardware
Open-source autonomous coding agent for VS Code that runs on your own model API keys.
The open hub for machine learning models, datasets, and demos.