CompletionResponse

@JsonSerializable
data class CompletionResponse(blankId: String, val created: Timestamp, blankModel: String, val choices: List<Choice>, blankObjectType: String, val usage: Usage? = null, val system_fingerprint: String? = null, val service_tier: String? = null)

Constructors

Link copied to clipboard
constructor(blankId: String, created: Timestamp, blankModel: String, choices: List<Choice>, blankObjectType: String, usage: Usage? = null, system_fingerprint: String? = null, service_tier: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val service_tier: String? = null
Link copied to clipboard
Link copied to clipboard
val usage: Usage? = null