ComfyUI Node
Kimi K3
Kimi K3 OpenAPI Specification json { "model": "kimi-k3", "stream": true, "input": "Introduce Beijing in one sentence" } json { "model": "kimi-k3", "stream": false, "instructions": "Answer in English only", "input": [ { "role": "user", "content": "My name is Xiaoming" }, { "role": "assistant", "content": "Hi Xiaoming." }, { "role": "user", "content": "What is my name?" } ] } json { "model": "kimi-k3", "stream": true, "reasoning": { "effort": "high" }, "input": "Which is larger, 9.11 or 9.9?" } json { "model": "kimi-k3", "stream": false, "input": "What's the weather like in Shanghai right now?", "tool_choice": "auto", "tools": [ { "type": "function", "name": "get_weather", "description": "Get
Kimi K3
- images
- text
- raw_json
- credits_consumed
- usage_json
- credits_left
◄prompt►
◄system_prompt►
◄streamfalse►
◄tools_json[]►
◄history_json[]►
◄reasoning_efforthigh►
◄max_output_tokens4096►
◄expert_override_json{}►
CategoryKIE Next/LLM/Kimi
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | User prompt / message. | |
| system_promptopt | STRING | — | |
| streamopt | BOOLEAN | false | — |
| tools_jsonopt | STRING | [] | Optional function/tool definitions supported by this model endpoint. |
| history_jsonopt | STRING | [] | Optional prior message/input array as JSON. |
| imagesopt | IMAGE | — | |
| reasoning_effortopt | COMBO | high | 4 options: low, medium, high, xhigh |
| max_output_tokensopt | INT | 40961–131072 | — |
| expert_override_jsonopt | STRING | {} | Expert-only request overrides. Normal use does not require this. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| raw_json | STRING | — |
| credits_consumed | FLOAT | — |
| usage_json | STRING | — |
| credits_left | FLOAT | — |