CompletionRequest

constructor(    model: ModelId,     prompt: String? = null,     maxTokens: Int? = null,     temperature: Double? = null,     topP: Double? = null,     n: Int? = null,     logprobs: Int? = null,     echo: Boolean? = null,     stop: List<String>? = null,     presencePenalty: Double? = null,     frequencyPenalty: Double? = null,     bestOf: Int? = null,     logitBias: Map<String, Int>? = null,     user: String? = null,     suffix: String? = null)