Class LMStudioModelListResponse
Response wrapper for GET /v1/models.
Inherited Members
Namespace: Glitch9.AIDevKit.LMStudio
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class LMStudioModelListResponse
Properties
| Edit this page View SourceData
Declaration
[JsonProperty("data")]
public List<LMStudioModelInfo> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LMStudioModelInfo> |
Object
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
| Type | Description |
|---|---|
| string |