nvidia
NVIDIA: Nemotron 3 Nano 30B A3B
NVIDIA Nemotron 3 Nano 30B A3B is a small language MoE model with highest compute efficiency and accuracy for developers to build specialized agentic AI systems. The model is fully...
Context
262k tokens
Input / 1M tokens
$0.05
Output / 1M tokens
$0.20
Benchmark
—
Pricing
Input tokens$0.05 per 1M tokens
Output tokens$0.20 per 1M tokens
Technical details
Model IDnvidia/nemotron-3-nano-30b-a3b
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens228,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'nvidia/nemotron-3-nano-30b-a3b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use NVIDIA: Nemotron 3 Nano 30B A3B?
Get an API key and start making requests in minutes.
Get an API key