Class ListModelsResponse
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
List models that are available locally.
public class ListModelsResponse
- Inheritance
-
ListModelsResponse
- Inherited Members
Properties
Models
Gets or sets the array of models returned by the API.
[JsonPropertyName("models")]
public Model[] Models { get; set; }
Property Value
- Model[]