Nova Lite

Model details

Nova Lite

Model
amazon.nova-lite-v1:0
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text, image
Reasoning
No
Context window
300,000
Max tokens
8,192
Cost / million input
$0.06
Cost / million output
$0.24
Cost / million cache read
$0.015
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "amazon.nova-lite-v1:0",
          "name": "Nova Lite",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 300000,
          "maxTokens": 8192,
          "cost": {
            "input": 0.06,
            "output": 0.24,
            "cacheRead": 0.015,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}