Nova Premier 1.0
ActiveAmazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.
Overview
Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.
History
Nova Premier 1.0 became available via the Amazon (AWS) API on 2025-10-31.
Training & availability
Amazon (AWS) has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Input modalities: text, image.
Recommended for: vision, long-context.
Pricing
- Input: $2.5000 per 1M tokens
- Output: $12.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/nova-premier-v1",
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.
Providers & performance
1 providerMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Amazon Bedrock | 21tok/s | 464ms | $2.5 | $12.5 | 1.0M | — | tools |
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced like a frontier model. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $10/1M
- Pricing breakdown
- $2.5/1M in
$12.5/1M out
Community ratings
Rate Nova Premier 1.0
Sign in to rate and review.
Comments
Sign in to leave a comment.