amazon

Amazon: Nova Lite 1.0

amazon/nova-lite-v1
Контекст
300 000
Вход токены
7,38 ₽/M
Выход токены
29,53 ₽/M
описание

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...

модальности
+
интеграция

Как использовать через API

bash
# Запрос к API VEGA через amazon/nova-lite-v1
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "amazon/nova-lite-v1",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'