sgl-project/sglang

SGLang is a high-performance serving framework for large language models and multimodal models.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on February 25th, 2026
Created on January 8th, 2024
Open Issues & Pull Requests: 4,928 (+2)
Number of forks: 8,161
Total Stargazers: 32,377 (+2)
Total Subscribers: 177 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 hours
Mean response time: 6.0 days
90th percentile: 12.1 days
Tracked items: 5,781

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 824
New in 7 days: 105
Closed in 7 days: 77
Avg open age: 33 days
Stale 30+ days: 366
Stale 90+ days: 24

Recent activity

Opened in 7 days: 94
Closed in 7 days: 63
Comments in 7 days: 133
Events in 7 days: 333

Top labels

  • inactive (3,192)
  • high priority (409)
  • good first issue (248)
  • bug (221)
  • help wanted (184)
  • deepseek (91)
  • enhancement (70)
  • npu (65)

Detailed Description

SGLang is a high-performance serving framework for large language models and multimodal models, designed to deliver low-latency and high-throughput inference across single GPUs and large distributed clusters. The framework is written in Python and maintained as an open-source project under the LMSYS organization.

The framework's core runtime features include RadixAttention for prefix caching, a zero-overhead CPU scheduler, prefill-decode disaggregation, speculative decoding including the next-generation DFlash and Spec V2 technologies, continuous batching, paged attention, tensor and pipeline parallelism, expert parallelism, data parallelism, structured outputs, chunked prefill, and quantization support across FP4, FP8, INT4, AWQ, and GPTQ formats. SGLang also supports multi-LoRA batching for efficient serving of multiple fine-tuned variants. The framework extends beyond traditional language model inference to support diffusion models for video and image generation through SGLang Diffusion.

Model support is extensive, covering language models including Llama, Qwen, DeepSeek, Kimi, GLM, GPT, Gemma, and Mistral, alongside embedding models like e5-mistral, gte, and mcdse, as well as reward models such as Skywork. The framework maintains compatibility with most Hugging Face models and OpenAI APIs. Hardware support spans NVIDIA GPUs including GB200, B300, H100, and A100, AMD GPUs including MI355 and MI300, Intel Xeon CPUs, Google TPUs, and Ascend NPUs, reflecting broad deployment flexibility.

Recent development highlights demonstrate rapid iteration and industry responsiveness. The repository achieved day-zero support for DeepSeek-V4 with verified reinforcement learning integration, DeepSeek-V3.2 with sparse attention optimization, and latest models including Nemotron 3 Ultra, Nemotron 3 Super, and Higgs Audio v3 TTS. Performance achievements include 25x inference acceleration on NVIDIA GB300 NVL72, 3.8x prefill and 4.8x decode throughput improvements on GB200 with prefill-decode disaggregation and large-scale expert parallelism, and native TPU support through the SGLang-Jax backend introduced in October 2025.

SGLang has established itself as a production-grade system powering over 400,000 GPUs worldwide and generating trillions of tokens daily. The framework serves as a rollout backend for training frontier models and is integrated with post-training frameworks including AReaL, Miles, slime, Tunix, and verl. Adoption spans major technology organizations including xAI, AMD, NVIDIA, Intel, LinkedIn, Cursor, Oracle Cloud, Google Cloud, Microsoft Azure, AWS, and leading academic institutions including MIT, Stanford, UC Berkeley, and Tsinghua University.