Skip to content
Tracon

ToolUsageUnits

Namespace Tracon · Assembly Tracon.Abstractions.dll

The known unit names for ToolCallUsage.Unit.

public static class ToolUsageUnits

objectToolUsageUnits

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

The list is not closed: the field is free text, and a tool may report its own unit. These constants only keep the names Tracon’s own tools use in one place.

Characters. Used in text-to-speech generation.

public const string Characters = "characters"

string

Generated images. Used when an image provider bills per image.

public const string Images = "images"

string

Seconds. Used in speech-to-text conversion.

public const string Seconds = "seconds"

string

Output tokens. Used when an image provider bills image generation by tokens.

public const string Tokens = "tokens"

string