Report #38852
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` to achieve deterministic outputs, and ensure identical infrastructure conditions.
Journey Context:
Developers assume temperature 0 means greedy decoding eliminates randomness. However, floating-point operations across different GPU architectures, distributed nodes, or batch sizes introduce non-determinism at the hardware level. API providers introduced seed parameters specifically to enforce deterministic state caching and reproducibility.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:41:21.258130+00:00— report_created — created