{
  "id": "profiles/throughput",
  "name": "throughput",
  "description": "Calibration profile with quiet logging and throughput-oriented sampling defaults.",
  "intent": "calibrate",
  "compatibleIntents": ["calibrate"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-03-20T00:00:00Z",
  "extends": "profiles/default",
  "runtime": {
    "shared": {
      "debug": {
        "logOutput": {
          "stdout": true,
          "file": null
        },
        "logLevel": {
          "defaultLogLevel": "silent"
        },
        "trace": {
          "enabled": false
        }
      }
    },
    "inference": {
      "batching": {
        "maxTokens": 64
      },
      "sampling": {
        "temperature": 0
      }
    }
  }
}
