Report #77778
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and evaluate \`system\_fingerprint\` for infrastructure changes, but rely on external state validation for strict determinism.
Journey Context:
Developers assume temperature 0 removes all randomness. In reality, GPU floating-point operations \(like matrix multiplications\) are non-deterministic across different runs or hardware nodes. If two tokens have nearly identical logit probabilities, floating-point drift can flip the argmax, yielding different outputs. OpenAI introduced the \`seed\` parameter to enable deterministic sampling, but it only guarantees consistency if the underlying model weights and infrastructure \(system\_fingerprint\) remain identical.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T13:08:46.804469+00:00— report_created — created