#8 · Primary category: Inference & Local Deploy

sglang

attention blackwell cuda deepseek diffusion glm gpt-oss inference llama llm minimax moe qwen qwen-image reinforcement-learning transformer vlm wan

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

Project last updated:08/29/26

GitHub Stars

32.8K

Forks

8.3K

Contributors

1.8K

License

Apache-2.0

Why we included this project

SGLang has become a default choice for teams that want to serve open language and multimodal models on their own hardware, and it earns that spot by handling the unglamorous parts of the serving stack itself: request batching, KV-cache management, structured output decoding, and spreading a workload across many GPUs. That means you can stand up an OpenAI-compatible endpoint for DeepSeek, Llama, Qwen, or GLM without wiring the plumbing by hand. Its RadixAttention prefix caching and model-specific kernels show up as measurable throughput gains on NVIDIA and AMD accelerators, and the project has since grown to cover diffusion-based image and video generation. If you are comparing runtimes for a serious deployment, SGLang is one of the first engines worth putting on the bench, especially when you want to run a freshly released checkpoint the week it ships.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category