ModelDetails

data class ModelDetails(val format: String? = null, val family: String? = null, val families: List<String>? = null, val parameterSize: String? = null, val quantizationLevel: String? = null)(source)

Represents detailed information about a model.

Constructors

Link copied to clipboard
constructor(format: String? = null, family: String? = null, families: List<String>? = null, parameterSize: String? = null, quantizationLevel: String? = null)

Properties

Link copied to clipboard

The families of the model

Link copied to clipboard

The family of the model

Link copied to clipboard

The format of the model

Link copied to clipboard
@SerialName(value = "parameter_size")
val parameterSize: String?

The parameter size of the model

Link copied to clipboard
@SerialName(value = "quantization_level")
val quantizationLevel: String?

The quantization level of the model