Class VariantOptionResponse
Response model for a variant option
Inheritance
VariantOptionResponse
Assembly: Seclai.dll
Syntax
public sealed class VariantOptionResponse
Properties
Default
Declaration
[JsonPropertyName("default")]
public bool Default { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Declaration
[JsonPropertyName("input_1h_cache_write_credits_per_1000_tokens")]
public double? Input1hCacheWriteCreditsPer1000Tokens { get; set; }
Property Value
Declaration
[JsonPropertyName("input_5m_cache_write_credits_per_1000_tokens")]
public double? Input5mCacheWriteCreditsPer1000Tokens { get; set; }
Property Value
Declaration
[JsonPropertyName("input_cache_hit_credits_per_1000_tokens")]
public double? InputCacheHitCreditsPer1000Tokens { get; set; }
Property Value
Declaration
[JsonPropertyName("input_credits_per_1000_tokens")]
public double? InputCreditsPer1000Tokens { get; set; }
Property Value
LongContextInputCacheHitCreditsPer1000Tokens
Declaration
[JsonPropertyName("long_context_input_cache_hit_credits_per_1000_tokens")]
public double? LongContextInputCacheHitCreditsPer1000Tokens { get; set; }
Property Value
LongContextInputCreditsPer1000Tokens
Declaration
[JsonPropertyName("long_context_input_credits_per_1000_tokens")]
public double? LongContextInputCreditsPer1000Tokens { get; set; }
Property Value
LongContextOutputCreditsPer1000Tokens
Declaration
[JsonPropertyName("long_context_output_credits_per_1000_tokens")]
public double? LongContextOutputCreditsPer1000Tokens { get; set; }
Property Value
LongContextThreshold
Declaration
[JsonPropertyName("long_context_threshold")]
public int? LongContextThreshold { get; set; }
Property Value
OutputCreditsPer1000Tokens
Declaration
[JsonPropertyName("output_credits_per_1000_tokens")]
public double? OutputCreditsPer1000Tokens { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
Value
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value