maxTokens

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

Deprecated

Deprecated in favor of `max_completion_tokens`

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).