---
title: "Returns a list of models active currently in this horde"
method: GET
path: "/v2/status/models"
tags: ["v2"]
---

# Returns a list of models active currently in this horde

`GET /v2/status/models`

## Query parameters

- `type` string
- `min_count` integer
- `max_count` integer
- `model_state` string

## Headers

- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

List All Active Models

- ActiveModel[]
  - `name` string — The Name of a model available by workers in this horde.
  - `count` integer — How many of workers in this horde are running this model.
  - `performance` number — The average speed of generation for this model.
  - `queued` number — The amount waiting to be generated by this model.
  - `jobs` number — The job count waiting to be generated by this model.
  - `eta` integer — Estimated time in seconds for this model's queue to be cleared.
  - `type` 'image' | 'text' — The model type (text or image).

## Other responses

- `400` — Validation Error

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
