NVIDIA Nemotron

NVIDIA Nemotron API

Access NVIDIA Nemotron instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain AI like I'm five!", {
    model: "nvidia/llama-3.1-nemotron-ultra-253b-v1"
}).then(response => {
    console.log(response);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain AI like I'm five!", {
            model: "nvidia/llama-3.1-nemotron-ultra-253b-v1"
        }).then(response => {
            console.log(response);
        });
    </script>
</body>
</html>

List of NVIDIA Nemotron Models

Chat

Nemotron 3 Ultra 550B A55B

nvidia/nemotron-3-ultra-550b-a55b

Nemotron 3 Ultra 550B A55B is NVIDIA's open-weight frontier reasoning model with 550B total and 55B active parameters, built on a hybrid Mamba-Transformer Mixture-of-Experts architecture. It supports a 1M token context window and is designed for long-running agentic workflows, complex multi-step reasoning, and high-accuracy tasks across code, math, and science. NVIDIA reports up to 5.9x higher inference throughput than comparable open MoE models. On the Artificial Analysis Intelligence Index it scores 48, leading US open-weight models and delivering the highest non-hallucination score in its comparison set (78.7 on AA-Omniscience). Choose it for production agentic pipelines, deep document analysis, or reasoning-heavy API workloads where both accuracy and throughput matter.

Chat

Nemotron 3.5 Content Safety

nvidia/nemotron-3.5-content-safety:free

Nemotron 3.5 Content Safety is a compact 4B-parameter multimodal guardrail model from NVIDIA, fine-tuned from Google Gemma-3-4B, designed to moderate both inputs and outputs of LLMs and VLMs. It classifies prompts and responses as safe or unsafe across 23 safety categories based on the Aegis v2 taxonomy, supports 12 languages, and accepts both text and image input. An optional reasoning mode provides step-by-step chain-of-thought traces explaining each decision — useful for auditing and policy tuning. Despite its 4B size, it leads external multimodal safety benchmarks including the top harmful-F1 score on VLGuard, matching or beating 8–12B models. It also supports custom operator-defined content policies enforced at inference time. Choose it for prompt and response moderation pipelines, safety evaluation of LLM outputs, or as an inference-time guardrail in enterprise AI applications requiring explainable, policy-aware content filtering.

Chat

Nemotron 3 Nano Omni

nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free

Nemotron 3 Nano Omni is an open multimodal model from NVIDIA that unifies text, image, video, and audio understanding in a single inference pass. Built on a 30B-parameter hybrid Mamba-Transformer Mixture-of-Experts architecture with only ~3B active parameters per token, it delivers strong reasoning at small-model inference costs. It tops six leaderboards across document intelligence (MMLongBench-Doc, OCRBenchV2), video and audio understanding (WorldSense, DailyOmni, VoiceBench), and achieves the highest throughput of any benchmarked model — open or closed — on MediaPerf's video tasks, with up to 9x higher throughput than comparable open omni models. Designed as a multimodal perception sub-agent in agentic systems, it excels at document reasoning, GUI-based computer use, speech transcription, and audio-video analysis — replacing fragmented multi-model pipelines with a single call. Supports up to 256K context with an optional reasoning mode.

Chat

Nemotron 3 Super

nvidia/nemotron-3-super-120b-a12b

Nemotron 3 Super is NVIDIA's open-weight 120B-parameter hybrid Mamba-Transformer MoE model with only 12B active parameters, designed for running complex multi-agent agentic AI systems at scale. It features a 1-million-token context window to prevent goal drift across long tasks and delivers up to 5x higher throughput than its predecessor. The model excels at reasoning, coding, and tool use.

Chat

Nemotron 3 Nano 30B A3B

nvidia/nemotron-3-nano-30b-a3b

Nemotron 3 Nano 30B A3B is a 31.6B total parameter (3.2B active) hybrid Mamba-Transformer MoE model trained from scratch by NVIDIA with a 1M token context window. It offers up to 3.3x higher throughput than comparable models and supports configurable reasoning traces for both agentic and conversational tasks.

Chat

Llama 3.3 Nemotron Super 49B V1.5

nvidia/llama-3.3-nemotron-super-49b-v1.5

Llama 3.3 Nemotron Super 49B v1.5 is an upgraded 49B parameter reasoning model derived from Llama 3.3 70B Instruct, optimized for single-GPU deployment on H100/H200 through Neural Architecture Search. It supports 128K context and is post-trained for agentic workflows including RAG, tool calling, and multi-turn conversations.

Chat

Nemotron Nano 9B V2

nvidia/nemotron-nano-9b-v2:free

Nemotron Nano 9B V2 is a 9B parameter hybrid Mamba-Transformer model trained from scratch by NVIDIA with a 128K context window, achieving up to 6x higher inference throughput than similar models like Qwen3-8B. It features controllable reasoning budget allowing developers to balance accuracy and response time for edge deployment.

Chat

Nemotron Nano 12B 2 VL

nvidia/nemotron-nano-12b-v2-vl

Nemotron Nano 12B V2 VL is a 12.6B parameter multimodal vision-language model built on a hybrid Mamba-Transformer architecture for document intelligence and video understanding. It processes multiple images, documents, and videos while achieving leading results on OCRBench v2 with up to 2.5x higher throughput using Efficient Video Sampling.

Chat

Llama 3.1 Nemotron Ultra 253B v1

nvidia/llama-3.1-nemotron-ultra-253b-v1

Llama 3.1 Nemotron Ultra 253B is a 253B parameter reasoning model derived from Llama 3.1 405B using Neural Architecture Search for improved efficiency, supporting 128K context and toggle ON/OFF reasoning modes. It excels at complex math, scientific reasoning, coding, RAG, and tool calling tasks while fitting on a single 8xH100 node.

Chat

Llama 3.1 Nemotron 70B Instruct

nvidia/llama-3.1-nemotron-70b-instruct

Llama 3.1 Nemotron 70B Instruct is a 70B parameter LLM customized by NVIDIA using RLHF to improve response helpfulness, achieving top rankings on alignment benchmarks like Arena Hard and AlpacaEval 2 LC. It supports a 128K token context and is optimized for conversational AI and instruction-following tasks.

Frequently Asked Questions

What is this NVIDIA Nemotron API about?

The NVIDIA Nemotron API gives you access to models for AI chat. Through Puter.js, you can start using NVIDIA Nemotron models instantly with zero setup or configuration.

Which NVIDIA Nemotron models can I use?

Puter.js supports a variety of NVIDIA Nemotron models, including Nemotron 3 Ultra 550B A55B, Nemotron 3.5 Content Safety, Nemotron 3 Nano Omni, and more. Find all AI models supported by Puter.js in the AI model list.

How much does it cost?

With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.

What is Puter.js?

Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.

Does this work with React / Vue / Vanilla JS / Node / etc.?

Yes — the NVIDIA Nemotron API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.