Class ListModelsResponse
This is not LIST. This is GET. Response object containing a list of models available in the local system.
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class ListModelsResponse
Properties
| Edit this page View SourceModels
Required. List of models available.
Declaration
[JsonProperty("models")]
public List<OllamaModelData> Models { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OllamaModelData> |