Text Generator Brain Text Generator
Modelschevron_rightNVIDIAchevron_rightNemotron 3 Super
NVIDIA model

Nemotron 3 Super

nemotron-3-super

Mid-size NVIDIA Nemotron MoE for reasoning and agents on NIM.

Drop-in OpenAI compatibility

Use one model ID.

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.text-generator.io/v1",
    api_key="YOUR_TEXT_GENERATOR_KEY",
)

response = client.chat.completions.create(
    model="nemotron-3-super",
    messages=[{"role": "user", "content": "Hello"}],
)
Resilient by default

Configured fallback path

Nemotron 3 Superarrow_forwardNemotron 3 Nano