All open source
Open SourceInference18k

SGLang

Fast serving framework for LLMs and vision-language models.

SGLang is a fast serving framework for large language and vision-language models that combines an optimized runtime with a structured generation language. Its runtime features RadixAttention for automatic reuse of shared prefix KV caches, along with continuous batching and efficient structured/constrained decoding. It targets high-throughput serving of complex, multi-call and agentic LLM programs.

Repository

sgl-project/sglang

Language

Python

What you'd build with it

  • Serving LLMs and vision-language models with high throughput where many requests share common prompt prefixes
  • Implementing complex prompting programs (multi-turn, branching, parallel calls) with the structured generation DSL
  • Running constrained or structured decoding (e.g. JSON-schema-guided output) efficiently at scale

Tags

servingthroughputvlm