Model Categories
SGLang organizes supported models into the following categories:- Large Language Models - Text-to-text generation models
- Multimodal Models - Models that process images, video, and audio
- Popular Model Families:
- Llama Models - Meta’s open-source LLM series
- Qwen Models - Alibaba’s language and multimodal models
- DeepSeek Models - Advanced reasoning-optimized models
Large Language Models
These models accept text input and produce text output. Many feature mixture-of-experts (MoE) architectures for improved scaling and efficiency.Example Launch Command
Supported Model Families
Leading Open Models
Enterprise & Research Models
Specialized & Regional Models
Compact & Edge Models
Architecture Innovations
Additional Supported Models
SGLang also supports many other model architectures including:- XVERSE MoE - 255B total, 36B active parameters
- DBRX - Databricks’ 132B MoE model
- Llama Nemotron - NVIDIA’s enterprise AI agents (up to 253B)
- StarCoder2 - Code generation models (3B-15B)
- Jet-Nemotron - Hybrid architecture language models
- StableLM - StabilityAI’s 3B-7B models
- GPT-J/GPT-2/GPT-BigCode - EleutherAI and compatibility models
- Persimmon - Adept’s 8B chat model
- Solar - Upstage’s 10.7B instruction model
- Tele FLM - BAAI’s 52B-1T multilingual model
- Ling - InclusionAI’s 16.8B-290B MoE models
Finding Model Architectures
To check if a specific model architecture is supported, search GitHub with:Qwen3ForCausalLM:
Model-Specific Documentation
For detailed usage instructions and optimizations for specific models, see:- Llama Models - Launch commands, benchmarks, EAGLE decoding
- Qwen Models - Configuration tips, MoE, reasoning
- DeepSeek Models - MLA optimizations, multi-node deployment
- Multimodal Models - Vision, audio, video support
