Report #47650
[counterintuitive] Does temperature 0 make LLM output deterministic
Set the \`seed\` parameter alongside \`temperature=0\` and expect minor variations still due to distributed infrastructure \(GPU non-determinism\).
Journey Context:
Developers assume temperature 0 means argmax sampling, which mathematically implies determinism. However, floating point operations on GPUs and distributed inference across different nodes/replicas can yield slightly different logits. OpenAI explicitly states temp 0 isn't fully deterministic without the \`seed\` parameter, and even then, only guarantees mostly deterministic behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:27:47.201610+00:00— report_created — created