All models
Model card on Hugging Face
Nemotron 3 Nano
by NVIDIA
Chat
Tools
Thinking
Nemotron 3 Nano is NVIDIA's small, efficient model tuned for reasoning and tool use, offered in dense and mixture-of-experts sizes. It's built for cost-effective agentic deployments and supports a 131K-token context.
- Publisher
- NVIDIA
- Context window
- 128K tokens
- Sizes
- 30B, 4B
- Licence
- nvidia-nemotron-open-model-license
Run Nemotron 3 Nano
Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.
from pendra import Pendra
client = Pendra(api_key="pdr_sk_...")
response = client.chat.completions.create(
model="nemotron-3-nano:30b-q6_k",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
Run Nemotron 3 Nano on your own UK infrastructure
Deploy a worker, install Nemotron 3 Nano, and start serving it through one sovereign API endpoint.