amazonVision
Amazon: Nova Pro 1.0
Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December...
Context
300k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$3.20
Benchmark
—
Pricing
Input tokens$0.80 per 1M tokens
Output tokens$3.20 per 1M tokens
Technical details
Model IDamazon/nova-pro-v1
Context window300k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerNova
Max output tokens5,120
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'amazon/nova-pro-v1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Amazon: Nova Pro 1.0?
Get an API key and start making requests in minutes.
Get an API key