infery
← All models

Nemotron 3 Nano Omni

nemotron-3-nano-omni-vision

Visionby NVIDIA

Vision reasoning variant of NVIDIA's Nemotron 3 Nano Omni. 30B A3B hybrid Transformer-Mamba MoE - accepts an image plus a prompt and returns text.

Details

Accepts
image

Pricing

Input
750 cr / 1M tokens

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
top_pnumberNucleus sampling probability mass.
promptrequiredstringText prompt to send to the model. English only.
image_urlrequiredstringURL of the image to reason about. RGB JPEG or PNG.
max_tokensintegerMaximum number of tokens to generate.
temperaturenumberSampling temperature. Lower is more deterministic.
system_promptOptional system prompt to steer the model. Reasoning behavior is controlled by the separate `reasoning_mode` field.
reasoning_modestringenum: think, no_thinkWhether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer.
enable_safety_checkerbooleanWhether to enable the safety checker.

Output

FieldTypeDescription
usageToken usage for the request.
outputstringGenerated text response.
finish_reasonstringReason generation stopped.