ComfyUI Node
OpenAI API - Extra Body
Add extra body parameters to the OpenAI API request. This allows you to include additional parameters that are not covered by other nodes.
OpenAI API - Extra Body
- other_options
- Options
◄extra_body{
"repetition_penalty": 0.5,
"seed": 42
}►
CategoryOpenAI API/Options
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| extra_body | STRING | { "repetition_penalty": 0.5, "seed": 42 } | Extra body content to include in the request |
| other_optionsopt | OAIAPI_OPTIONS | Others options to merge with |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Options | OAIAPI_OPTIONS | Merged options to forward |