TokenRoute
Get started
Back to models

Amazon: Nova Premier 1.0

Moderated

amazon/nova-premier-v1

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.

Pricing

Input$1.75 /M
Output$8.75 /M
Cache read$0.4375 /M

Specs

Context length1M tokens
Max output32K tokens
Inputtext, image
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-premier-v1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

max_tokens
stop
temperature
tools
top_k
top_p