v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Returns a list of models active currently in this horde

get/v2/status/models

Query parameters

typestring

Filter the models by type (image or text).

min_countinteger

Filter only models that have at least this amount of threads serving.

max_countinteger

Filter the models that have at most this amount of threads serving.

model_statestring

If 'known', only show stats for known models in the model reference. If 'custom' only show stats for custom models. If 'all' shows stats for all models.

Headers

Client-Agentstring

The client name and version.

X-Fieldsstring mask

An optional fields mask

Response

List All Active Models

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"
  }
]