Skip to main content

Model

Properties

NameTypeDescriptionNotes
idkotlin.Stringuuid
versionkotlin.Stringthis is a version of the model.
createdGroupedTimestamp
namekotlin.StringThis is an Optional Name of the Model.
cloudkotlin.BooleanThis will inform the user if this was a model that is hosted in the cloud
typeModelTypeEnum
usageModelUsageEnum
schemaEmbeddedModelSchema[optional]
descriptionkotlin.StringAn Optional Description of the model itself.[optional]
bytesByteDescriptor[optional]
ramByteDescriptor[optional]
quantizationkotlin.Stringquantization is a string like: q8f16_0, q4f16_1, etc...[optional]
foundationModelFoundationEnum[optional]
downloadedkotlin.BooleanThis is an optional bool to let us know if this model has been downloaded locally.[optional]
loadedkotlin.BooleanThis is a boolean that represents if the model is loaded into memory.(this is not persisted, and is calculated on the fly.)[optional]
uniquekotlin.StringThis is the unique model name used to load the model.[optional]
parametersjava.math.BigDecimalThis is the number of parameters in terms of billions.[optional]
providerExternalMLProviderEnum[optional]
cpukotlin.BooleanThis is an optional bool that is optimized for CPU usage.[optional]
downloadingkotlin.BooleanThis is a calculated property, that will say if this is currently downloading.[optional]
maxTokensModelMaxTokens[optional]
customkotlin.Boolean[optional]