Skip to content

Metering

Release binding: v0.1.0-enterprise-ready · AMI ami-010806d4d3445660e · 2026-05-19

HX-SDP meters every operation in Compute Units (CUs) so an operator can attribute usage across internal tenants.

Weights

Weights are fixed per route: a per-call floor, plus a per-row surcharge on ingest, scan, and rerank paths. Every response reports its weight in X-HX-CUs, and row-weighted operations additionally report X-HX-Row-CUs. Weights are accounting units, not prices.

Usage

Per-tenant totals are available at GET /gate/admin/usage (and GET /gate/admin/usage/{tenant_id}), in GET /v1/intelligence/billing, and in the Console.

Quotas

Quotas are operator-set. A tenant created without a quota is unlimited. Setting quota_cus_monthly on a tenant makes the gate return 503 with a descriptive body once the monthly total is exceeded; counters reset on the first of the month (UTC).

curl -sk -X POST https://<host>:8443/gate/onboard/update-tier \
  -H "Authorization: Bearer <ADMIN_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"tenant_id": "team-a", "tier": "internal", "quota_cus_monthly": 1000000}'

Pricing

Pricing and commercial terms are agreed for your Private Appliance or scoped pilot. Contact HolonomiX to discuss the workload and deployment scope. Compute Units are an accounting tool, not an invoice.