Search Results for

    Show / Hide Table of Contents

    Class CohereBilledUnits

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

    Properties

    | Edit this page View Source

    Classifications

    Optional. The number of billed classifications units.

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

    Images

    Optional. The number of billed images.

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

    InputTokens

    Optional. The number of billed input tokens.

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

    OutputTokens

    Optional. The number of billed output tokens.

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

    SearchUnits

    Optional. The number of billed search units.

    Declaration
    [JsonProperty("search_units")]
    public double? SearchUnits { 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