Nova 2 Lite
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.
amazon/nova-2-lite-v1
- Context
- 1M tokens
- Completion cap
- 65,535
- Tools
- Yes
- JSON
- No
- Released
- 2025-12-02
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-2-lite-v1",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Nova 2 Lite?
- 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. Nova 2 Lite runs on the Geek Hub API (OpenAI-compatible). Model id: amazon/nova-2-lite-v1.
- Is Nova 2 Lite free?
- No. Input is $0.327 per 1M tokens and output is $2.7251 per 1M tokens on Geek Hub (markup included).
- What is the context length of Nova 2 Lite?
- Nova 2 Lite has a 1M tokens context window. It supports up to 65,535 completion tokens.
- Does Nova 2 Lite support tool calling and structured outputs?
- Nova 2 Lite accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.
- When was Nova 2 Lite released?
- Nova 2 Lite was released on 2025-12-02.
More models from Amazon
- Nova Lite 1.0Amazon 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...
- Nova Micro 1.0Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length...
- Nova Premier 1.0Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.
- Nova Pro 1.0Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December...