AI Gateway

Nova Lite

amazon/nova-lite

A very low cost multimodal model that is lightning fast for processing image, video, and text inputs.

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