IranRouter
All models
NVIDIA

NVIDIA: Nemotron 3 Super

Available

by NVIDIA

nvidia/nemotron-3-super-120b-a12b

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. Built on a hybrid Mamba-Transformer...

At a glance

Context window
262Ktokens
Max output
236Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupportedmediumlow

Benchmarks

Intelligence index
14
Coding index
38
Agentic index
4

Source: Artificial Analysis · as of Sep 16, 2026

Performance

Uptime on IranRouter

46.8%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

3,083 ms

Aug 18Sep 16

Throughput

40.4 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
Rank change, 7 days

Daily tokens · 90 days

52.9B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

frequency_penaltyinclude_reasoninglogit_biaslogprobsmax_tokensmin_ppresence_penaltyreasoningreasoning_effortrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="nvidia/nemotron-3-super-120b-a12b",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.