{
  "key": "gpt-5-1-thinking-fast",
  "name": "GPT 5.1 Thinking (Fast)",
  "description": "Compact GPT model for low-latency assistance and high-volume workloads",
  "lab": "openai",
  "family": "gpt",
  "release_date": "2025-11-12",
  "knowledge": null,
  "open_weights": false,
  "has_free_offering": false,
  "published": true,
  "modalities": {
    "input": [
      "text",
      "image",
      "pdf"
    ],
    "output": [
      "text"
    ]
  },
  "capabilities": {
    "reasoning": true,
    "tool_call": true,
    "structured_output": null,
    "attachment": true,
    "reasoning_options": []
  },
  "limit": {
    "context": 400000,
    "output": 128000
  },
  "offerings": [
    {
      "provider": "vercel",
      "provider_model_id": "openai/gpt-5.1-thinking-fast",
      "name": "GPT 5.1 Thinking (Fast)",
      "variants": [],
      "free": false,
      "priced": true,
      "cost": {
        "input": 2.5,
        "output": 20,
        "cache_read": 0.25,
        "cache_write": null,
        "reasoning": null,
        "context_over_200k": null,
        "tiers": null
      },
      "limit": {
        "context": 400000,
        "output": 128000,
        "input": 272000
      },
      "status": null,
      "last_updated": "2025-11-12"
    }
  ]
}