What is Temperature?
A parameter that controls how creative or predictable a model's response is.
// Explanation
Temperature ranges from 0 to 2 (depending on the model). Temperature 0 = very deterministic, consistent responses — always the same answer to the same question. High temperature = more variety, creativity, and also more risk of saying weird things. For technical or precision tasks, low temperature. For creativity, high temperature.
// Example
For the AI to generate code or answer dates, temperature 0. For it to write you a surprising poem, temperature 0.9.