Skip to main content

Get Default Model Status

GET 

/model-svc/default-model/status

Retrieves the status of the default model.

Requires the model-svc:model:view permission.

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...