Nodes/ComfyUI-KIE-Nodes-Next/DeepSeek V4.1 Flash
ComfyUI Node

DeepSeek V4.1 Flash

DeepSeek V4.1 Flash OpenAPI Specification json { "reasoning": { "effort": "none" } } json { "thinking": { "type": "disabled" } } json { "tools": [ { "type": "function", "name": "get_current_weather", "description": "Get the current weather in a given location", "parameters": { "type": "object", "properties": { "location": { "type": "string", "description": "The city and state, e.g. San Francisco, CA" } }, "required": ["location"] } } ], "tool_choice": "auto" } json { "input": [ { "role": "user", "content": "What's the weather in Beijing today?" }, { "type": "function_call", "call_id": "call_00_xxx", "name": "get_current_weather", "arguments": "{\"location\":\"Beijing\"}" }, { "type": "functi

By felipederosilva·Created 24 days ago·Updated about 11 hours ago· 0
DeepSeek V4.1 Flash
  • 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/Deepseek

Inputs (9)

NameTypeDefaultDescription
promptSTRINGUser prompt / message.
system_promptoptSTRING—
streamoptBOOLEANfalse—
tools_jsonoptSTRING[]Optional function/tool definitions supported by this model endpoint.
history_jsonoptSTRING[]Optional prior message/input array as JSON.
imagesoptIMAGE—
reasoning_effortoptCOMBOhigh4 options: low, medium, high, xhigh
max_output_tokensoptINT40961–131072—
expert_override_jsonoptSTRING{}Expert-only request overrides. Normal use does not require this.

Outputs (5)

NameTypeDescription
textSTRING—
raw_jsonSTRING—
credits_consumedFLOAT—
usage_jsonSTRING—
credits_leftFLOAT—