Models / Amazon
Amazon

Nova Micro 1.0

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

Input
$0.0455 / 1M tokens
Output
$0.182 / 1M tokens
Context
128K tokens

Capabilities

✓ Streaming✓ Tool / function calling○ JSON / structured output○ Vision (image input)

Call this model

Pass amazon/nova-micro-v1 as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-micro-v1",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.