From: w3ctag/design-reviews#1093 (comment)
While Prompt API tries to provide an abstract API across language models, it currently only supports the topK and temperature parameters, leading to potential interop issues (e.g., if top-p sampling should be used).
There should be a concept of how other sampling parameters could be supported, or we suggest removing them altogether until they can be implemented in an interoperable manner.
From: w3ctag/design-reviews#1093 (comment)