NVIDIA: Nemotron Nano 9B V2 (free) API

Access NVIDIA: Nemotron Nano 9B V2 (free) from NVIDIA using Puter.js AI API.

Get Started

Model Card

Nemotron Nano 9B V2 (Free) is the free-tier access version of NVIDIA's efficient 9B hybrid Mamba-Transformer reasoning model with 128K context support. It provides controllable thinking budget and multilingual support across 10 languages for building AI agents, chatbots, and RAG systems.

Context Window

N/A

tokens

Max Output

N/A

tokens

Input Cost

$0

per million tokens

Output Cost

$0

per million tokens

API Usage Example

Add NVIDIA: Nemotron Nano 9B V2 (free) to your app with just a few lines of code.
No API keys, no backend, no configuration required.

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "nvidia/nemotron-nano-9b-v2:free"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add NVIDIA: Nemotron Nano 9B V2 (free) to your app without worrying about API keys or setup.

Read the Docs View Tutorials