Model
constructor(name: String, baseModelId: String? = null, version: String, displayName: String, description: String? = null, inputTokenLimit: Int, outputTokenLimit: Int, supportedGenerationMethods: List<String>, temperature: Double? = null, maxTemperature: Double? = null, topP: Double? = null, topK: Int? = null)