Report #37015
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and pin to a specific model snapshot, but design your system to tolerate minor variations due to distributed GPU floating-point math.
Journey Context:
Developers set temp=0 expecting bit-perfect reproducibility for unit tests or debugging. However, LLM APIs run on distributed GPU clusters where floating-point accumulation order varies across nodes, leading to different logits. If token probabilities are extremely close, floating-point errors flip the argmax. OpenAI introduced the \`seed\` parameter to enforce 'mostly deterministic' behavior, but absolute determinism is impossible due to hardware constraints.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:36:28.818299+00:00— report_created — created