v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Returns all the statistics of a specific model in this horde

get/v2/status/models/{model_name}

Headers

Client-Agentstring

The client name and version.

X-Fieldsstring mask

An optional fields mask

Response

Lists specific model stats

namestring

The Name of a model available by workers in this horde.

countinteger

How many of workers in this horde are running this model.

performancenumber

The average speed of generation for this model.

queuednumber

The amount waiting to be generated by this model.

jobsnumber

The job count waiting to be generated by this model.

etainteger

Estimated time in seconds for this model's queue to be cleared.

type'image' | 'text'

The model type (text or image).

Example response

{
  "type": "image"
}