TokenRoute
Get started
Back to models

Amazon: Nova Micro 1.0

Moderated

amazon/nova-micro-v1

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...

Pricing

Input$0.0245 /M
Output$0.0980 /M

Specs

Context length128K tokens
Max output5.1K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-micro-v1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

max_tokens
stop
temperature
tools
top_k
top_p
Amazon: Nova Micro 1.0 API, pricing and context length | TokenRoute