amazon

Amazon: Nova Micro 1.0

Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length...

Context
128k tokens
Input / 1M tokens
$0.04
Output / 1M tokens
$0.14
Benchmark

Pricing

Input tokens$0.04 per 1M tokens
Output tokens$0.14 per 1M tokens

Technical details

Model IDamazon/nova-micro-v1
Context window128k tokens
Input modalitiestext
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-micro-v1',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Amazon: Nova Micro 1.0?

Get an API key and start making requests in minutes.

Get an API key