---
title: "GET /api/v1/models/running"
method: GET
path: "/api/v1/models/running"
tags: ["Models"]
---

# GET /api/v1/models/running

`GET /api/v1/models/running`

Check if a model is running for inference. Use query param to support IDs with /

## Query parameters

- `model` string, required

## Response `200`

success response

- object
  - `status` boolean, required — Whether the model is running.

## Other responses

- `400` — bad request
- `401` — unauthenticated
- `403` — unauthorized
- `404` — not found
- `409` — conflict
- `500` — internal server error

---

[API](https://skmtc.net/premai-io/apis/prem-studio-api.md) · [All operations](https://skmtc.net/premai-io/apis/prem-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/premai-io/prem-studio-api/versions/2cb1f5df1b89/schema)
