topK

@SerialName(value = "top_k")
val topK: Int?(source)

Only sample from the top K options for each subsequent token. Used to remove "long tail" low probability responses. Defaults to -1, which disables it.