.NET API
ImagePriceOverride
Namespace Tracon · Assembly
Tracon.Core.dllDefines the configured price for one image-generation model.
public sealed class ImagePriceOverrideInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”ImagePriceOverride()
Section titled “ ImagePriceOverride()”public ImagePriceOverride()Properties
Section titled “Properties”OutputCostPerMillionTokens
Section titled “ OutputCostPerMillionTokens”Gets or sets the cost per million output tokens.
public decimal? OutputCostPerMillionTokens { get; set; }Property Value
Section titled “Property Value”PerImage
Section titled “ PerImage”Gets or sets the cost per generated image.
public decimal? PerImage { get; set; }Property Value
Section titled “Property Value”SizeMultipliers
Section titled “ SizeMultipliers”Gets image-size multipliers, keyed by the provider’s size string.
public IDictionary<string, decimal> SizeMultipliers { get; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Keys are not normalized. A provider can add a size without a library release; retaining the provider string avoids a stale built-in image-size catalogue.