maxTokens

@SerialName(value = "max_tokens")
val maxTokens: Int? = null

The maximum number of tokens allowed for the generated answer. By default, the number of tokens the model can return will be (4096 - prompt tokens).