nvidia

NVIDIA: Nemotron 3.5 Lightning

Try in chat →

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
1M tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.18
Benchmark
—

Uptime & performance

Loading…

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.18 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDnvidia/nemotron-3.5-lightning
Context window1M tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens235,929

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?

Try it in the browser first, then get an API key and start making requests in minutes.