Skip to content

Commit 07a9275

Browse files
authored
api_nodes: add GPT-5 series models (#9325)
1 parent f16a70b commit 07a9275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

comfy_api_nodes/nodes_openai.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ class SupportedOpenAIModel(str, Enum):
8080
gpt_4_1 = "gpt-4.1"
8181
gpt_4_1_mini = "gpt-4.1-mini"
8282
gpt_4_1_nano = "gpt-4.1-nano"
83+
gpt_5 = "gpt-5"
84+
gpt_5_mini = "gpt-5-mini"
85+
gpt_5_nano = "gpt-5-nano"
8386

8487

8588
class OpenAIDalle2(ComfyNodeABC):

0 commit comments

Comments
 (0)