Nova Lite 1.0

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.

ChatAmazon300k tokens$0.0654 / $0.2616 · 1M

amazon/nova-lite-v1

Context
300k tokens
Completion cap
5,120
Tools
Yes
JSON
No
Released
2024-12-05

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-lite-v1",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nova Lite 1.0?
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. Nova Lite 1.0 runs on the Geek Hub API (OpenAI-compatible). Model id: amazon/nova-lite-v1.
Is Nova Lite 1.0 free?
No. Input is $0.0654 per 1M tokens and output is $0.2616 per 1M tokens on Geek Hub (markup included).
What is the context length of Nova Lite 1.0?
Nova Lite 1.0 has a 300k tokens context window. It supports up to 5,120 completion tokens.
Does Nova Lite 1.0 support tool calling and structured outputs?
Nova Lite 1.0 accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.
When was Nova Lite 1.0 released?
Nova Lite 1.0 was released on 2024-12-05.

More models from Amazon