nvidia

NVIDIA: Nemotron 3.5 Lightning

NVIDIA Nemotron 3.5 Lightning is an open mixture-of-experts model from NVIDIA, with 3B active parameters out of 30B total. It is suited for high-throughput agentic workloads and specialized tasks that...

Context
262k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.25
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.25 per 1M tokens
Cache read$0.05 per 1M tokens

Technical details

Model IDnvidia/nemotron-3.5-lightning
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens262,144

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.5-lightning',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use NVIDIA: Nemotron 3.5 Lightning?

Get an API key and start making requests in minutes.

Get an API key