In that case you don’t need to set a value for max tokens. The model will use the max output length available to it and if your output is less than 16,384 token output limit, you’ll get the complete output in one API call.
In that case you don’t need to set a value for max tokens. The model will use the max output length available to it and if your output is less than 16,384 token output limit, you’ll get the complete output in one API call.