New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
AWS Bedrock
Amazon Nova Pro
Amazon's multimodal model — 300K context, vision, and tool use at competitive pricing.
Released
Context Window
300.0K
tokensMax Output
5.0K
tokensInput / 1M
$0.80
per 1M tokensOutput / 1M
$3.20
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "bedrock/amazon.nova-pro-v1:0",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-your-api-key with your NemoRouter API key. Use bedrock/amazon.nova-pro-v1:0 as the model identifier.