← Back to model catalog
NemotronLive

Nemotron Nano 9B v2

Provider
Brightnode-hosted
Context
131,072 tokens
Pricing
$0.04 / 1M input · $0.16 / 1M output
APAC regions
Singapore
Residency
in-region
Task
Chat
APAC performance

Latency profile

Performance data will be available once this route is live.

Pricing

Input: $0.04 per 1M tokens

Output: $0.16 per 1M tokens

Billing: Per-token, charged against wallet balance

View full pricing and calculator →
Capabilities

Nemotron Nano 9B v2 available via Brightnode-hosted.

Best for: General-purpose inference

Quickstart code snippets
Python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.brightnode.cloud/v1",
    api_key="YOUR_BRIGHTNODE_API_KEY",
)

response = client.chat.completions.create(
    model="nvidia/NVIDIA-Nemotron-Nano-9B-v2",
    messages=[{"role": "user", "content": "Hello from APAC"}],
)
Node
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.brightnode.cloud/v1",
  apiKey: process.env.BRIGHTNODE_API_KEY,
});

const response = await client.chat.completions.create({
  model: "nvidia/NVIDIA-Nemotron-Nano-9B-v2",
  messages: [{ role: "user", content: "Hello from APAC" }],
});
Other models on Brightnode