Breadcrumb

  1. Home
  2. Red Hat Interactive Learning Portal
  3. OpenShift AI learning
  4. Get started with vLLM

Get started with vLLM

Learn how to compress, serve, and benchmark LLMs with vLLM.

Access the Developer Sandbox

Overview: Get started with vLLM

As AI applications such as agents and retrieval-augmented generation (RAG) become more common, efficiently serving large language models (LLMs) in production with low latency and reasonable cost is more important than ever. Traditional inference setups frequently suffer from memory hoarding (wasting expensive GPU resources via static request allocation), high latency (queues growing exponentially during peak traffic), and scaling bottlenecks that demand prohibitive hardware costs.

To solve these exact challenges, vLLM emerged as a high-throughput, memory-efficient, and easy-to-use engine designed for LLM serving. This learning path provides you a common deployment pattern where you’ll select and optimize a model, serve it via an OpenAI API-compatible endpoint, and benchmark its performance.

Prerequisites:

In this learning path, you will:

  • Understand the fundamentals of efficient LLM inference and optimization.
  • Learn to optimize, serve, benchmark, and evaluate open-source LLMs.
  • Build a complete end-to-end LLM inference workflow.