← All models
Nvidia logo

Nemotron 3 Super 120B A12B

Chat

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

Added March 11, 2026

Usage

import OpenAI from "openai";

const client = new OpenAI({
    baseURL: "https://api.tributary.cc/openai/v1",
    apiKey: "<TRIBUTARY_API_KEY>",
});

const completion = await client.chat.completions.create({
    model: "nvidia:nemotron-3-super-120b-a12b",
    messages: [
        { role: "user", content: "Hello!" }
    ],
});

console.log(completion.choices[0].message.content);

Providers

Provider Model Context Output Input $/M Output $/M
DeepInfra nvidia/NVIDIA-Nemotron-3-Super-120B-A12B 262K 262K $0.10 $0.50
Nebius nvidia/nemotron-3-super-120b-a12b 262K 33K $0.30 $0.90
Context/output in tokens. Prices in USD per 1M tokens.