AI Gateway

All Models/

Nova Pro

Nova Pro by Amazon Bedrock

A highly capable multimodal model with the best combination of accuracy, speed, and cost for a wide range of tasks.

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