ModelMetadataSchema
allowed_sizeinteger
Maximum permitted adapter file size in bytes for the corresponding base model.
authorstring
Author or owner of the model repository on the third-party provider.
base_modelstring
Name of the base model the adapter is compatible with.
idstring
Repository identifier of the model on the third-party provider (e.g. <username>/<modelname>).
licensestring
License under which the model is distributed.
model_namestring
Name of the model.
release_datestring
Date the model was released or last published.
size_in_bytesinteger
Size of the model adapter files in bytes.
tagsstring[]
Descriptive tags associated with the model on the provider.
versionstring
Version or branch of the model repository (e.g. main).
ModelMetadataSchema
{
"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
}
Was this page helpful?