Nova Premier 1.0

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.

ChatAmazon1M tokens$2.7251 / $13.6257 · 1M

amazon/nova-premier-v1

Context
1M tokens
Completion cap
32,000
Tools
Yes
JSON
No
Released
2025-10-31

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-premier-v1",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nova Premier 1.0?
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. Nova Premier 1.0 runs on the Geek Hub API (OpenAI-compatible). Model id: amazon/nova-premier-v1.
Is Nova Premier 1.0 free?
No. Input is $2.7251 per 1M tokens and output is $13.6257 per 1M tokens on Geek Hub (markup included).
What is the context length of Nova Premier 1.0?
Nova Premier 1.0 has a 1M tokens context window. It supports up to 32,000 completion tokens.
Does Nova Premier 1.0 support tool calling and structured outputs?
Nova Premier 1.0 accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.
When was Nova Premier 1.0 released?
Nova Premier 1.0 was released on 2025-10-31.

More models from Amazon