Class OllamaModelData
Information about a single locally available model.
Inheritance
object
OllamaModelData
Assembly: .dll
Syntax
public class OllamaModelData
Properties
Api
Declaration
public AIProvider Api { get; }
Property Value
BaseId
Declaration
public string BaseId { get; }
Property Value
Details
Required. Detailed information about the model.
Declaration
public ModelDetails Details { get; set; }
Property Value
Digest
Required. The digest of the model.
모델 파일의 해시 값
보통 SHA-256 같은 해시 알고리즘으로 생성된 문자열로
해당 모델의 정합성과 고유성을 확인
Declaration
public string Digest { get; set; }
Property Value
ExpiresAt
Required. The expiration time of the model in Zulu time.
Declaration
public ZuluTime ExpiresAt { get; set; }
Property Value
Type |
Description |
ZuluTime |
|
Family
Declaration
public string Family { get; }
Property Value
Id
Required. The model identifier.
Declaration
public string Id { get; set; }
Property Value
IsFineTuned
Declaration
public bool? IsFineTuned { get; }
Property Value
IsTrainable
Declaration
public bool? IsTrainable { get; }
Property Value
Name
Required. The name of the model.
Declaration
public string Name { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
Size
Required. The model file size in bytes.
Declaration
public long Size { get; set; }
Property Value
SizeVram
Required. The VRAM size required by the model.
Declaration
public long SizeVram { get; set; }
Property Value