v1
latestSwagger 2.02026-07-176096209.1 KBv2
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
Example response
[
{
"type": "image"
}
]