Optionalprops: Omit<ChatOptions, "clone">OptionaladditionalOptionalfrequencyGets or sets the frequency penalty for generating chat responses.
OptionalmaxGets or sets the maximum number of tokens in the generated chat response.
OptionalmodelGets or sets the model ID for the chat request.
OptionalpresenceGets or sets the presence penalty for generating chat responses.
OptionalresponseGets or sets the chat response format.
OptionalseedGets or sets a seed value used by a service to control the reproducibility of results.
OptionalstopGets or sets the stop sequences for generating chat responses.
OptionaltemperatureGets or sets the temperature for generating chat responses.
OptionaltoolGets or sets the tool mode for the chat request.
OptionaltoolsGets or sets the list of tools to include with a chat request.
OptionaltopGets or sets a count indicating how many of the most probable tokens the model should consider when generating the next part of the text.
Optionaltop
Gets or sets any additional properties associated with the options.