Amazon (Nova)
Amazon Nova Pro (Bedrock Singapore)
model
nova-pro-bedrock-sgMidStableVisionStreamingVisionToolsLong contextSingapore
Context
300K
Input / 1M tokens
$0.8000
Output / 1M tokens
$3.20
Weighted tokens formula
0.5× provider × 4× tier
About this model
Amazon Nova Pro (Bedrock Singapore)
Amazon Nova Pro via AWS Bedrock Singapore. Multimodal flagship with PDPA-compliant residency.
Released
2024-12
Training cutoff
2024-10
Parameters
Not disclosed
Best for
Use cases
- ✓Singapore-resident multimodal
- ✓AWS production deployments in SG
- ✓PDPA workloads
Strengths
What it does well
- ●Native multimodal
- ●Singapore data processing
- ●Cheap relative to Sonnet
Limitations
Know the trade-offs
- !Reasoning trails Claude Opus class
Code example
Chat completion with Amazon Nova Pro (Bedrock Singapore)
from openai import OpenAI
client = OpenAI(
base_url="https://api.anoman.io/v1",
api_key="anm-sk-..."
)
response = client.chat.completions.create(
model="nova-pro-bedrock-sg",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Weighted tokens
weighted_tokens = raw_tokens × 0.5 (provider) × 4 (tier)
Pro plan: 20M weighted tokens/month. Combined multiplier 2×: 10,000,000 raw tokens available.
Alternatives
Similar models in our catalog
Workloads that fit Amazon Nova Pro (Bedrock Singapore) often fit these too. Compare benchmarks and pricing before locking in a default.