Skip to main content
SGLang supports a wide range of models across different categories, including large language models (LLMs), multimodal models, and specialized models for specific tasks.

Model Categories

SGLang organizes supported models into the following categories:

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:
For example, to search for Qwen3ForCausalLM:

Model-Specific Documentation

For detailed usage instructions and optimizations for specific models, see:

Total Supported Architectures

SGLang currently supports 166+ model architectures out of the box, with continuous additions in each release.