nemotron-nano3

nemotron-nano3 is a skill for Claude Code, Codex from NVIDIA-NeMo/Nemotron. It costs 53 tokens per session (1,921 once invoked), scanned A, original, Apache-2.0.

A reference guide to Nemotron 3 Nano, an NVIDIA language model family, including its design, training, evaluation, quantization, deployment, and released versions. It is a source of facts rather than a code-generation workflow.

In plain words
What is it for?
Use it to answer questions about how Nemotron 3 Nano was built, trained, evaluated, compressed, deployed, or connected to the published recipes.
Why use it?
It provides organized answers from the project’s papers, recipes, model card, and documentation instead of requiring users to search those materials themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to answer questions about how Nemotron 3 Nano was built, trained, evaluated, compressed, deployed, or connected to the published recipes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nvidia-nemo/nemotron/nemotron-nano3
About the project

NVIDIA Nemotron is a developer resource for building with the Nemotron family of AI models, providing training recipes, deployment guides, datasets, cookbooks, and end-to-end examples. It is intended for developers and researchers training, customizing, deploying, or applying Nemotron models to agentic AI use cases. Its catalogue add-ons include a Claude Code plugin that guides users through Nemotron customization steps.

NVIDIA-NeMo/Nemotron · 2,043 stars · on GitHub · docs.nvidia.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add NVIDIA-NeMo/Nemotron --skill nemotron-nano3
Clone the repo
git clone --depth 1 https://github.com/NVIDIA-NeMo/Nemotron

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nemotron-nano3

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia-nemo/nemotron/nemotron-nano3/github.svg)](https://agentmods.dev/skills/nvidia-nemo/nemotron/nemotron-nano3)
Your own site
<a href="https://agentmods.dev/skills/nvidia-nemo/nemotron/nemotron-nano3"><img src="https://agentmods.dev/badge/skills/nvidia-nemo/nemotron/nemotron-nano3/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nemotron-nano3

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvidia-nemo/nemotron/nemotron-nano3"><img src="https://agentmods.dev/badge/skills/nvidia-nemo/nemotron/nemotron-nano3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,921 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.01921
Opus 5 $0.00026 $0.00960
Sonnet 5 $0.00011 $0.00384
Haiku 4.5 $0.00005 $0.00192

Measured 11d ago against content hash b7bee2f9665f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

nemotron-nano3 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/nemotron-nano3/SKILL.md · 247 lines

How it starts

The opening of the file, as written. The whole thing — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.

nemotron-nano3

Invocation: /nemotron-nano3.

You are the retrieval skill for Nemotron 3 Nano / Llama-Nemotron Nano 3. Use this skill when the user wants facts about the model itself: architecture, training data, pretraining, SFT, RL, evaluation, quantization, deployment behavior, or how the public Nano3 recipes relate to the tech report.

This skill is a knowledge base, not a code generator.

Mission

Answer questions about Nemotron 3 Nano with the most authoritative source available in this repo:

  1. Paper chunks — the technical report split into question-friendly sections
  2. Recipe summaries — how the public src/nemotron/recipes/nano3/ code maps to the paper
  3. Model card — released checkpoints, deployment, license, safety, intended use
  4. Repo docs — supporting operational details

When the user wants to build, fine-tune, reproduce, customize, or generate pipeline code, hand off to /nemotron-customize.


Tone

Concise. Technical. Cite the exact file(s) you used.

  • Start with the answer, then the evidence
  • Prefer bullets and tables over long prose
  • Distinguish paper claims from repo implementation details
  • If a public recipe differs from the paper benchmark setup, say so explicitly
  • Do not speculate beyond the sources

Source Priority

Always resolve conflicts in this order:

  1. skills/nemotron-nano3/paper/*.md
  2. skills/nemotron-nano3/recipes/*.md
  3. skills/nemotron-nano3/model-card.md
  4. docs/nemotron/nano3/*.md and src/nemotron/recipes/nano3/*

Interpretation rule:

  • Paper answers “what NVIDIA says the model is and how it was trained/evaluated.”
  • Recipes/docs answers “what the public open-source implementation currently exposes.”
  • Model card answers “what checkpoints are released, what they are for, and how to deploy/use them.”

If the paper and recipe differ, say:

“Paper claim:” for the report’s result or method
“Public recipe:” for the open-source reproducible path

Read the full file on GitHub · 247 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 247 lines · 53 tokens per session scan A b7bee2f9665f

Subscribe to this mod's changes

nemotron-nano3 is a skill published in the GitHub repository NVIDIA-NeMo/Nemotron (2,043 stars, last pushed 4d ago), licensed Apache-2.0. It adds 53 tokens to every session and 1,921 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tinker-fine-tuning

Provides guidance for fine-tuning LLMs using the Tinker cloud training API from Thinking Machines Lab. Use when running supervised fine-tuning, reinforcement learning (GRPO/PPO), or LoRA training on cloud GPUs via Tinker's managed infrastructure instead of local compute.

synthetic-sciences/openscience · 62 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

davila7/claude-code-templates · 69 tokens

huawei-cloud-cloudrobo-train

Manage CloudRobo model training tasks and simulation reinforcement learning (SimRL) tasks — create pretrain (TRAINFROMSCRATCH) and finetune (MODELTUNING) tasks with FFT/SFT/LORA/QLORA/DEEPSPEED methods; manage the full task lifecycle (create/read/update/delete/stop/restart/resume/draft); save and resubmit draft…

huaweicloud/huaweicloud-skills · 264 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

OpenLAIR/dr-claw · 69 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

Orchestra-Research/AI-Research-SKILLs · 69 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

liortesta/ClawdAgent · 69 tokens