ComfyUI Node
ModelScope LLM
Generate a chat response using ModelScope LLM.
ModelScope LLM
- response
◄model_idQwen/Qwen3-235B-A22B►
◄prompt—►
◄system_prompt—►
◄api_key—►
◄request_timeout30►
CategoryModelScope
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model_id | STRING | Qwen/Qwen3-235B-A22B | The ModelScope model ID to use. |
| prompt | STRING | The user prompt text to send to the model. | |
| system_promptopt | STRING | Optional system prompt to prime the assistant. | |
| api_keyopt | STRING | ModelScope API key; if empty, read from MODELSCOPE_API_KEY env var. | |
| request_timeoutopt | INT | 3010–300 | Request timeout in seconds. Increase for larger models or slow networks. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| response | STRING | ModelScope text response. |