NVIDIA
Nemotron 3 Nano Omni
nvidia/nemotron-3-nano-omni
NVIDIA Nemotron 3 Nano Omni is a 30B-A3B open multimodal model designed to function as a perception and context sub-agent in enterprise agent systems.
Pricing
| Input | $0.05per 1M tokens |
|---|---|
| Output | $0.2per 1M tokens |
| Cached input | $0.03per 1M tokens read from cache |
Specifications
| Context window | 256Ktokens |
|---|---|
| Max output | 66Ktokens |
| Provider | NVIDIA |
| Capabilities | Vision · Reasoning · Function calling |
| Input types | text, image, video |
Use Nemotron 3 Nano Omni
Point your existing OpenAI SDK at xKiro and pass nvidia/nemotron-3-nano-omni as the model. Nothing else in your code changes.
from openai import OpenAI
client = OpenAI(
base_url="https://api.xkiro.com/v1",
api_key="YOUR_XKIRO_KEY",
)
response = client.chat.completions.create(
model="nvidia/nemotron-3-nano-omni",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)Supported parameters
max_tokens · temperature · top_p · stop · frequency_penalty · presence_penalty · seed · stream · tools · tool_choice · response_format · structured_outputs · reasoning · include_reasoning
Related models
- Llama 3.3 Nemotron Super 49B$0.1
- Nemotron 3 Nano$0.05
- Nemotron 3 Super$0.08
- Nemotron 3 Ultra$0.5
- CodestralFree
- Devstral 2Free
Call Nemotron 3 Nano Omni through the same endpoints you already use.
Get an API key