Nova Pro

Models

Model details

Model
amazon/nova-pro
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.8
Cost / million output
$3.2
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-pro",
          "name": "Nova Pro",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 300000,
          "maxTokens": 8192,
          "cost": {
            "input": 0.8,
            "output": 3.2,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}