Maxynetic Systems
To be released soon

NVIDIA Nemotron 3 Super 120B A12B

NVIDIA

NVIDIA Nemotron 3 Super is a 120B-parameter open hybrid MoE model, activating just 12B parameters for maximum compute efficiency and accuracy in complex multi-agent applications. It delivers up to 7x higher throughput, providing fast, cost-efficient inference for agentic tasks. Additionally, a long context window gives the model long-term memory, preventing AI agents from losing focus on long, multi-step tasks and ensuring high-accuracy results. Fully open with weights, datasets, and recipes, Super allows easy customization and secure deployment anywhere.

  • Language
  • Reasoning
  • Tool use
Context
256K
Max output
32K
Input / 1M
$0.150
Output / 1M
$0.650

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass nvidia/nemotron-3-super-120b-a12b 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-super-120b-a12b",
    "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.150

  • Output

    Per 1M completion tokens

    $0.650

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

More from NVIDIA