ComfyUI Node
OpenAI API - Top P
An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
OpenAI API - Top P
- other_options
- Options
◄top_p1.00►
CategoryOpenAI API/Options
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| top_p | FLOAT | 1.000–1 | 0.1 means only the tokens comprising the top 10% probability mass are considered |
| other_optionsopt | OAIAPI_OPTIONS | Others options to merge with |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Options | OAIAPI_OPTIONS | Merged options to forward |