← Back to model catalogView full pricing and calculator →
NemotronLive
Nemotron 3 Nano 30B
Provider
Brightnode-hosted
Context
262,144 tokens
Pricing
$0.05 / 1M input · $0.20 / 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.05 per 1M tokens
Output: $0.20 per 1M tokens
Billing: Per-token, charged against wallet balance
Capabilities
Nemotron 3 Nano 30B 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-3-Nano-30B-A3B-BF16",
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-3-Nano-30B-A3B-BF16",
messages: [{ role: "user", content: "Hello from APAC" }],
});Other models on Brightnode
Amazon Nova 2 Lite
Proprietary models · Jakarta, Singapore, Malaysia, Thailand, Tokyo, Seoul, Taiwan
General-purpose inference
Amazon Nova Lite
Proprietary models · Singapore, Sydney, Tokyo
General-purpose inference
Amazon Nova Micro
Proprietary models · Singapore, Sydney, Tokyo
General-purpose inference
Amazon Nova Pro
Proprietary models · Singapore, Sydney, Tokyo
General-purpose inference
