Amazon Nova Pro
Amazon's mid-tier multimodal, competitive pricing, deep AWS integration.
Updated
Quick facts
- Released
- Dec 2024
- Context
- 300K tokens
- Output / 1M
- $3.20 / 1M tokens
- License
- Proprietary
About Amazon Nova Pro
Nova Pro is Amazon's mid-tier multimodal API model, available exclusively via AWS Bedrock. Most attractive when you're already on AWS, pricing is aggressive, integration is tight, and the model supports text, image, and video inputs in a single API call.
For AWS-native customers, Nova Pro is often the right default. For everyone else, the lock-in cost outweighs the price advantage.
Benchmarks
Published scores from Other's model card or independent leaderboards. We do not publish numbers we cannot source, see methodology.
Capabilities
Strengths
- AWS-native
- Long context
- Multimodal incl. video
Tracked weaknesses
- AWS Bedrock only
Pricing
Per-million-token rates as published by Other.
| Tier | Price | Notes |
|---|---|---|
| Input | $0.80 / 1M tokens | Tokens you send to the model |
| Output | $3.20 / 1M tokens | Tokens the model generates |
| Context | 300K tokens | Max combined input + output |
Call Amazon Nova Pro from your code
Drop-in snippet for the Other SDK. Set your API key in the environment and run.
import OpenAI from "openai";
const client = new OpenAI({
// Use OPENAI_API_KEY for OpenAI, or your provider's key + baseURL.
apiKey: process.env.OPENAI_API_KEY,
});
const completion = await client.chat.completions.create({
model: "nova-pro",
messages: [
{ role: "user", content: "What's the time complexity of quicksort?" },
],
});
console.log(completion.choices[0].message.content);Compare Amazon Nova Pro with…
Frequently asked
How much does Amazon Nova Pro cost per million tokens?
Amazon Nova Pro is priced at $0.80 / 1M tokens for input tokens and $3.20 / 1M tokens for output tokens via the official Other API at the time of writing.What is Amazon Nova Pro's context window?
Amazon Nova Pro supports a context window of 300K tokens.Is Amazon Nova Pro open source?
No. Amazon Nova Pro is a closed-weight model, you can use it via Other's API but the model weights are not publicly downloadable.When was Amazon Nova Pro released?
Amazon Nova Pro was released on Dec 3, 2024 by Other.
Intelligence, distilled weekly.
One short email every Friday, new model launches, leaderboard moves, and pricing drops. Curated by hand. Free, no spam.