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

Supported APIs

Chat API
Context
128K
Max output
Input / 1M
₹3.52
Cached / 1M
₹0.35
Output / 1M
₹14.09

Pricing

Token typeUSD / 1MINR / 1M
Input$0.035₹3.52
Cached inputprompt cache read$0.00350.35
Output$0.140₹14.09

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Amazon: Nova Micro 1.0 through the supported APIs shown above — just set the base URL and your AICredits key.

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

New here? Follow the quickstart guide or browse all models.