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...

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

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate