Enablement
Package pricing is the price list: what every model, provider, GPU tier, tool and hosting plan costs.
Package pricing is the price list: what every model, provider, GPU tier, tool and hosting plan costs.
| Base URL | https://api.hanzo.ai |
| Operations | 3 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
enablement
POST /v1/enablement/optin
Opts the caller's OWN org into a beta item. The org is the caller's validated one, so this can never target another org, and the registry refuses anything not in beta — so it can neither re-open an item an operator turned off nor touch one that is already generally available. Requires a signed-in caller with an org.
Request body — application/json (required)
| Field | Type | Required | Description |
|---|---|---|---|
id | string | — | ID is the item within that namespace. |
kind | string | — | Kind is the item's namespace: "model", "provider" or "feature". |
POST /v1/enablement/optout
Removes the caller's OWN org from a beta item's grant list, the reverse of OptIntoBeta and idempotent. The org is the caller's validated one, so this can never revoke another org's grant. Requires a signed-in caller with an org.
Request body — application/json (required)
| Field | Type | Required | Description |
|---|---|---|---|
id | string | — | ID is the item within that namespace. |
kind | string | — | Kind is the item's namespace: "model", "provider" or "feature". |
GET /v1/enablement
Returns what the caller's org can actually use: every managed item with its global state, whether it is effective here, whether this org is already opted into its beta, and whether it may still opt in. Read-only and safe for any caller — one without a validated principal simply sees the generally-available items and no opt-in affordance, never another org's state.
How is this guide?
Embeddings
Package ai is Hanzo AI — the model API on /v1 (/v1/chat/completions, /v1/messages, /v1/models and the rest of hanzoai/ai's surface) — mounted into a cloud binary with the money, ingest and telemetry…
Engine
Package engine is Hanzo Engine: which models the serving runtime has loaded, and the GPUs under it.