by NVIDIAPremium
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).
nemotron-3-ultra-freeGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "nemotron-3-ultra-free",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true
}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}'Tencent
295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought for coding, analysis, and tool use
API DocumentationXiaomi
Xiaomi's 1T-parameter flagship — agentic workflows, tool calling, and advanced reasoning with 1M context
API Documentation