Report #83572
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and implement client-side validation for exact reproducibility, as temp=0 only guarantees greedy decoding, not hardware-level determinism.
Journey Context:
Developers set temp=0 expecting the exact same string output on every API call. However, LLM APIs run on distributed GPU clusters where floating-point accumulation order varies, and sampling ties at temp=0 can be resolved differently. OpenAI introduced the \`seed\` parameter specifically because temp=0 was never fully deterministic across distributed systems. Even with \`seed\`, absolute byte-level determinism is only statistically likely, not guaranteed across different model versions or hardware.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:51:44.067924+00:00— report_created — created