Skip to main content

Model

Properties

NameTypeDescriptionNotes
schemaEmbeddedModelSchema[optional]
idStringuuid
versionStringthis is a version of the model.
createdGroupedTimestamp
nameStringThis is an Optional Name of the Model.
descriptionStringAn Optional Description of the model itself.[optional]
cloudboolThis will inform the user if this was a model that is hosted in the cloud
typeModelTypeEnum
usageModelUsageEnum
bytesByteDescriptor[optional]
ramByteDescriptor[optional]
quantizationStringquantization is a string like: q8f16_0, q4f16_1, etc...[optional]
foundationModelFoundationEnum[optional]
downloadedboolThis is an optional bool to let us know if this model has been downloaded locally.[optional]
loadedboolThis is a boolean that represents if the model is loaded into memory.(this is not persisted, and is calculated on the fly.)[optional]
uniqueStringThis is the unique model name used to load the model.[optional]
parametersnumThis is the number of parameters in terms of billions.[optional]
providerExternalMLProviderEnum[optional]
cpuboolThis is an optional bool that is optimized for CPU usage.[optional]
downloadingboolThis is a calculated property, that will say if this is currently downloading.[optional]
maxTokensModelMaxTokens[optional]
custombool[optional]