{
  "providers": {
    "openai-codex": {
      "models": [
        {
          "id": "gpt-5.3-codex-spark",
          "name": "GPT-5.3-Codex-Spark",
          "api": "openai-codex-responses",
          "baseUrl": "https://chatgpt.com/backend-api",
          "reasoning": true,
          "thinkingLevelMap": {
            "xhigh": "xhigh",
            "minimal": "low"
          },
          "input": [
            "text"
          ],
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "contextWindow": 128000,
          "maxTokens": 128000
        },
        {
          "id": "gpt-5.6-luna",
          "name": "GPT-5.6 Luna",
          "api": "openai-codex-responses",
          "baseUrl": "https://chatgpt.com/backend-api",
          "reasoning": true,
          "thinkingLevelMap": {
            "xhigh": "xhigh",
            "minimal": "low"
          },
          "input": [
            "text",
            "image"
          ],
          "cost": {
            "input": 5,
            "output": 30,
            "cacheRead": 0.5,
            "cacheWrite": 0
          },
          "contextWindow": 272000,
          "maxTokens": 128000
        },
        {
          "id": "gpt-5.6-sol",
          "name": "GPT-5.6 Sol",
          "api": "openai-codex-responses",
          "baseUrl": "https://chatgpt.com/backend-api",
          "reasoning": true,
          "thinkingLevelMap": {
            "xhigh": "xhigh",
            "minimal": "low"
          },
          "input": [
            "text",
            "image"
          ],
          "cost": {
            "input": 5,
            "output": 30,
            "cacheRead": 0.5,
            "cacheWrite": 0
          },
          "contextWindow": 272000,
          "maxTokens": 128000
        },
        {
          "id": "gpt-5.6-terra",
          "name": "GPT-5.6 Terra",
          "api": "openai-codex-responses",
          "baseUrl": "https://chatgpt.com/backend-api",
          "reasoning": true,
          "thinkingLevelMap": {
            "xhigh": "xhigh",
            "minimal": "low"
          },
          "input": [
            "text",
            "image"
          ],
          "cost": {
            "input": 5,
            "output": 30,
            "cacheRead": 0.5,
            "cacheWrite": 0
          },
          "contextWindow": 272000,
          "maxTokens": 128000
        }
      ]
    }
  }
}
