ImageModelUsage

class ImageModelUsage(val inputTokens: Int? = null, val outputTokens: Int? = null, val totalTokens: Int? = null)(source)

Token usage reported by an image model, when available. Mirrors v6's ImageModelUsage.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(inputTokens: Int? = null, outputTokens: Int? = null, totalTokens: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard