← Back to model catalogView full pricing and calculator →
NovaLive
Amazon Nova 2 Lite
Provider
Proprietary models
Context
300,000 tokens
Pricing
$0.32 / 1M input · $2.64 / 1M output
APAC regions
Jakarta, Singapore, Malaysia, Thailand, Tokyo, Seoul, Taiwan
Residency
in-region
Task
Chat
APAC performance
Latency profile
Performance data will be available once this route is live.
Pricing
Input: $0.32 per 1M tokens
Output: $2.64 per 1M tokens
Billing: Per-token, charged against wallet balance
Capabilities
Amazon Nova 2 Lite available via Amazon Bedrock.
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="amazon/nova-2-lite",
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: "amazon/nova-2-lite",
messages: [{ role: "user", content: "Hello from APAC" }],
});Other models on Brightnode
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
Amazon Titan Embed Image v1
Proprietary models · Mumbai, Sydney, New Zealand
General-purpose inference
