{
  "$schema": "https://modelparams.dev/api/v1/schema.json",
  "provider": "openai",
  "authType": "subscription",
  "model": "gpt-5.1-codex-max",
  "params": [
    {
      "path": "reasoning.effort",
      "label": "Reasoning effort",
      "description": "Controls how much reasoning the model should perform before producing an answer.",
      "group": "reasoning",
      "type": "enum",
      "default": "medium",
      "values": [
        "minimal",
        "low",
        "medium",
        "high",
        "xhigh"
      ]
    },
    {
      "path": "reasoning.summary",
      "label": "Reasoning summary",
      "description": "Controls the level of reasoning summary returned with the response.",
      "group": "reasoning",
      "type": "enum",
      "default": "auto",
      "values": [
        "auto",
        "concise",
        "detailed",
        "none"
      ]
    },
    {
      "path": "text.verbosity",
      "label": "Verbosity",
      "description": "Controls how concise or detailed the model's final text response should be.",
      "group": "output_format",
      "type": "enum",
      "default": "medium",
      "values": [
        "low",
        "medium",
        "high"
      ]
    }
  ]
}
