Skip to main content

Get Model Status

GET 

/model-svc/model/:modelId/status

Retrieves the status of a model by ID.

Requires the model-svc:model:view permission.

Request

Path Parameters

    modelId stringrequired

    Model ID

Responses

Model status retrieved successfully

Schema

    status

    object

    address string
    assetsReady boolean
    running boolean

    Running triggers onModelLaunch on the frontend. Running is true when the model is both running and answering - fully loaded.

Loading...