Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • View All Playbooks
    View All Playbooks

    onboarding

    • Set Up Local Network Access
    • Open WebUI with Ollama

    data science

    • Single-cell RNA Sequencing
    • Portfolio Optimization
    • CUDA-X Data Science
    • Build Knowledge Graphs with txt2kg
    • Optimized JAX

    tools

    • DGX Dashboard
    • RAG Application in AI Workbench
    • Set up Tailscale on Your Spark
    • VS Code
    • Connect Three DGX Spark in a Ring Topology
    • Connect Multiple DGX Spark through a Switch

    fine tuning

    • FLUX.1 Dreambooth LoRA Fine-tuning
    • LLaMA Factory
    • Fine-tune with NeMo
    • Fine-tune with Pytorch
    • Unsloth on DGX Spark

    use case

    • Run Hermes Agent with a Local LLM
    • cuTile Kernels
    • CLI Coding Agent
    • Run NemoClaw with a Local LLM
    • 🦞 Set Up Example NemoClaw Agents 🦞
    • Live VLM WebUI
    • Install and Use Isaac Sim and Isaac Lab
    • Vibe Coding in VS Code
    • Build and Deploy a Multi-Agent Chatbot
    • Connect Two Sparks
    • NCCL for Multiple Sparks
    • Build a Video Search and Summarization (VSS) Agent
    • Spark & Reachy Photo Booth
    • Secure AI Agents with OpenShell
    • Run OpenClaw with a Local LLM

    inference

    • Generate Images and Videos with ComfyUI
    • Serve LLMs with vLLM
    • Speculative Decoding
    • Run models with llama.cpp on DGX Spark
    • Nemotron Model Family on DGX Spark
    • Serve LLMs with SGLang
    • TRT LLM for Inference
    • Quantize Models to NVFP4 with NVIDIA Model Optimizer
    • Multi-modal Inference
    • NIM on Spark
    • LM Studio on DGX Spark

    Nemotron Model Family on DGX Spark

    45 MIN

    Deploy Nemotron 3 model family (Nemotron-3-Nano or Nemotron-3-Super) on DGX Spark

    • Inference
    • Nemotron Nano
    • Nemotron Super
    Nemotron on GitHub
    OverviewOverviewRun Nemotron NanoRun Nemotron NanoRun Nemotron SuperRun Nemotron SuperTroubleshootingTroubleshooting

    Basic idea

    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.

    What you'll accomplish

    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.

    What to know before starting

    • Comfortable using a Linux terminal, environment variables, and running Docker with GPU access.
    • Able to use Hugging Face Hub for downloads and, for gated assets, an account and token.
    • Basic familiarity with REST APIs or curl for a quick smoke test.

    Prerequisites

    Hardware

    • NVIDIA DGX Spark with GB10
    • Enough disk for model weights, build artifacts or container layers, and caches (plan for tens of gigabytes minimum; large checkpoints need more)

    Software (baseline)

    • Network access to GitHub, Hugging Face, and (for containerized serving) container registries
    • Current NVIDIA GPU driver stack appropriate for your Spark image

    Choosing a tab (only split here)

    • Run Nemotron Nano — You serve Nemotron-3-Nano on Docker with vLLM (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.
    • Run Nemotron Super — You serve the NVFP4 Nemotron-3-Super checkpoint on Docker with either vLLM (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.

    Time & risk

    • Time: First-time setup usually on the order of tens of minutes to longer, dominated by downloads (weights, and for Super, the inference image). Exact times depend on bandwidth and cache state.
    • Risk level: Low — work is in user space (Docker, weight directories, cache dirs); you are not asked to reimage the system.
    • Rollback: Remove the model/weight directories you created, prune Docker images/containers, and clear Hugging Face cache only if you intend to reclaim disk.
    • Last updated: 07/01/2026 — Switch Nemotron Nano tab to vLLM

    Resources

    • Nemotron Spark deployment guide (Super)
    • Nemotron-3-Super NVFP4 on Hugging Face
    • NVIDIA NeMo Nemotron
    • DGX Spark Documentation
    • DGX Spark Forum
    • DGX Spark User Performance Guide
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation