Models

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

get/api/v1/models/running

Query parameters

modelstring required

Response

Status of the model to check if it is running.

statusboolean required

Whether the model is running.

Changes