ComfyUI Node

GLM-5.1

A ComfyUI node in Runware/Text/zai with 19 inputs and 1 output.

By Runware·Created 2 years ago·Updated about a month ago· 140
GLM-5.1
  • messages
  • text
seed0
numberResults1
includeUsagefalse
settings.frequencyPenaltyfalse
settings.frequencyPenalty_value-2.00
settings.maxTokens65536
settings.presencePenaltyfalse
settings.presencePenalty_value-2.00
settings.systemPrompt
settings.temperature1.00
settings.thinkingLevelnone
toolChoicefalse
toolChoice.name
toolChoice.type(default)
settings.topPfalse
settings.topP_value0.00
outputFormatTEXT
advanced_json
CategoryRunware/Text/zai

Inputs (19)

NameTypeDefaultDescription
messagesRUNWARE_MESSAGES
seedoptINT00–9223372036854776000Random 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.frequencyPenaltyoptBOOLEANfalseEnable to set settings.frequencyPenalty. Off uses the model's default.
settings.frequencyPenalty_valueoptFLOAT-2.00-2–2Penalizes tokens based on their frequency in the output so far. A value of 0.0 disables the penalty.
settings.maxTokensoptINT655361–131072Maximum number of tokens to generate in the response.
settings.presencePenaltyoptBOOLEANfalseEnable to set settings.presencePenalty. Off uses the model's default.
settings.presencePenalty_valueoptFLOAT-2.00-2–2Encourages the model to introduce new topics. A value of 0.0 disables the penalty.
settings.systemPromptoptSTRINGSystem-level instruction that guides the model's behavior and output style across the entire generation.
settings.temperatureoptFLOAT1.000–1Controls randomness in generation. Lower values produce more deterministic outputs, higher values increase variation and creativity.
settings.thinkingLeveloptCOMBOnoneControls 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.
settings.topPoptBOOLEANfalseEnable to set settings.topP. Off uses the model's default.
settings.topP_valueoptFLOAT0.000–1Nucleus sampling parameter that controls diversity by limiting the probability mass. Lower values make outputs more focused, higher values increase diversity.
outputFormatoptCOMBOTEXTOutput format for the generated text.
advanced_jsonoptSTRINGOptional JSON merged into the request. For: settings.stopSequences, tools

Outputs (1)

NameTypeDescription
textSTRING