GET
/
api
/
svc
/
v1
/
model-catalogues
/
finetune-specs
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/model-catalogues/finetune-specs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "finetuneType": "qlora",
      "metadata": {},
      "spec": {},
      "isAvailableInWorkspace": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

huggingfaceHubUrl
string
required

huggingface hub url

workspaceId
string
required

workspace id

huggingfaceHubTokenSecretFqn
string

Huggingface hub token secret

Response

200
application/json

Returns finetuning specifications for the model version or HuggingFace model URL

The response is of type object.

GET
/
api
/
svc
/
v1
/
model-catalogues
/
finetune-specs
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/model-catalogues/finetune-specs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "finetuneType": "qlora",
      "metadata": {},
      "spec": {},
      "isAvailableInWorkspace": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

huggingfaceHubUrl
string
required

huggingface hub url

workspaceId
string
required

workspace id

huggingfaceHubTokenSecretFqn
string

Huggingface hub token secret

Response

200
application/json

Returns finetuning specifications for the model version or HuggingFace model URL

The response is of type object.