Class GenerationTierResponse
Inheritance
GenerationTierResponse
Assembly: Seclai.dll
Syntax
public sealed class GenerationTierResponse
Properties
CreditsPerUnit
Declaration
[JsonPropertyName("credits_per_unit")]
public int? CreditsPerUnit { get; set; }
Property Value
Modality
Declaration
[JsonPropertyName("modality")]
public string Modality { get; set; }
Property Value
ModelId
Declaration
[JsonPropertyName("model_id")]
public string ModelId { get; set; }
Property Value
ModelName
Declaration
[JsonPropertyName("model_name")]
public string ModelName { get; set; }
Property Value
PriceLabel
Declaration
[JsonPropertyName("price_label")]
public string? PriceLabel { get; set; }
Property Value
Tier
Declaration
[JsonPropertyName("tier")]
public string Tier { get; set; }
Property Value
UnitLabel
Declaration
[JsonPropertyName("unit_label")]
public string? UnitLabel { get; set; }
Property Value