AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ListModelsResponse

    This is not LIST. This is GET. Response object containing a list of models available in the local system.

    Inheritance
    object
    ListModelsResponse
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public class ListModelsResponse

    Properties

    Models

    Required. List of models available.

    Declaration
    public List<OllamaModelData> Models { get; set; }
    Property Value
    Type Description
    List<OllamaModelData>
    In this article
    Back to top Generated by DocFX