Llama 4 Scout 17B Instruct

Model details

Llama 4 Scout 17B Instruct

Model
meta/llama-4-scout
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text, image
Reasoning
No
Context window
128,000
Max tokens
8,192
Cost / million input
$0.17
Cost / million output
$0.66
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "meta/llama-4-scout",
          "name": "Llama 4 Scout 17B Instruct",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 8192,
          "cost": {
            "input": 0.16999999999999998,
            "output": 0.66,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}