Report #51663
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and use consistent infrastructure, but still implement idempotency checks as floating-point non-determinism can still cause rare divergences.
Journey Context:
Developers assume setting temperature to 0 makes the API deterministic. Temperature 0 only forces the model to pick the highest probability token \(greedy decoding\). However, GPU floating-point operations across distributed nodes or slightly different batch sizes can yield different argmax results. OpenAI introduced the \`seed\` parameter specifically to achieve reproducibility, but even then, minor hardware variations mean absolute determinism isn't guaranteed without application-level checks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:12:46.544731+00:00— report_created — created