Back to Models
Amazon: Nova Lite 1.0
amazon/nova-lite-v1Dec 5, 2024300K context5.1K max output$0.06/M in · $0.24/M out
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 can handle real-time customer interactions, document analysis, and visual question-answering tasks with high accuracy.
With an input context of 300K tokens, it can analyze multiple images or up to 30 minutes of video in a single input.
Specifications
Provider
amazon
Context Length
300K
Max Output
5.1K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.06 |
| Output | $0.24 |
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-lite-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'