Search Results for

    Show / Hide Table of Contents

    Class OpenRouterOptions.MaxPrice

    Inheritance
    object
    OpenRouterOptions.MaxPrice
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenRouter
    Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
    Syntax
    public class OpenRouterOptions.MaxPrice

    Properties

    | Edit this page View Source

    Audio

    Maximum price for audio processing in USD. Optional.

    Declaration
    [JsonProperty("audio")]
    public double? Audio { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Completion

    Maximum price per million completion tokens in USD. Optional.

    Declaration
    [JsonProperty("completion")]
    public double? Completion { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Image

    Maximum price for image processing in USD. Optional.

    Declaration
    [JsonProperty("image")]
    public double? Image { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Prompt

    Maximum price per million prompt tokens in USD. Optional.

    Declaration
    [JsonProperty("prompt")]
    public double? Prompt { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Request

    Maximum price per request in USD. Optional.

    Declaration
    [JsonProperty("request")]
    public double? Request { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation