#8 · Primary category: Inference & Local Deploy
sglang
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.