Skip to main content
GET
/
fine_tuning
/
models
/
spec-draft
List spec-draft trainable models
curl --request GET \
  --url https://api.tokenfactory.nebius.com/fine_tuning/models/spec-draft \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "hf_repo_name": "<string>",
      "price": {
        "sku_id": "<string>",
        "value": 123
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

models
SpecDraftTrainableModel · object[]
required