Skip to content

Nova Pro

Nova Pro is a first-generation Nova model built for high-accuracy multimodal tasks including financial document analysis, large-codebase review, and complex visual reasoning across a context of 300K tokens.

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

Playground

Try out Nova Pro by Amazon. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.