Light Logo
Model versions

Get a model version's configuration

Gets the configuration for a model version. This configuration is applied when the version runs.

GET
/models/{model_owner}/{model_name}/versions/{version_number}/configuration
AuthorizationBearer <token>

In: header

Path Parameters

model_ownerModel Owner

The name of the model's owner.

model_nameModel Name

The name of the model.

version_numberVersion Number

The number of the model version.

Response Body

curl -X GET "https://api.wrift.ai/v1/models/string/string/versions/0/configuration"
{
  "hardware_identifier": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}