Class Details
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Represents additional details about a model.
public class Details
- Inheritance
-
Details
- Inherited Members
Properties
Families
Gets or sets the families of the model.
[JsonPropertyName("families")]
public string[]? Families { get; set; }
Property Value
- string[]
Family
Gets or sets the family of the model.
[JsonPropertyName("family")]
public string Family { get; set; }
Property Value
Format
Gets or sets the format of the model file.
[JsonPropertyName("format")]
public string Format { get; set; }
Property Value
ParameterSize
Gets or sets the number of parameters in the model.
[JsonPropertyName("parameter_size")]
public string ParameterSize { get; set; }
Property Value
ParentModel
Gets or sets the name of the parent model on which the model is based.
[JsonPropertyName("parent_model")]
public string? ParentModel { get; set; }
Property Value
QuantizationLevel
Gets or sets the quantization level of the model.
[JsonPropertyName("quantization_level")]
public string QuantizationLevel { get; set; }