What problem does it solve? Serving large language models in production is slow, memory-hungry, and hard to scale. This Skill guides you through deploying high-throughput LLM inference with vLLM, covering PagedAttention memory management, continuous batching, quantization, and production monitoring. ## Core Features & Use Cases - Production API Deployment: Launch OpenAI-compatible endpoints with tensor parallelism, prefix caching, and Prometheus metrics for multi-user applications. - Offline Batch Inference: Process large prompt datasets efficiently with automatic batching and structured result export. - Quantized Model Serving: Fit 70B models on a single 40GB GPU using AWQ, GPTQ, or FP8 quantization with minimal accuracy loss. - Use Case: Deploy Llama-3-8B as an OpenAI-compatible API handling 100+ requests per second, monitor TTFT and GPU cache usage via Prometheus, and troubleshoot OOM or latency issues using the included reference guides. ## Quick Start Use the vLLM skill to deploy meta-llama/Llama-3-8B-Instruct as an OpenAI-compatible server on port 8000 with prefix caching enabled.