Deploy Nemotron 3 model family (Nemotron-3-Nano or Nemotron-3-Super) on DGX Spark
Nemotron is NVIDIA’s open language model family built for real workloads: strong reasoning, tool use, and long-context chat in a stack you can run on your own hardware. Models in the line share a similar product shape—capable assistants you can serve behind an OpenAI-style API and integrate with agents, IDEs, or custom apps—while checkpoints differ in size, architecture (including efficient MoE designs), and the serving stack that fits them best.
The family lives in the open Nemotron project and on Hugging Face alongside documentation and cookbooks from NVIDIA and the community. This playbook is your on-ramp for running Nemotron on a single DGX Spark: you get a working inference endpoint, not a tour of every training or export option.
You will deploy a production-style Nemotron inference server on DGX Spark with an OpenAI-compatible HTTP API, so you can send chat completions from curl, scripts, or client libraries. You will use checkpoints and runtimes that are known to work on Spark’s GB10 GPU and unified memory, with steps for verifying the server and (where the model supports it) reasoning-style behavior.
The instruction tabs are two supported ways to get there—different models and engines—picked to match what actually fits on one machine. You do not need both; choose the tab that matches the model you want.
curl for a quick smoke test.Hardware
Software (baseline)
Choosing a tab (only split here)
vllm/vllm-openai:v0.20.0), pointing the container at local Nemotron-3-Nano Omni weights and running vllm serve on port 8000. You will want the NVIDIA Container Toolkit and Docker with GPU access.vllm/vllm-openai:cu130-nightly, reasoning-parser plugin, tuned env vars and flags) or TensorRT-LLM (nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc9, hf download into a local folder, extra-llm-api-config.yml, and trtllm-serve). You will want the NVIDIA Container Toolkit, Docker with GPU access, and a Hugging Face token where the model card requires it.