Models/amazon/Amazon: Nova Lite 1.0
amazon

Amazon: Nova Lite 1.0

300K context$0.06/M input$0.24/M output
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...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-lite-v1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextInput: ImageOutput: Text

Pricing

Input$0.06/M
Output$0.24/M
Context300K tokens

Model Info

Provideramazon
IDamazon/nova-lite-v1