Back to Models

Amazon: Nova Pro 1.0

amazon/nova-pro-v1

Description

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.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Amazon: Nova Pro 1.0 (amazon/nova-pro-v1)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "amazon/nova-pro-v1",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Amazon: Nova Pro 1.0 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.8$ / 1M tokens
  • Output: 3.2$ / 1M tokens
  • Image: 0.001$ / image

Token Limits

  • Max Output: 5,120 tokens
  • Max Context: 300,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate