Search Results for

    Show / Hide Table of Contents

    Class VariantOptionResponse

    Response model for a variant option

    Inheritance
    object
    VariantOptionResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class VariantOptionResponse

    Properties

    Default

    Declaration
    [JsonPropertyName("default")]
    public bool Default { get; set; }
    Property Value
    Type Description
    bool

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    Input1hCacheWriteCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("input_1h_cache_write_credits_per_1000_tokens")]
    public double? Input1hCacheWriteCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    Input5mCacheWriteCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("input_5m_cache_write_credits_per_1000_tokens")]
    public double? Input5mCacheWriteCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    InputCacheHitCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("input_cache_hit_credits_per_1000_tokens")]
    public double? InputCacheHitCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    InputCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("input_credits_per_1000_tokens")]
    public double? InputCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    LongContextInputCacheHitCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("long_context_input_cache_hit_credits_per_1000_tokens")]
    public double? LongContextInputCacheHitCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    LongContextInputCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("long_context_input_credits_per_1000_tokens")]
    public double? LongContextInputCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    LongContextOutputCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("long_context_output_credits_per_1000_tokens")]
    public double? LongContextOutputCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    LongContextThreshold

    Declaration
    [JsonPropertyName("long_context_threshold")]
    public int? LongContextThreshold { get; set; }
    Property Value
    Type Description
    int?

    OutputCreditsPer1000Tokens

    Declaration
    [JsonPropertyName("output_credits_per_1000_tokens")]
    public double? OutputCreditsPer1000Tokens { get; set; }
    Property Value
    Type Description
    double?

    Title

    Declaration
    [JsonPropertyName("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Value

    Declaration
    [JsonPropertyName("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX