GPT-5.1 Instant

Model details

GPT-5.1 Instant

Model
openai/gpt-5.1-instant
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text, image
Reasoning
Yes
Context window
128,000
Max tokens
16,384
Cost / million input
$1.25
Cost / million output
$10
Cost / million cache read
$0.125
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "openai/gpt-5.1-instant",
          "name": "GPT-5.1 Instant",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 16384,
          "cost": {
            "input": 1.25,
            "output": 10,
            "cacheRead": 0.125,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}