Hanzo
OpenapiEngine

List the models the serving runtime holds, with each one's load state

Models lists the models the engine serves, each with its load state — the server's own model table (its standard list envelope, load status included),…

GET /v1/engine/models

Addresshttps://api.hanzo.ai/v1/engine/models
MethodGET
OperationengineModels
AuthAuthorization: Bearer $HANZO_API_KEY

Models lists the models the engine serves, each with its load state — the server's own model table (its standard list envelope, load status included), relayed verbatim.

Request

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

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo engine models

Engine API · All Hanzo APIs · Interactive reference

How is this guide?

On this page