Skip to content

Nova Lite

Nova Lite brings multimodal understanding of text, images, and up to 30 minutes of video to a context of 300K tokens at low per-token rates, making vision-enabled production pipelines practical at scale.

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