Comprehensive and Detailed Explanation From Exact AWS AI documents:
The temperature parameter controls randomness in model outputs.
AWS generative AI guidance explains:
Higher temperature → more randomness and creativity
Lower temperature → more deterministic and predictable outputs
To increase diversity and creativity, the temperature should be increased.
Why the other options are incorrect:
Lower Top K (B) reduces output diversity.
Response length (C) affects size, not creativity.
Prompt length (D) does not directly control randomness.
AWS AI document references:
Inference Parameters for Foundation Models
Controlling Creativity in LLMs
Text Generation Configuration on AWS
Submit