Back to Models
Amazon: Nova Micro 1.0
amazon/nova-micro-v1Dec 5, 2024128K context5.1K max output$0.04/M in · $0.14/M out
Description
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 of 128K tokens and optimized for speed and cost, Amazon Nova Micro excels at tasks such as text summarization, translation, content classification, interactive chat, and brainstorming. It has simple mathematical reasoning and coding abilities.
Specifications
Provider
amazon
Context Length
128K
Max Output
5.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.04 |
| Output | $0.14 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-micro-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'