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.
import { streamText } from 'ai'
const result = streamText({ model: 'amazon/nova-2-lite', prompt: 'Why is the sky blue?'})