mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-12 17:22:38 +08:00
api_nodes: add GPT-5 series models (#9325)
This commit is contained in:
parent
f16a70ba67
commit
07a927517c
@ -80,6 +80,9 @@ class SupportedOpenAIModel(str, Enum):
|
|||||||
gpt_4_1 = "gpt-4.1"
|
gpt_4_1 = "gpt-4.1"
|
||||||
gpt_4_1_mini = "gpt-4.1-mini"
|
gpt_4_1_mini = "gpt-4.1-mini"
|
||||||
gpt_4_1_nano = "gpt-4.1-nano"
|
gpt_4_1_nano = "gpt-4.1-nano"
|
||||||
|
gpt_5 = "gpt-5"
|
||||||
|
gpt_5_mini = "gpt-5-mini"
|
||||||
|
gpt_5_nano = "gpt-5-nano"
|
||||||
|
|
||||||
|
|
||||||
class OpenAIDalle2(ComfyNodeABC):
|
class OpenAIDalle2(ComfyNodeABC):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user