NVIDIA

NVIDIA

Nemotron 3 Ultra 550B

NVIDIA's open-weight model optimized for reasoning, coding, and long-context text generation. Engineers should use it when they need a balance of throughput and frontier-level performance without proprietary API constraints.

Modalities

Text → Text

Input

$0.675 /1M

Output

$3.375 /1M

Cached input

$0.0675 /1M90% off

Context

1M

Speed

fast

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#32

of 87 active models

Tokens served

464.1K

all-time

Success rate

100%

last 7 days

Median throughput52 tok/s
Total requests128
Platform share0.0%
Tokens · last 15 daysJul 19Aug 2

Pricing

Pay per token. Cached input is billed at 10% of the input rate.

$0.675 /1M input$3.375 /1M output
Hobby10 req/day · 2K in / 500 out
~$0.91/mo
Production1,000 req/day · 2K in / 500 out
~$91.13/mo
Scale20,000 req/day · 2K in / 500 out
~$1,823/mo
+ Estimate your workload
1,000
2,000
500
30%

Estimated monthly cost

$80.19

$2.67 / day on Nemotron 3 Ultra 550B

Same workload on:

Muse Spark 1.1$187+134%
Grok 4.5$284+254%

Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.

When to use Nemotron 3 Ultra 550B

Updated 2026-07-31

Where this model earns its cost — and where it doesn't.

Nemotron 3 Ultra 550B is a 550B parameter mixture-of-experts architecture with 55B active parameters per forward pass. It combines a hybrid Mamba-Transformer design to handle reasoning, coding, and general-purpose text tasks efficiently.

On Kyma, the model runs through an OpenAI-compatible endpoint with automatic request failover and exact cost reporting in the response payload. It supports tool use, structured outputs, and prompt caching, which bills repeated prefixes at 10% of the standard input rate.

The model accepts a 1,000,000 token context window but caps generation at 32,768 output tokens. It is strictly text-only and does not support vision or multimodal inputs.

Long Context Document Analysis

Process large technical manuals or codebases within the one million token window.

Automated Code Generation

Generate and refactor code using built-in reasoning and tool-use capabilities.

High Throughput Chat

Handle conversational workloads that require fast text generation and structured JSON outputs.

Reasoning Heavy Workflows

Execute multi-step logical tasks where active parameter routing improves accuracy.

Not ideal for: Tasks requiring image or video understanding, or workloads that need output sequences longer than 32,768 tokens.

How it compares

Against the peers people actually weigh it against.

SpecNemotron 3 Ultra 550BMuse Spark 1.1Grok 4.5
Input /1M$0.675$1.688$2.70
Output /1M$3.375$5.738$8.10
Context1M1M500K
ToolsYesYesYes
ReasoningYesYesYes
Speedfastmediummedium

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "nemotron-3-ultra-550b",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "nemotron-3-ultra-550b",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

What is the context window of Nemotron 3 Ultra 550B?

Nemotron 3 Ultra 550B has a 1M-token context window — roughly 1471 pages of text in a single request.

How much does the Nemotron 3 Ultra 550B API cost?

$0.675 per 1M input tokens and $3.375 per 1M output tokens, with cached input at $0.0675/1M — a 90% discount on repeated prompt prefixes. No subscription; you pay only for what you use.

Does Nemotron 3 Ultra 550B support function calling?

Yes — Nemotron 3 Ultra 550B supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

How do I use Nemotron 3 Ultra 550B?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to nemotron-3-ultra-550b. Signing up is free and includes $0.50 of credit — no card required.

Does this model support image inputs?

No, it is strictly text-only for both input and output modalities.

How does prompt caching work with this model?

Repeated prompt prefixes are billed at 10% of the standard input rate, reducing costs for long-context or system-prompt-heavy workflows.

Can I use function calling and structured outputs?

Yes, the model natively supports tool use and structured JSON responses, which are routed through Kyma's OpenAI-compatible API.

Start with $0.50 free credit — no card required.Create account →