Back to Models
Amazon Nova Micro
amazonamazon/nova-micro
Amazon's fastest and most cost-effective text-only model. Ideal for high-throughput, low-latency tasks.
Context Length
128K
Max Output
5K
Input Price
$0.042/ 1M tokens
Output Price
$0.168/ 1M tokens
Modalities
text→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.042 / 1M tokens |
| Output | $0.168 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "amazon/nova-micro",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'