Back to Models

Amazon Nova 2 Lite

amazonamazon/nova-2-lite

Nova 2 Lite is an advanced multimodal reasoning model with 1M context. Dynamically adjusts reasoning depth. Extended thinking on complex problems.

Context Length
1M
Max Output
65K
Input Price
$0.180/ 1M tokens
Output Price
$0.720/ 1M tokens

Modalities

textimagetext

Pricing Breakdown

TypeRate
Input$0.180 / 1M tokens
Output$0.720 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "amazon/nova-2-lite",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'