{
  "id": "profiles/vector-stability",
  "name": "vector-stability",
  "description": "Numerically stable single-vector profile for embedding validation runs.",
  "intent": "investigate",
  "compatibleIntents": ["investigate"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-03-20T00:00:00Z",
  "extends": "profiles/default",
  "runtime": {
    "shared": {
      "debug": {
        "logLevel": {
          "defaultLogLevel": "debug"
        },
        "trace": {
          "enabled": false
        }
      }
    },
    "inference": {
      "compute": {
        "activationDtype": "f32"
      },
      "prompt": "Search query: local-first AI with WebGPU inference.",
      "batching": {
        "maxTokens": 1
      },
      "generation": {
        "embeddingMode": "mean"
      },
      "sampling": {
        "temperature": 0
      },
      "kvcache": {
        "maxSeqLen": 1024,
        "kvDtype": "f32"
      },
      "session": {
        "compute": {
          "defaults": {
            "activationDtype": "f32"
          }
        },
        "kvcache": {
          "maxSeqLen": 1024,
          "kvDtype": "f32"
        }
      }
    }
  }
}
