AI Gateway

/

Nova Micro

Nova Micro by Amazon Bedrock

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