Blog

Amazon Nova 2 Lite Is Now Available in Puter.js

On this page

Puter.js now supports Nova 2 Lite, the latest model in Amazon's Nova model family.

What is Amazon Nova 2 Lite?

Amazon Nova 2 Lite is a fast, cost-effective reasoning model that is suitable for everyday tasks. It supports thinking and step-by-step reasoning, allowing it to achieve performance comparable to models such as Claude Haiku 4.5, GPT-5 mini, and Gemini 2.5 Flash.

Nova 2 Lite can process inputs such as text, images, videos, and documents. With its one million-token context window, it can enable expanded reasoning.

Examples

Basic Chat

puter.ai.chat("Explain the concept of machine learning in simple terms", {
    model: "amazon/nova-2-lite-v1"
})

Efficient Reasoning

puter.ai.chat("Debug this logic: If I have 3 apples and give away 5, how many do I have?",
    { model: "amazon/nova-2-lite-v1", stream: true }
)

Image Analysis

puter.ai.chat("What do you see in this image?",
    "https://assets.puter.site/doge.jpeg",
    { model: "amazon/nova-2-lite-v1" }
)

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

No API keys or AWS account needed. Start building with Nova 2 Lite immediately.

Learn more:

Free, Serverless AI and Cloud

Start creating powerful web applications with Puter.js in seconds!

Get Started Now

Read the Docs Try the Playground