Hanzo
OpenapiPricing

Returns the whole model catalog — every model the gateway serves, Zen and…

Returns the whole model catalog — every model the gateway serves, Zen and third-party alike — filtered to what the caller's org may see.

GET /v1/pricing/models

Addresshttps://api.hanzo.ai/v1/pricing/models
MethodGET
Operationget_pricing_models
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the whole model catalog — every model the gateway serves, Zen and third-party alike — filtered to what the caller's org may see. A model an admin has disabled is absent; one in beta appears only for an org granted it. A SuperAdmin sees every model, each annotated with its enablement state.

Request

GET /v1/pricing/models takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200pricingModelListok

200 body — 4 fields.

FieldInTypeAlwaysDescription
modelsbodyobject[]Models are the catalog entries visible to the caller, each an opaque object exactly as the pricing source emits it, with any admin override merged on top.
models[].*bodyobject
totalbodyintegerTotal is how many models this answer carries — recounted over the visible set, not the catalog's own total.
updatedbodyobjectUpdated is when the catalog was last refreshed, as the pricing source recorded it.

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing models

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page