AI Gateway

/

Nova Lite

Nova Lite by Amazon Bedrock

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?'
})