Report #68954
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and use consistent infrastructure, but still implement tolerance for minor floating-point variances across different GPU nodes.
Journey Context:
Developers set temp=0 expecting exact reproducibility for testing or debugging. However, LLM APIs use distributed GPU systems where floating-point accumulation order varies, causing slight divergences in logits. Without setting a \`seed\`, the API might route to different hardware or use different internal states. OpenAI explicitly states temp=0 is not 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-20T22:13:25.439755+00:00— report_created — created