All models
Amazon: Nova Micro
amazon/nova-microby Amazontext
Text-only model optimized for the lowest latency and cost. Great for classification, routing, extraction and short chat turns.
- Input
- $0.035/M
- Output
- $0.14/M
- Context
- 128K tokens
- Max output
- 10K tokens
- Released
- Dec 2024
Providers
| Provider | Model ID | Input | Output | Context |
|---|---|---|---|---|
| Amazon Bedrock | us.amazon.nova-micro-v1:0 | $0.035/M | $0.14/M | 128K |
API
Use any OpenAI-compatible SDK. Create a key in your dashboard.
shell
curl https://getopentoken.com/v1/chat/completions \
-H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-micro",
"messages": [{"role": "user", "content": "What is the meaning of life?"}]
}'