GenerateRequest
constructor(model: String, prompt: String? = null, suffix: String? = null, images: List<String>? = null, think: Boolean? = null, format: Format? = null, options: ModelOptions? = null, system: String? = null, template: String? = null, stream: Boolean = true, raw: Boolean? = null, keepAlive: String? = null, context: List<Int>? = null)(source)