Nova Pro 2

amazon/nova-pro-2
by Amazon·Text + Image·300K context·Released 2025-12-03·Proprietary
hosted

Overview

Amazon's mid-tier hosted model, served on Bedrock. Solid general-purpose quality, multimodal input, dependable enterprise uptime, tight AWS integration. A reasonable managed choice if you're already on AWS. Priced above the open mid-tier.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence74
Coding76
Instruction following87

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
Amazon$0.80$3.20112 tok/s99.8%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-pro-2",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'