MODELS / AMAZON

Nova Micro

Amazon Nova Micro is Amazon's ultra-low-cost text-only model with a 128K context window, optimized for speed and cost-sensitive workloads.

TEXTZERO DATA RETENTION
128K
CONTEXT WINDOW
5.1K
MAX OUTPUT TOKENS
$0.035 / 1M tokens
INPUT PRICE
$0.14 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://api.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/amazon/nova-micro",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: textOUTPUT: textRELEASED: 2024-12-03REGIONS: US