AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelService

    Inheritance
    object
    CRUDServiceBase<OpenRouter>
    ModelService
    Namespace: Glitch9.AIDevKit.OpenRouter.Services
    Assembly: .dll
    Syntax
    public class ModelService : CRUDServiceBase<OpenRouter>

    Constructors

    ModelService(OpenRouter)

    Declaration
    public ModelService(OpenRouter client)
    Parameters
    Type Name Description
    OpenRouter client

    Methods

    ListAsync()

    Declaration
    public UniTask<QueryResponse<OpenRouterModelData>> ListAsync()
    Returns
    Type Description
    UniTask<QueryResponse<OpenRouterModelData>>
    In this article
    Back to top Generated by DocFX