What problem does it solve? Serving large language models in production is slow and memory-hungry with standard transformers, causing high latency, low throughput, and GPU out-of-memory errors. This Skill guides you through deploying high-throughput LLM APIs with vLLM's PagedAttention and continuous batching. ## Core Features & Use Cases - Production API Deployment: Launch OpenAI-compatible endpoints with tensor parallelism, prefix caching, and Prometheus metrics monitoring. - Offline Batch Inference: Process large prompt datasets efficiently with automatic batching and configurable sampling parameters. - Quantized Model Serving: Fit 70B models on a single 40GB GPU using AWQ, GPTQ, or FP8 quantization. - Use Case: Deploy Llama-3-8B as an OpenAI-compatible chat API handling 100+ requests per second on a single A100, with metrics dashboards tracking TTFT and GPU cache usage. ## Quick Start Use the vLLM skill to deploy meta-llama/Llama-3-8B-Instruct as an OpenAI-compatible API server on port 8000 with prefix caching enabled.