Skip to main content

Get Model Info

Get Model Info

Firstly Get Model ID, Then you can obtain model information based on the model ID.

  • Request Example, Replace the following parameters in the URL path.

    modelId: 595183502591262804

    Response Example:

    {
    "model": {
    "id": "595183502591262804",
    "name": "1.5",
    "runtimeName": "595183502590214229",
    "baseModel": "SD 1.5",
    "modelType": "CHECKPOINT"
    }
    }