All ModelschatNemotron 3 Ultra

Nemotron 3 Ultra

by NVIDIAPremium

Try on Kunya
chat

Nemotron 3 Ultra

550B MoE frontier reasoning model (55B active) — long-horizon agentic workflows, coding agents, and deep research with 1M context. Free on OpenRouter. Web search via Kunya smart search (native tool calling not supported).

Model ID:nemotron-3-ultra-free

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "nemotron-3-ultra-free",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true
}
cURL example
curl -X POST https://kunya.ai/api/v1/chat/completions \
  -H "Authorization: Bearer kunya_YOUR_API_KEY" \
  -H "Content-Type: application/json"
  -d '{"model":"nemotron-3-ultra-free","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.

Pricing

Input$0 per 1M tokens
Output$0 per 1M tokens
Context Window1049K

Capabilities

Streaming Yes
Vision No
Reasoning Yes
Tool Use No
ProviderNVIDIA
Try on Kunya

Similar Models

Hy3

Tencent

295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought for coding, analysis, and tool use

API Documentation

MiMo v2.5 Pro

Xiaomi

Xiaomi's 1T-parameter flagship — agentic workflows, tool calling, and advanced reasoning with 1M context

API Documentation

MiniMax M2.5

MiniMax

Peak performance and ultimate value — master the complex

API Documentation

DeepSeek V4 Pro

DeepSeek

Flagship model — 1M context, thinking + non-thinking modes

API Documentation