vllm

Deploy large language models across GPU clusters with distributed serving and OpenAI-compatible APIs.

4|Updated May 6, 2026
One-click install
npx skills add https://github.com/jstzwj/ai-infra-plugins --skill vllm-jstzwj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vllm
Source: https://github.com/jstzwj/ai-infra-plugins/tree/main/plugins/vllm/skills/vllm
Command: npx skills add https://github.com/jstzwj/ai-infra-plugins --skill vllm-jstzwj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, fastapi, uvicorn, transformers, numpy, msgspec, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive and efficient solution for deploying and running large language models at scale in production environments.

Core Features & Use Cases

  • Fast Inference: Optimized execution with CUDA graphs, quantization, and custom kernels.
  • Distributed Serving: Supports tensor, pipeline, expert, and data parallelism for large models.
  • Flexible API: Supports OpenAI-compatible REST API, gRPC, and offline batch inference.
  • Multi-Modal Support: Handles image, audio, and video inputs alongside text.
  • Use Case: Deploy a 70B parameter LLM on a 4-GPU cluster for real-time chat or inference with high throughput.

Quick Start

Launch the vLLM server with a specified model and query it via a REST client to generate responses.

Frequently Asked Questions about vllm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a large language model across a GPU cluster for fast inference?

Deploy a large language model across a GPU cluster using this Skill to execute optimized inference with minimal latency and maximum throughput via CUDA graphs, quantization, and custom kernels. It supports distributed serving with tensor, pipeline, expert, and data parallelism.

What is the best way to serve a 70B parameter LLM on a 4-GPU cluster with high throughput?

Serve a 70B parameter LLM on a 4-GPU cluster using this Skill's distributed serving capabilities, which support tensor, pipeline, expert, and data parallelism to achieve real-time chat and high-throughput inference.

Does LLM inference with this Skill support multi-modal inputs like image and audio?

Yes, LLM inference with this Skill supports multi-modal inputs. It is designed to handle image, audio, and video data alongside text inputs when deploying large language models efficiently across GPU clusters.

Do I need CUDA and PyTorch to run distributed LLM serving?

Yes, you need CUDA and PyTorch to run distributed LLM serving with this Skill. These dependencies are required to execute large models efficiently and utilize custom kernels and quantization for fast inference.

How do I query a deployed model using an OpenAI-compatible REST API?

To query a deployed model using an OpenAI-compatible REST API, launch the vLLM server with a specified model and send requests via a REST client to generate responses. It also supports gRPC and offline batch inference.