Maxynetic Systems
To be released soon

Nemotron 3 Nano 30B A3B

NVIDIA

NVIDIA Nemotron 3 Nano is an open reasoning model optimized for fast, cost-efficient inference. Built with a hybrid MoE and Mamba architecture and trained on NVIDIA-curated synthetic reasoning data, it delivers strong multi-step reasoning with stable latency and predictable performance for agentic and production workloads.

  • Language
  • Reasoning
  • Tool use
Context
262K
Max output
262K
Input / 1M
$0.050
Output / 1M
$0.240

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass nvidia/nemotron-3-nano-30b-a3b as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3-nano-30b-a3b",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.050

  • Output

    Per 1M completion tokens

    $0.240

A 1M-token prompt with 250K tokens of output costs about $0.110.

More from NVIDIA