Optionalfrequency_penalty?: numberPenalizes tokens based on their frequency in the generated text.
Optionalimage_config?: ImageConfigThe configuration for image interaction.
Optionalmax_output_tokens?: numberThe maximum number of tokens to include in the response.
Optionalpresence_penalty?: numberPenalizes tokens that have already appeared in the generated
Optionalseed?: numberSeed used in decoding for reproducibility.
Optionalspeech_config?: SpeechConfig[]Configuration for speech interaction.
Optionalstop_sequences?: string[]A list of character sequences that will stop output interaction.
Optionaltemperature?: numberControls the randomness of the output.
Optionalthinking_level?: ThinkingLevelOptionalthinking_summaries?: ThinkingSummariesOptionaltool_choice?: ToolChoiceType | ToolChoiceConfigThe tool choice configuration.
Optionaltop_p?: numberThe maximum cumulative probability of tokens to consider when sampling.
Configuration parameters for model interactions.