Nova Lite

Models

Model details

Model
amazon/nova-lite
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
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
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "amazon/nova-lite",
          "name": "Nova Lite",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 300000,
          "maxTokens": 8192,
          "cost": {
            "input": 0.06,
            "output": 0.24,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}