open token
All models

Amazon: Nova Pro

amazon/nova-proby Amazontextimage

Highly capable multimodal model with the best balance of accuracy, speed and cost across a wide range of tasks.

Input
$0.8/M
Output
$3.2/M
Context
300K tokens
Max output
10K tokens
Released
Dec 2024

Providers

ProviderModel IDInputOutputContext
Amazon Bedrockus.amazon.nova-pro-v1:0$0.8/M$3.2/M300K

API

Use any OpenAI-compatible SDK. Create a key in your dashboard.

shell
curl https://getopentoken.com/v1/chat/completions \
  -H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-pro",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}]
  }'
Amazon: Nova Pro API pricing · Open Token