amazonVision

Amazon: Nova Lite 1.0

Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite...

Context
300k tokens
Input / 1M tokens
$0.06
Output / 1M tokens
$0.24
Benchmark

Pricing

Input tokens$0.06 per 1M tokens
Output tokens$0.24 per 1M tokens

Technical details

Model IDamazon/nova-lite-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-lite-v1',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Amazon: Nova Lite 1.0?

Get an API key and start making requests in minutes.

Get an API key