Nova Premier 1.0

Amazon chatvisiontool_use Long

API ID: amazon/nova-premier-v1

Input Price
$2.50
/1M tokens
Output Price
$12.50
/1M tokens

About Nova Premier 1.0

Nova Premier is Amazon's most capable multimodal model, designed for demanding enterprise applications. As the flagship of Amazon's Nova family, it delivers exceptional performance across text, image, and video understanding. Nova Premier features an extended context window and excels at complex reasoning, content generation, and multimodal analysis. The model integrates seamlessly with AWS services through Bedrock for scalable enterprise deployment. It's particularly valuable for organizations requiring maximum capability within the AWS ecosystem. For enterprises seeking top-tier multimodal AI with native AWS integration, Nova Premier offers Amazon's best offering.

💰
Price Ranking
#917 lowest price among 950 Chat models

Model Specifications

Context Length
1.0M
Max Output
32k
Release Date
2025-10-31
Capabilities
chat vision tool_use
Input Modalities
textimage
Output Modalities
text

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$4.88
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$150.00
/month
1000 tickets/day, ~800 tokens each

Amazon Model Lineup

Compare all models from Amazon to find the best fit

Model Input Output Context Capabilities
Nova Premier 1.0 Current $2.50 $12.50 1.0M chat vision tool_use
Nova Micro 1.0 $0.04 $0.14 128k chat tool_use
Nova Lite 1.0 $0.06 $0.24 300k chat vision tool_use
Nova 2 Lite $0.30 $2.50 1.0M chat vision video
Nova Pro 1.0 $0.80 $3.20 300k chat vision tool_use

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

OpenAI GPT-5.2 Chat
Input: $1.75
Output: $14.00
Context: 128k
OpenAI GPT-5.2
Input: $1.75
Output: $14.00
Context: 400k
OpenAI GPT-5.2-Codex
Input: $1.75
Output: $14.00
Context: 400k
Google Nano Banana Pro (Gemini 3 Pro Image Preview)
Input: $2.00
Output: $12.00
Context: 66k

🚀 Quick Start

Get started with Nova Premier 1.0 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="amazon/nova-premier-v1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)