Models / Amazon
Amazon
Nova 2 Lite
amazon/nova-2-lite-v1
Nova 2 Lite is a fast, cost-effective reasoning model for everyday workloads that can process text, images, and videos to generate text. Nova 2 Lite demonstrates standout capabilities in processing...
Input
$0.39 / 1M tokens
Output
$3.25 / 1M tokens
Context
1000K tokens
Capabilities
✓ Streaming✓ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass amazon/nova-2-lite-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-2-lite-v1",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.