Nemotron 3 Ultra 550b a55b
Model Overview
API Schema
The maximum number of tokens to generate. Controls output length and cost.
1024Sampling temperature. Higher values produce more random output; lower values make it more focused and deterministic. Do not use together with top_p.
0.7Nucleus sampling threshold. The model considers only tokens comprising the top top_p probability mass. Do not use together with temperature.
0.9Sample from the top K most likely tokens at each step. Reduces low-probability outputs. Recommended for advanced use cases only.
50If true, the response will be streamed as server-sent events (SSE) as it is generated.
falseExample: falseUp to 4 sequences where the API will stop generating further tokens.
["\\n\\n"]Penalizes tokens based on their frequency in the text so far, reducing repetition.
0Penalizes tokens based on whether they have appeared in the text so far, encouraging the model to discuss new topics.
0If specified, the system will attempt deterministic sampling β repeated requests with the same seed and parameters should return the same result.
42Controls which tool (if any) the model calls.
none β model will not call any tool. auto β model can pick between a message or tool call. required β model must call one or more tools.
A unique identifier for the chat completion.
chatcmpl-abc123chat.completionPossible values: Unix timestamp of when the completion was created.
1749730923The model used for the completion.
nvidia/nemotron-3-ultra-550b-a55bCode Example
Last updated
Was this helpful?