Report #63748
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and be aware that even with \`seed\`, distributed floating-point math means exact determinism is only guaranteed within the same model snapshot and infrastructure.
Journey Context:
Developers assume temperature=0 means the model takes the single most likely next token every time, yielding identical outputs. In reality, distributed inference frameworks \(like vLLM or TensorRT-LLM\) use non-deterministic GPU operations \(e.g., atomic adds in attention\). OpenAI had to introduce a \`seed\` parameter to allow developers to achieve mostly reproducible outputs, but even then, minor infrastructural changes or model snapshot updates can break exact reproducibility.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:29:29.092951+00:00— report_created — created