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
| Field | Type | Required | Description |
|---|---|---|---|
model | enum | ✓ | DeepSeek model identifier to use for the chat completion. One of: deepseek-v4-pro, deepseek-v4-flash. Default: deepseek-v4-flash. |
prompt | string | ✓ | User prompt sent to the model. |
Output
Returns a list of records — reference fields downstream as $<node>.text.
| Field | Type | Description |
|---|---|---|
text | string | Text response generated by the model. |