{
  "version": "1.1.0",
  "title": "Workload costs compared",
  "summary": "Setup, measured run time, storage and egress count toward the cost of accepted outputs.",
  "metrics": [
    {
      "label": "Comparable runs",
      "value": 2
    },
    {
      "label": "Excluded runs",
      "value": 0
    },
    {
      "label": "Lowest entered cost / accepted",
      "value": "0.00389474 USD"
    }
  ],
  "tables": [
    {
      "title": "Recorded workload costs",
      "columns": [
        "Run / provider",
        "Currency",
        "Total estimate",
        "Accepted / attempts",
        "Cost / accepted",
        "Eligibility"
      ],
      "rows": [
        [
          "run-a / Example distributed GPU",
          "USD",
          0.65,
          "80 / 100",
          0.008125,
          "Meets supplied constraints"
        ],
        [
          "run-b / Example cloud GPU",
          "USD",
          0.37,
          "95 / 100",
          0.00389474,
          "Meets supplied constraints"
        ]
      ]
    }
  ],
  "notes": [
    "These are arithmetic estimates from your entered measurements, rounded to 8 decimals. They are not live provider quotes or independently measured benchmarks.",
    "All supplied run and setup time is billed at the entered hourly rate. Include failed runs, cold starts and retries in the measurement. GPU availability, parallelism, taxes, discounts and unentered costs are not inferred.",
    "Identical workload/model labels are necessary, not sufficient, for a fair comparison. Check model weights, quantization, region, input set and evaluation rule yourself."
  ],
  "data": {
    "runs": [
      {
        "id": "run-a",
        "provider": "Example distributed GPU",
        "workload": "extraction-100",
        "model": "demo-model-fp16",
        "currency": "USD",
        "hourlyCost": "1",
        "setupSeconds": 600,
        "runSeconds": 1200,
        "storageCost": "0.05",
        "egressCost": "0.1",
        "accepted": 80,
        "attempts": 100,
        "memoryGB": 20,
        "availableMemoryGB": 24,
        "totalCost": 0.65,
        "costPerAccepted": 0.008125,
        "passRate": 0.8,
        "eligible": true,
        "reasons": []
      },
      {
        "id": "run-b",
        "provider": "Example cloud GPU",
        "workload": "extraction-100",
        "model": "demo-model-fp16",
        "currency": "USD",
        "hourlyCost": "2",
        "setupSeconds": 30,
        "runSeconds": 600,
        "storageCost": "0.02",
        "egressCost": "0",
        "accepted": 95,
        "attempts": 100,
        "memoryGB": 20,
        "availableMemoryGB": 24,
        "totalCost": 0.37,
        "costPerAccepted": 0.00389474,
        "passRate": 0.95,
        "eligible": true,
        "reasons": []
      }
    ],
    "lowest": "run-b"
  }
}
