Amazon's compact LLM optimized for long-form text tasks.
Nova Micro 1.0 was designed by Amazon as a text-only LLM with a substantial context window. Its architecture supports detailed analysis of lengthy inputs while remaining lightweight in deployment. The model is not open-weight and parameters are not disclosed.
Strengths include reliable performance on tasks requiring sustained context such as summarization and multi-turn dialogue. It suits production environments where proprietary control and predictable scaling matter most.
Typical usage covers document processing pipelines, customer support automation, and content generation workflows. Teams integrate it via Amazon's managed APIs to leverage its 128k token capacity without managing infrastructure.
Nova Micro 1.0 (striped bar) vs other language models on intelligence, speed and price.
USD per 1M output tokens · Lower is better · Nova Micro 1.0 ranks #15 of 145
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Processes inputs up to 128000 tokens to deliver concise summaries of lengthy reports or transcripts while preserving key details.
Follows detailed prompts to produce original text, structured outputs, or creative material with reliable adherence to guidelines.
Retrieves and reasons over extensive source material to provide accurate answers drawn from full documents or datasets.
Estimate what Nova Micro 1.0 would cost for your usage.
Based on Nova Micro 1.0's $0.04/1M input · $0.14/1M output. Estimate only — actual cost varies by provider and caching.
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "amazon/nova-micro-v1",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: amazon/nova-micro-v1
Nova Micro 1.0 is Amazon's proprietary language models with a 128K-token context window.
At $0.14 per 1M output tokens, it is very cost-efficient for its class.
It is available through Amazon's API and aggregators like OpenRouter.
Best suited to low-latency inference and cost-efficient operation.
The model handles up to 128000 tokens of context.
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Sibling versions in the Nova family from Amazon.