Report #68736
[counterintuitive] Does temperature 0 make LLM output deterministic
Set the \`seed\` parameter alongside \`temperature=0\` and expect mostly deterministic behavior, but do not rely on it for strict reproducibility across different API versions or distributed hardware.
Journey Context:
Developers set temp=0 expecting reproducible unit tests. But LLM APIs run on distributed GPU clusters where floating-point accumulation order varies, causing divergent sampling paths even with greedy decoding. OpenAI introduced the \`seed\` parameter to offer 'mostly deterministic' outputs, explicitly acknowledging temp=0 isn't enough and guaranteeing only a very high probability of matching outputs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:51:19.637693+00:00— report_created — created