CacheCreation

@JsonSerializable
data class CacheCreation(val ephemeral_5m_input_tokens: Int? = null, val ephemeral_1h_input_tokens: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(ephemeral_5m_input_tokens: Int? = null, ephemeral_1h_input_tokens: Int? = null)

Properties