Back to Models

Amazon: Nova 2 Lite

amazon/nova-2-lite-v1

Description

Nova 2 Lite is a fast, cost-effective reasoning model for everyday workloads that can process text, images, and videos to generate text. Nova 2 Lite demonstrates standout capabilities in processing documents, extracting information from videos, generating code, providing accurate grounded answers, and automating multi-step agentic workflows.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Amazon: Nova 2 Lite (amazon/nova-2-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-2-lite-v1",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Amazon: Nova 2 Lite model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 0.3$ / 1M tokens
  • Output: 2.5$ / 1M tokens

Token Limits

  • Max Output: 1,000,000 tokens
  • Max Context: 1,000,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate