AI Gateway

Nova Micro

amazon/nova-micro

A text-only model that delivers the lowest latency responses at very low cost.

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