{
  "id": "profiles/diffusiongemma-26b-a4b-throughput",
  "name": "diffusiongemma-26b-a4b-throughput",
  "description": "DiffusionGemma calibration profile that selects the GPU route-expert scheduler for the Gemma 4 A4B MoE block-diffusion artifact.",
  "intent": "calibrate",
  "compatibleIntents": ["calibrate"],
  "stability": "experimental",
  "owner": "doppler-core",
  "createdAtUtc": "2026-06-12T00:00:00Z",
  "extends": "profiles/throughput",
  "model": "diffusiongemma-26b-a4b-it-q4k-ehf16-af16",
  "runtime": {
    "inference": {
      "batching": {
        "maxTokens": 16
      },
      "diffusionGemma": {
        "softEmbeddingLogitsChunkRows": 4096
      },
      "moe": {
        "routing": {
          "activeExpertSelection": "topk-route"
        }
      }
    }
  }
}
