PromptTokensDetails

@Serializable
data class PromptTokensDetails(val cachedTokens: Int = 0, val audioTokens: Int = 0)

Constructors

Link copied to clipboard
constructor(cachedTokens: Int = 0, audioTokens: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "audio_tokens")
val audioTokens: Int = 0
Link copied to clipboard
@SerialName(value = "cached_tokens")
val cachedTokens: Int = 0