Amazon Nova Micro

by Amazon

Nova Micro is Amazon's fastest and most efficient text-only model, optimized for speed and cost in real-time applications. With a 128K token context window and very low latency, it excels at text summarization, content classification, translation, and interactive chat where responsiveness matters. Designed as the entry-level member of the Nova family, Micro handles text-in, text-out tasks including simple mathematical reasoning, basic coding, interactive brainstorming, and automated FAQ generation. While it lacks vision and video capabilities, its speed and cost efficiency make it well suited to customer-facing chat, content processing pipelines, and quick analytical tasks. Nova Micro supports prompt caching, function calling for tool use, and customization through fine-tuning or model distillation to improve accuracy on domain-specific tasks. The model understands and generates text in over 200 languages, with particularly strong performance in major languages. Launched in December 2024, Nova Micro serves developers who need immediate inference speed without vision requirements, making it suitable for latency-sensitive applications.

Key info

Input
Output
Features
Context window
128K
Max output
5K
Input price
$0.04 /1M
Output price
$0.14 /1M
  • EU residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

Amazon Nova Micro runs on 1 route through the Opper gateway. Compare residency, ZDR, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
EUZero data retentionNo$0.04$0.14

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting Amazon Nova Micro has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

AWS Bedrock β€” SwedenπŸ‡ΈπŸ‡ͺ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. EU; DPA available.

Zero data retention
On by default on Pay-as-you-go.
Training
No training on customer data.
Logging
None
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable β€” data stays in EU

Benchmarks

Independent benchmark scores β€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#446 of 534 LLMs
TierEfficient
Output speed302 tok/s
First token0.64s
Intelligence Index4.7
Math Index6.0
Reasoning & knowledge
MMLU-Pro
53%
GPQA Diamond
36%
Humanity's Last Exam
5%
Long-context reasoning
10%
Coding
LiveCodeBench
14%
SciCode
9%
Agentic & tool use
Terminal-Bench Hard
2%
τ²-Bench Telecom
14%
Math & instruction following
AIME 2025
6%
IFBench
29%

Get started

Call Amazon Nova Micro through the Opper gateway with one API key. Let your coding agent set it up, or call it directly β€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent β€” Claude Code, Cursor, Codex, and more β€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.click/v3/compat",
});
const completion = await client.chat.completions.create({
model: "aws/nova-micro-eu",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Amazon Nova Micro with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Amazon

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
Amazon Nova Micro by Amazon β€” pricing, benchmarks, ZDR, EU hosting | Opper AI