Amazon Nova 2 Pro
ActiveNext-generation Nova flagship with 1M context from Amazon Bedrock.
Overview
Amazon Nova 2 Pro is the most capable model in the second-generation Nova family, featuring a 1M token context window and improved multimodal reasoning. Available through Amazon Bedrock.
History
Amazon Nova 2 Pro was released on 2025-11-01.
Training & availability
Amazon (AWS) has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Max output: 16K tokens.
-
Input modalities: text, image, video.
Recommended for: vision, agentic, long-context.
Pricing
- Input: $2.1900 per 1M tokens
- Output: $17.5000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="amazon/amazon-nova-2-pro",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Supported
Price vs quality
Priced like a frontier model. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $13.67/1M
- Pricing breakdown
- $2.19/1M in
$17.5/1M out
Community ratings
Rate Amazon Nova 2 Pro
Sign in to rate and review.
Comments
Sign in to leave a comment.