{
  "id": "profiles/rerank-stability",
  "name": "rerank-stability",
  "description": "Stable rerank validation profile with deterministic scoring and quiet tracing.",
  "intent": "verify",
  "compatibleIntents": ["verify"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-07-06T00:00:00Z",
  "extends": "profiles/default",
  "runtime": {
    "shared": {
      "debug": {
        "logLevel": {
          "defaultLogLevel": "silent"
        },
        "trace": {
          "enabled": false
        }
      }
    },
    "inference": {
      "batching": {
        "maxTokens": 1024
      },
      "sampling": {
        "temperature": 0
      },
      "kvcache": {
        "maxSeqLen": 1024,
        "kvDtype": "f16"
      },
      "session": {
        "kvcache": {
          "maxSeqLen": 1024,
          "kvDtype": "f16"
        }
      }
    }
  }
}
