← Back to model catalog
View full pricing and calculator →
Mistral Nemo
Provider
Brightnode-hosted
Context
131,072 tokens
Pricing
$0.15 / 1M input · $0.15 / 1M output
APAC regions
Singapore
Residency
in-region
Task
Chat
APAC performance
Latency profile
| Singapore | Tokyo | Sydney | |
|---|---|---|---|
| TTFT p50 | 38 | 54 | 47 |
| TTFT p95 | 59 | 82 | 74 |
| E2E latency p50 | 76 | 93 | 86 |
| E2E latency p95 | 113 | 137 | 126 |
Pricing
Input: $0.15 per 1M tokens
Output: $0.15 per 1M tokens
Billing: Per-token, charged against wallet balance
Dedicated endpoint option
- A100 80GB: $4.01/hr (Singapore)
- H100 80GB: $14.29/hr (Singapore)
Capabilities
Instruction-tuned Mistral model optimized for chat quality, efficient throughput, and production assistant workloads.
Best for: Production chat, Cost-performance optimization, Assistant backends, Document QA
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="mistralai/Mistral-Nemo-Instruct-2407",
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: "mistralai/Mistral-Nemo-Instruct-2407",
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
