{
  "providers": {
    "openai-proxy": {
      "baseUrl": "http://localhost:8088/v1",
      "api": "openai-responses",
      "apiKey": "OPENAI_API_KEY",
      "authHeader": true,
      "models": [
        {
          "id": "gpt-5.5:quick",
          "name": "GPT-5.5 (priority/quick tier)",
          "reasoning": true,
          "thinkingLevelMap": { "off": null, "xhigh": "xhigh" },
          "input": ["text", "image"],
          "contextWindow": 272000,
          "maxTokens": 128000,
          "cost": {
            "input": 5,
            "output": 30,
            "cacheRead": 0.5,
            "cacheWrite": 0
          }
        },
        {
          "id": "gpt-5.5",
          "name": "GPT-5.5",
          "reasoning": true,
          "thinkingLevelMap": { "off": null, "xhigh": "xhigh" },
          "input": ["text", "image"],
          "contextWindow": 272000,
          "maxTokens": 128000,
          "cost": {
            "input": 5,
            "output": 30,
            "cacheRead": 0.5,
            "cacheWrite": 0
          }
        },
        {
          "id": "gpt-5.4",
          "name": "GPT-5.4",
          "reasoning": true,
          "thinkingLevelMap": { "off": null, "xhigh": "xhigh" },
          "input": ["text", "image"],
          "contextWindow": 272000,
          "maxTokens": 128000,
          "cost": {
            "input": 2.5,
            "output": 15,
            "cacheRead": 0.25,
            "cacheWrite": 0
          }
        },
        {
          "id": "gpt-5.2",
          "name": "GPT-5.2",
          "reasoning": true,
          "thinkingLevelMap": { "off": null, "xhigh": "xhigh" },
          "input": ["text", "image"],
          "contextWindow": 400000,
          "maxTokens": 128000,
          "cost": {
            "input": 1.75,
            "output": 14,
            "cacheRead": 0.175,
            "cacheWrite": 0
          }
        }
      ]
    }
  }
}
