by Amazon·Text + Image·300K context·Released 2025-12-03·Proprietary
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.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Amazon | $0.80 | $3.20 | 112 tok/s | 99.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" }]
}'