Back to Models

Amazon: Nova Lite 1.0

amazon/nova-lite-v1

Description

Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite...

API Usage Examples

OpenAI Compatible Endpoint

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

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

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.06$ / 1M tokens
  • Output: 0.24$ / 1M tokens

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate