Back to Models

Amazon: Nova Premier 1.0

amazon/nova-premier-v1
Oct 31, 20251M context32K max output$2.50/M in · $12.50/M out

Description

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.

Specifications

Provider
amazon
Context Length
1M
Max Output
32K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$2.50
Output$12.50
Cache Read$0.63

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-premier-v1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'