NVIDIA: Nemotron 3 Nano 30B A3B (free) API
Access NVIDIA: Nemotron 3 Nano 30B A3B (free) from NVIDIA using Puter.js AI API.
Get Startednvidia/nemotron-3-nano-30b-a3b:free
Model Card
Nemotron 3 Nano 30B A3B (Free) is the free-tier access version of NVIDIA's hybrid Mamba-Transformer MoE reasoning model with 31.6B total parameters and only 3.2B active per token. It provides developers with efficient inference and customizable reasoning capabilities for building agentic AI systems at no cost.
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 3 Nano 30B A3B (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-3-nano-30b-a3b:free"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add NVIDIA: Nemotron 3 Nano 30B A3B (free) to your app without worrying about API keys or setup.
Read the Docs View Tutorials