Nova Pro 1.0

Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December 2024, it achieves state-of-the-art performance on key benchmarks including visual question answering (TextVQA) and video understanding (VATEX). Amazon Nova Pro demonstrates strong capabilities in processing both visual and textual information and at analyzing financial documents. **NOTE**: Video input is not supported at this time.

ChatAmazon300k tokens$0.872 / $3.4882 · 1M

amazon/nova-pro-v1

Context
300k tokens
Completion cap
5,120
Tools
Yes
JSON
No
Released
2024-12-05

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-pro-v1",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nova Pro 1.0?
Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December 2024, it achieves state-of-the-art performance on key benchmarks including visual question answering (TextVQA) and video understanding (VATEX). Amazon Nova Pro demonstrates strong capabilities in processing both visual and textual information and at analyzing financial documents. **NOTE**: Video input is not supported at this time. Nova Pro 1.0 runs on the Geek Hub API (OpenAI-compatible). Model id: amazon/nova-pro-v1.
Is Nova Pro 1.0 free?
No. Input is $0.872 per 1M tokens and output is $3.4882 per 1M tokens on Geek Hub (markup included).
What is the context length of Nova Pro 1.0?
Nova Pro 1.0 has a 300k tokens context window. It supports up to 5,120 completion tokens.
Does Nova Pro 1.0 support tool calling and structured outputs?
Nova Pro 1.0 accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.
When was Nova Pro 1.0 released?
Nova Pro 1.0 was released on 2024-12-05.

More models from Amazon