amazon/nova-2-lite-v1
Model Card
Amazon Nova 2 Lite is a fast, cost-effective multimodal reasoning model for everyday workloads that processes text, images, and video with a 1M token context window. It features extended thinking with adjustable reasoning intensity (low/medium/high) and built-in tools for web grounding and code execution. Released in December 2025, it excels at document processing, customer service chatbots, and agentic workflows.
Context Window
N/A
tokens
Max Output
65,535
tokens
Input Cost
$0.3
per million tokens
Output Cost
$2.5
per million tokens
API Usage Example
Add Amazon: Nova 2 Lite to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "amazon/nova-2-lite-v1"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Amazon: Nova 2 Lite to your app without worrying about API keys or setup.
Read the Docs View Tutorials