amazonVision
Amazon: Nova Premier 1.0
Try in chat →Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.
Context
1M tokens
Input / 1M tokens
$2.50
Output / 1M tokens
$12.50
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$2.50 per 1M tokens
Output tokens$12.50 per 1M tokens
Cache read$0.63 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDamazon/nova-premier-v1
Context window1M tokens
Input modalitiestext, image
Output modalitiestext
TokenizerNova
Max output tokens32,000
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-premier-v1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Amazon: Nova Premier 1.0?
Try it in the browser first, then get an API key and start making requests in minutes.