Skip to main content

Deployment

For all methods and hardware platforms, see the official SGLang installation guide. The two paths below match the Python / Docker toggle in the command panel.
Command
Then run the Python output of the command panel below in that environment.
Pick your hardware and recipe to generate the launch command. Every platform publishes four operating points: Balanced (no speculation) plus three speculative decoders — MTP, DFlash, and DSpark. Use the Playground below to explore knobs beyond them.

Playground

The Playground is where you experiment with SGLang features beyond the verified matrix. The Deploy panel above only emits combinations the SGLang team has signed off on; the Playground lets you turn on additional knobs on top of whichever cell the Deploy panel is currently showing.

1. Model Introduction

NVIDIA Nemotron 3.5 Lightning is a 30B-A3B hybrid reasoning LLM. See the Hugging Face model cards below for architecture and evaluation details.
CheckpointPrecisionUse
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4NVFP4Serving — the checkpoint this page deploys
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16BF16Full-precision reference
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DFlashW4A16DFlash speculative draft model
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSparkW4A16DSpark speculative draft model
MTP needs no separate download — the draft head is embedded in the target checkpoint.

2. Usage

The server speaks the OpenAI API. With --reasoning-parser nemotron_3 enabled, the thinking trace lands in message.reasoning_content and the answer in message.content.
Example

2.1 Tool Calling

With --tool-call-parser qwen3_coder enabled, structured tool calls are returned in message.tool_calls.
Example