Nova 2 Lite

Model details

Nova 2 Lite

Model
amazon.nova-2-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
128,000
Max tokens
4,096
Cost / million input
$0.33
Cost / million output
$2.75
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "amazon.nova-2-lite-v1:0",
          "name": "Nova 2 Lite",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 4096,
          "cost": {
            "input": 0.33,
            "output": 2.75,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}