Report #50619
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and understand that even with both, minor hardware-level floating point variations across different GPU architectures can still cause rare divergences.
Journey Context:
Developers assume setting temperature to 0 forces the model to always pick the exact same token. Temperature 0 just makes the softmax distribution peak at the highest logit, but sampling ties or floating point non-determinism in GPU operations \(like atomic adds\) mean the selected token can still vary across runs. OpenAI had to introduce the \`seed\` parameter specifically to address this developer pain point and enable reproducible outputs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:26:48.472346+00:00— report_created — created