AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ModelService

    Inheritance
    object
    CRUDServiceBase<GroqCloud>
    ModelService
    Inherited Members
    CRUDServiceBase<GroqCloud>.client
    CRUDServiceBase<GroqCloud>.IsBetaService
    CRUDServiceBase<GroqCloud>.CustomApiKey
    CRUDServiceBase<GroqCloud>.CustomBetaHeaders
    Namespace: Glitch9.AIDevKit.GroqCloud
    Assembly: .dll
    Syntax
    public class ModelService : CRUDServiceBase<GroqCloud>

    Constructors

    ModelService(GroqCloud)

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

    Methods

    ListAsync(RESTRequestOptions)

    Declaration
    public UniTask<GroqCloudModelList> ListAsync(RESTRequestOptions options = null)
    Parameters
    Type Name Description
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<GroqCloudModelList>

    RetrieveAsync(string, RESTRequestOptions)

    Declaration
    public UniTask<GroqCloudModelData> RetrieveAsync(string id, RESTRequestOptions options = null)
    Parameters
    Type Name Description
    string id
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<GroqCloudModelData>
    In this article
    Back to top Generated by DocFX