Hanzo
OpenapiPlan

Returns the entitlement key vocabulary: every key with its namespace, JSON…

Returns the entitlement key vocabulary: every key with its namespace, JSON type, nullability, unit, enum and title, the list of namespaces, and the engine…

GET /v1/plan/vocab

Addresshttps://api.hanzo.ai/v1/plan/vocab
MethodGET
Operationget_plan_vocab
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the entitlement key vocabulary: every key with its namespace, JSON type, nullability, unit, enum and title, the list of namespaces, and the engine features a license can grant. It is derived from entitlements.schema.json on every call, so it cannot fall behind the schema.

Request

GET /v1/plan/vocab takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200planVocabok

200 body — 4 fields.

FieldInTypeAlwaysDescription
engine_featuresbodystring[]EngineFeatures are the inference-engine capabilities a license can grant: inference, embeddings, rerank, training, vision, audio, tools.
keysbodyobjectKeys maps every entitlement key to its descriptor — key, namespace, JSON type(s), nullability, unit, enum and title, as the schema declares them.
keys.*bodyany
namespacesbodystring[]Namespaces are the entitlement key namespaces: the prefix before the dot in "ai.tokens_per_min".

Failure carries the platform error shape — see Errors.

Examples

hanzo plans vocab

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page