GPT-5.1 Chat

Model details

GPT-5.1 Chat

Model
gpt-5.1-chat-latest
Provider
azure-openai-responses
API
azure-openai-responses
Base URL
(none)
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": {
    "azure-openai-responses": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "gpt-5.1-chat-latest",
          "name": "GPT-5.1 Chat",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 16384,
          "cost": {
            "input": 1.25,
            "output": 10,
            "cacheRead": 0.125,
            "cacheWrite": 0
          }
        }
      ],
      "api": "azure-openai-responses"
    }
  }
}