Namespace: Microsoft.AI.Foundry.Local
public class ModelInfo : System.IEquatable`1[[Microsoft.AI.Foundry.Local.ModelInfo, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]Inheritance Object → ModelInfo
Implements IEquatable<ModelInfo>
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute
public string Id { get; set; }public string Name { get; set; }public int Version { get; set; }public string Alias { get; set; }public string DisplayName { get; set; }public string ProviderType { get; set; }public string Uri { get; set; }public string ModelType { get; set; }public PromptTemplate PromptTemplate { get; set; }public string Publisher { get; set; }public ModelSettings ModelSettings { get; set; }public string License { get; set; }public string LicenseDescription { get; set; }public bool Cached { get; set; }public string Task { get; set; }public Runtime Runtime { get; set; }public Nullable<int> FileSizeMb { get; set; }public Nullable<bool> SupportsToolCalling { get; set; }public Nullable<long> MaxOutputTokens { get; set; }public string MinFLVersion { get; set; }public long CreatedAtUnix { get; set; }public Nullable<long> ContextLength { get; set; }public string InputModalities { get; set; }public string OutputModalities { get; set; }public string Capabilities { get; set; }Constructors of types with required members are not supported in this version of your compiler.
public ModelInfo()public string ToString()public int GetHashCode()public bool Equals(object obj)obj Object
public bool Equals(ModelInfo other)other ModelInfo
public ModelInfo <Clone>$()