Skip to content

Commit e9323b3

Browse files
committed
Add Nemotron Super
1 parent 0d28e8f commit e9323b3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

web/src/data/models.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,19 @@
338338
"modality": "text+image+video->text",
339339
"description": "Qwen3.5-9B is a multimodal foundation model from the Qwen3.5 family, designed to deliver strong reasoning, coding, and visual understanding in an efficient 9B-parameter architecture. It uses a unified vision-language design with early fusion of multimodal tokens, allowing the model to process and reason across text and images within the same context."
340340
},
341+
{
342+
"id": "openrouter/nvidia/nemotron-3-super-120b-a12b",
343+
"label": "Nemotron 3 Super",
344+
"provider": "NVIDIA",
345+
"tier": "budget",
346+
"context_length": 1000000,
347+
"pricing": {
348+
"prompt": 0.1,
349+
"completion": 0.5
350+
},
351+
"modality": "text->text",
352+
"description": "Nemotron 3 Super is NVIDIA's 120B-parameter open hybrid Mixture-of-Experts model that activates only 12B parameters during inference, built on a hybrid Mamba-Transformer architecture with multi-token prediction. It features a 1M token context window and delivers over 50% higher token generation throughput compared to leading open models. Trained with multi-environment reinforcement learning across 10+ environments, it excels at complex multi-agent applications with long-term agent coherence and multi-step task planning. Fully open with weights, datasets, and recipes available under the NVIDIA Open License."
353+
},
341354
{
342355
"id": "openrouter/minimax/minimax-m2.1",
343356
"label": "MiniMax M2.1",

0 commit comments

Comments
 (0)