Skip to main content

GetThirdPartyFineTuneModelsResponseSchema

metadata object

Metadata describing the previewed third-party model.

allowed_sizeinteger

Maximum permitted adapter file size in bytes for the corresponding base model.

Default: 1024
authorstring

Author or owner of the model repository on the third-party provider.

Default: null
base_modelstring

Name of the base model the adapter is compatible with.

Default: null
idstring

Repository identifier of the model on the third-party provider (e.g. <username>/<modelname>).

Default: null
licensestring

License under which the model is distributed.

Default: null
model_namestring

Name of the model.

Default: null
release_datestring

Date the model was released or last published.

Default: null
size_in_bytesinteger

Size of the model adapter files in bytes.

Default: null
tagsstring[]

Descriptive tags associated with the model on the provider.

versionstring

Version or branch of the model repository (e.g. main).

Default: null
statusstring

Indicates the result of the operation. Typically "success".

Default: success
GetThirdPartyFineTuneModelsResponseSchema
{
"metadata": {
"allowed_size": 1024,
"author": null,
"base_model": null,
"id": null,
"license": null,
"model_name": null,
"release_date": null,
"size_in_bytes": null,
"tags": [
"string"
],
"version": null
},
"status": "success"
}