Back to Models
Amazon: Nova 2 Lite
amazon/nova-2-lite-v1Dec 2, 20251M context65.5K max output$0.30/M in · $2.50/M outReasoning
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.
Specifications
Provider
amazon
Context Length
1M
Max Output
65.5K
Modality
Intextimagevideofile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.30 |
| Output | $2.50 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-2-lite-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'