AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class OpenRouter

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

    Constructors

    OpenRouter()

    Declaration
    public OpenRouter()

    Properties

    ChatCompletion

    Declaration
    public ChatCompletionService ChatCompletion { get; }
    Property Value
    Type Description
    ChatCompletionService

    Completion

    Declaration
    public CompletionService Completion { get; }
    Property Value
    Type Description
    CompletionService

    DefaultInstance

    The default instance of the OpenRouter client.

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

    Models

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