Deployment
Install SGLang
Install SGLang
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.Then run the Python output of the command panel below in that environment.
- Python (pip / uv)
- Docker
Command
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.| Checkpoint | Precision | Use |
|---|---|---|
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 | NVFP4 | Serving — the checkpoint this page deploys |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 | BF16 | Full-precision reference |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DFlash | W4A16 | DFlash speculative draft model |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark | W4A16 | DSpark speculative draft model |
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
