Back to Blog
Product Update

NVIDIA Nemotron 3 Now Available on Global AI Store

Billy Gilchrist December 20, 2025

We're thrilled to announce that NVIDIA Nemotron 3 Nano is now available on Global AI Store, bringing breakthrough agentic AI capabilities to our platform.

Available Now

Nemotron 3 Nano is ready to use via our API. Get started with our Standard and Professional plans.

Get API Access

What is Nemotron 3?

On December 15, 2025, NVIDIA announced the Nemotron 3 family of open models, designed to power transparent, efficient, and specialized agentic AI development across industries. The family includes three model sizes:

Why Nemotron 3 Nano?

Nemotron 3 Nano introduces a breakthrough hybrid latent mixture-of-experts (MoE) architecture that helps developers build and deploy reliable multi-agent systems at scale. Key features include:

4x Higher Throughput

Delivers 4x higher throughput than the previous Nemotron 2 Nano model.

60% Cost Reduction

Reduces reasoning-token generation by up to 60%, lowering inference costs.

1M Token Context

Hybrid Mamba-Transformer architecture with a massive 1 million token context window.

Open & Transparent

Part of NVIDIA's commitment to open models with published training datasets.

Use Cases

Nemotron 3 Nano excels at agentic AI applications, including:

Get Started Today

Nemotron 3 Nano is available now through the Global AI Store API. Simply select the nemotron-3-nano model in your API calls to start building with this powerful new model.

const response = await fetch(
  'https://api.globalaistore.com/v1/models/generate',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      prompt: "Debug this Python function...",
      model: "nemotron-3-nano"
    })
  }
);

For more information, check out our API documentation or contact our support team.

Ready to Try Nemotron 3?

Start building with NVIDIA's latest agentic AI model today.