Skip to main content

SeededModel

Properties​

NameTypeDescriptionNotes
schemaEmbeddedModelSchema[optional]
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]
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]
maxTokensModelMaxTokens[optional]
customboolThis is reserved to custommly registed models.[optional]