What problem does it solve?
SGLang provides a self-hosted, high-performance serving framework for large language and multimodal models, enabling organizations to deploy inference at scale with OpenAI-compatible APIs and hardware-aware optimizations.
Core Features & Use Cases
- High-throughput inference serving across single GPUs to large clusters.
- OpenAI-compatible API compatibility for chat, completions, embeddings, and vision endpoints.
- Model and hardware versatility with support for quantization, speculative decoding, KV caching, and multi-GPU/distributed inference.
- Use cases include deploying an in-house inference server for customer support chatbots, document understanding pipelines, and offline batch inference scenarios.
Quick Start
Launch the SGLang server with a model-path and host/port, then send a request to the /v1 endpoints to begin serving.