version | kotlin.String | this is a version of the model. | |
created | GroupedTimestamp | | |
name | kotlin.String | This is an Optional Name of the Model. | |
cloud | kotlin.Boolean | This will inform the user if this was a model that is hosted in the cloud | |
type | ModelTypeEnum | | |
usage | ModelUsageEnum | | |
schema | EmbeddedModelSchema | | [optional] |
description | kotlin.String | An Optional Description of the model itself. | [optional] |
bytes | ByteDescriptor | | [optional] |
ram | ByteDescriptor | | [optional] |
quantization | kotlin.String | quantization is a string like: q8f16_0, q4f16_1, etc... | [optional] |
foundation | ModelFoundationEnum | | [optional] |
downloaded | kotlin.Boolean | This is an optional bool to let us know if this model has been downloaded locally. | [optional] |
unique | kotlin.String | This is the unique model name used to load the model. | [optional] |
parameters | java.math.BigDecimal | This is the number of parameters in terms of billions. | [optional] |
provider | ExternalMLProviderEnum | | [optional] |
cpu | kotlin.Boolean | This is an optional bool that is optimized for CPU usage. | [optional] |
maxTokens | ModelMaxTokens | | [optional] |
custom | kotlin.Boolean | This is reserved to custommly registed models. | [optional] |