IranRouter
All models
NVIDIA

NVIDIA: Nemotron 3.5 Lightning

Available

by NVIDIA

nvidia/nemotron-3.5-lightningUsage rank #25

NVIDIA Nemotron 3.5 Lightning is an open mixture-of-experts model from NVIDIA, with 3B active parameters out of 30B total. It is suited for high-throughput agentic workloads and specialized tasks that...

At a glance

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

Capabilities

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupported

Benchmarks

Intelligence index
14
Coding index
27
Agentic index
6

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.68738
tau_bench_verified_airline0.6349

Source: Artificial Analysis · as of Sep 16, 2026

Performance

Uptime on IranRouter

45.5%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

777 ms

Aug 18Sep 16

Throughput

123.6 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
#25
Rank change, 7 days
+3

Daily tokens · 90 days

129.3B

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_penaltyreasoningrepetition_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.5-lightning",
    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.