Skip to content

Nova 2 Lite

Nova 2 Lite is a second-generation multimodal reasoning model with a context window of 1M tokens. It supports configurable extended thinking, web grounding, and code execution at a cost tier built for everyday production use.

ReasoningVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'amazon/nova-2-lite',
prompt: 'Why is the sky blue?'
})

Playground

Try out Nova 2 Lite by Amazon. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.