{
  "schemaVersion": 1,
  "version": "2026-09-07",
  "checked_at": "2026-09-07",
  "items": [
    {
      "id": "chat",
      "label": "Local chat",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "phase": "inference",
        "environment": "local",
        "shape": "matrix",
        "power": "mains",
        "working": 8,
        "gpu-available": true,
        "npu-available": true,
        "tpu-available": true,
        "gpu-supported": true,
        "npu-supported": true,
        "tpu-supported": true,
        "gpu-memory": 16,
        "npu-memory": 8,
        "tpu-memory": 32,
        "cpu-memory": 32
      }
    },
    {
      "id": "training",
      "label": "Cloud model training",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "phase": "training",
        "environment": "cloud",
        "shape": "matrix",
        "power": "mains",
        "working": 24,
        "gpu-available": true,
        "npu-available": true,
        "tpu-available": true,
        "gpu-supported": true,
        "npu-supported": true,
        "tpu-supported": true,
        "gpu-memory": 16,
        "npu-memory": 8,
        "tpu-memory": 32,
        "cpu-memory": 32
      }
    },
    {
      "id": "image",
      "label": "Local image generation",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "phase": "inference",
        "environment": "local",
        "shape": "matrix",
        "power": "mains",
        "working": 12,
        "gpu-available": true,
        "npu-available": true,
        "tpu-available": true,
        "gpu-supported": true,
        "npu-supported": false,
        "tpu-supported": true,
        "gpu-memory": 16,
        "npu-memory": 8,
        "tpu-memory": 32,
        "cpu-memory": 32
      }
    },
    {
      "id": "audio",
      "label": "Battery transcription",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "phase": "inference",
        "environment": "local",
        "shape": "matrix",
        "power": "battery",
        "working": 2,
        "gpu-available": true,
        "npu-available": true,
        "tpu-available": true,
        "gpu-supported": true,
        "npu-supported": true,
        "tpu-supported": true,
        "gpu-memory": 16,
        "npu-memory": 8,
        "tpu-memory": 32,
        "cpu-memory": 32
      }
    },
    {
      "id": "custom",
      "label": "Custom operation fallback",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "phase": "inference",
        "environment": "local",
        "shape": "mixed",
        "power": "mains",
        "working": 4,
        "gpu-available": true,
        "npu-available": true,
        "tpu-available": true,
        "gpu-supported": false,
        "npu-supported": false,
        "tpu-supported": false,
        "gpu-memory": 16,
        "npu-memory": 8,
        "tpu-memory": 32,
        "cpu-memory": 32
      }
    }
  ]
}
