AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GenerativeAI

    Inheritance
    object
    RESTClient
    CRUDClient<GenerativeAI>
    AIClient<GenerativeAI>
    GenerativeAI
    Inherited Members
    AIClient<GenerativeAI>.OnTokensConsumed
    AIClient<GenerativeAI>.HandleTokenUsage(Model, Usage)
    AIClient<GenerativeAI>.FormatErrorMessage(string)
    AIClient<GenerativeAI>.IsDeletedPredicate(RESTResponse)
    CRUDClient<GenerativeAI>.Name
    CRUDClient<GenerativeAI>.Version
    CRUDClient<GenerativeAI>.BetaVersion
    CRUDClient<GenerativeAI>.OnException
    CRUDClient<GenerativeAI>.CRUDLogger
    CRUDClient<GenerativeAI>.BaseUrl
    CRUDClient<GenerativeAI>.GetApiKey()
    CRUDClient<GenerativeAI>.HandleException(Exception)
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GenerativeAI : AIClient<GenerativeAI>

    Constructors

    GenerativeAI()

    Declaration
    public GenerativeAI()

    Properties

    CachedContents

    Declaration
    public CachedContentService CachedContents { get; }
    Property Value
    Type Description
    CachedContentService

    Corpora

    Declaration
    public CorporaService Corpora { get; }
    Property Value
    Type Description
    CorporaService

    DefaultInstance

    The default instance of the GenerativeAI client.

    Declaration
    public static GenerativeAI DefaultInstance { get; }
    Property Value
    Type Description
    GenerativeAI

    Files

    Declaration
    public FileService Files { get; }
    Property Value
    Type Description
    FileService

    Media

    Declaration
    public MediaService Media { get; }
    Property Value
    Type Description
    MediaService

    Models

    Declaration
    public ModelService Models { get; }
    Property Value
    Type Description
    ModelService

    TunedModels

    Declaration
    public TunedModelService TunedModels { get; }
    Property Value
    Type Description
    TunedModelService
    In this article
    Back to top Generated by DocFX