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

success response

statusboolean required

Whether the model is running.

Changes