ComfyUI Node

GPT-5 Nano

A ComfyUI node in Runware/Text/openai with 13 inputs and 1 output.

By Runware·Created 2 years ago·Updated about a month ago· 140
GPT-5 Nano
  • messages
  • images
  • text
seed0
numberResults1
includeUsagefalse
settings.maxTokens32000
settings.systemPrompt
settings.thinkingLevelmedium
toolChoicefalse
toolChoice.name
toolChoice.type(default)
outputFormatTEXT
advanced_json
CategoryRunware/Text/openai

Inputs (13)

NameTypeDefaultDescription
messagesRUNWARE_MESSAGES
imagesoptIMAGE
seedoptINT00–2147483647Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range.
numberResultsoptINT11–4Number of results to generate. Each result uses a different seed, producing variations of the same parameters.
includeUsageoptBOOLEANfalseInclude token usage statistics in the response.
settings.maxTokensoptINT320001–128000Maximum number of tokens to generate in the response.
settings.systemPromptoptSTRINGSystem-level instruction that guides the model's behavior and output style across the entire generation.
settings.thinkingLeveloptCOMBOmediumControls the depth of internal reasoning the model performs before generating a response.
toolChoiceoptBOOLEANfalseEnable to set toolChoice. Off uses the model's default.
toolChoice.nameoptSTRINGName of the specific tool the model must call. Required when type is `tool`.
toolChoice.typeoptCOMBO(default)Strategy the model uses to decide when and which tools to call.
outputFormatoptCOMBOTEXTOutput format for the generated text.
advanced_jsonoptSTRINGOptional JSON merged into the request. For: jsonSchema, tools

Outputs (1)

NameTypeDescription
textSTRING