Class LMStudioModelInfo
A single model entry from LM Studio's /v1/models endpoint.
Follows the OpenAI model object format.
Inheritance
LMStudioModelInfo
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class LMStudioModelInfo : IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Api
Declaration
[JsonIgnore]
public Api Api { get; }
Property Value
|
Edit this page
View Source
BaseId
Declaration
[JsonIgnore]
public string BaseId { get; }
Property Value
|
Edit this page
View Source
Family
Declaration
[JsonIgnore]
public string Family { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
IsCustom
Declaration
[JsonIgnore]
public bool? IsCustom { get; }
Property Value
|
Edit this page
View Source
IsTrainable
Declaration
[JsonIgnore]
public bool? IsTrainable { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonIgnore]
public string Name { get; }
Property Value
|
Edit this page
View Source
Object
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
|
Edit this page
View Source
OwnedBy
Declaration
[JsonProperty("owned_by")]
public string OwnedBy { get; set; }
Property Value
Implements
Extension Methods