Text Generator Brain Text Generator
Modelschevron_rightNVIDIAchevron_rightLlama Nemotron Super 49B
NVIDIA model

Llama Nemotron Super 49B

nemotron-super-49b

Llama-based Nemotron tuned for reasoning, served through 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-super-49b",
    messages=[{"role": "user", "content": "Hello"}],
)
Resilient by default

Configured fallback path

Llama Nemotron Super 49Barrow_forwardNemotron 3 Nano