Amazon Nova 2 Lite

by Amazon

Nova 2 Lite is Amazon's newest multimodal reasoning model, built for everyday automation, document processing, and customer support across text, images, video, and documents. It is a hybrid reasoning model with extended thinking that can be turned on or off, with adjustable budgets at low, medium, or high to balance speed, intelligence, and cost. Key differentiators include a one million-token context window for long documents and codebases, plus built-in web grounding that retrieves public information with citations and a code interpreter for running calculations within the same workflow. These integrated tools reduce the need for external orchestration, making it well suited to agentic applications, intelligent document processing, and business process automation. Nova 2 Lite handles step-by-step reasoning, mathematical problem-solving, video understanding with temporal analysis, reliable function calling, and UI interaction tasks. It understands and generates text in over 200 languages, with optimization for 15 including English, German, Spanish, French, Italian, Japanese, Korean, Arabic, Simplified Chinese, Russian, Hindi, Portuguese, Dutch, Turkish, and Hebrew. Launched in December 2025, Nova 2 Lite is the latest in Amazon's family of cost-efficient foundation models, combining reasoning with multimodal flexibility for developers building reliable AI agents and automation systems.

Key info

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

Available routes

Amazon Nova 2 Lite 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.30$2.50

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

Data handling per route

Each route hosting Amazon Nova 2 Lite 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

Get started

Call Amazon Nova 2 Lite 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-2-lite-eu",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Amazon Nova 2 Lite 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 2 Lite by Amazon β€” pricing, benchmarks, ZDR, EU hosting | Opper AI