Nodes/ComfyUI-ModelScope/ModelScope LLM
ComfyUI Node

ModelScope LLM

Generate a chat response using ModelScope LLM.

By neverbiasu·Created 11 months ago·Updated 4 months ago· 3
ModelScope LLM
    • response
    model_idQwen/Qwen3-235B-A22B
    prompt
    system_prompt
    api_key
    request_timeout30
    CategoryModelScope

    Inputs (5)

    NameTypeDefaultDescription
    model_idSTRINGQwen/Qwen3-235B-A22BThe ModelScope model ID to use.
    promptSTRINGThe user prompt text to send to the model.
    system_promptoptSTRINGOptional system prompt to prime the assistant.
    api_keyoptSTRINGModelScope API key; if empty, read from MODELSCOPE_API_KEY env var.
    request_timeoutoptINT3010–300Request timeout in seconds. Increase for larger models or slow networks.

    Outputs (1)

    NameTypeDescription
    responseSTRINGModelScope text response.