AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelService

    Models Service: https://platform.openai.com/docs/api-reference/models

    Inheritance
    object
    ModelService
    Namespace: Glitch9.AIDevKit.OpenAI.Services
    Assembly: .dll
    Syntax
    public class ModelService : CRUDService<OpenAI, OpenAIModelData, object, CursorQuery>

    Constructors

    ModelService(OpenAI)

    Declaration
    public ModelService(OpenAI client)
    Parameters
    Type Name Description
    OpenAI client
    In this article
    Back to top Generated by DocFX