Skip to content

DeepSeek nodes

Tools for chat completions with DeepSeek models.  These nodes are also served as MCP tools on the deepseek MCP server. Back to the full node reference.

DeepSeek Chat

deepseek_chat · natural-language configurable · read-only · 1 credit on Cloud

Generate a chat completion using DeepSeek.

Credential: DeepSeek (API key)

Parameters

FieldTypeRequiredDescription
modelenumDeepSeek model identifier to use for the chat completion. One of: deepseek-v4-pro, deepseek-v4-flash. Default: deepseek-v4-flash.
promptstringUser prompt sent to the model.

Output

Returns a list of records — reference fields downstream as $<node>.text.

FieldTypeDescription
textstringText response generated by the model.