Unlock the Power of DeepSeek V3 & R1 with n8n
detail.loadingPreview
This n8n workflow provides a quick start guide for integrating DeepSeek's powerful V3 chat and R1 reasoning models. Seamlessly connect via API or local Ollama instances to leverage advanced AI capabilities in your automations.
About This Workflow
Dive into the cutting edge of AI with this comprehensive n8n workflow designed for DeepSeek's V3 chat and R1 reasoning models. This template streamlines the integration process, offering multiple connection methods including direct API calls and local Ollama deployment. You'll find clear examples for interacting with both the advanced chat capabilities of DeepSeek V3 and the sophisticated reasoning of DeepSeek R1. The workflow leverages n8n's robust node system to manage API requests, local model interactions, and even implements conversational memory for more dynamic AI agents. Perfect for developers and automation enthusiasts looking to embed state-of-the-art AI into their workflows.
Key Features
- Dual DeepSeek Model Support: Integrate both DeepSeek V3 Chat and DeepSeek R1 Reasoning models.
- Flexible Connection Options: Connect via DeepSeek's API or run models locally with Ollama.
- Conversational AI Agent: Build intelligent agents with built-in memory management.
- OpenAI API Compatibility: Easily adapt DeepSeek's API with existing OpenAI SDKs or compatible tools.
- Clear Visual Workflow: Understand and customize the integration with n8n's intuitive interface.
How To Use
- Import the Workflow: Load this JSON snippet into your n8n instance.
- Configure Credentials: Set up your DeepSeek API key and/or Ollama API credentials within n8n.
- API Integration: For API connections, ensure your API key is correctly configured in the
HTTP Requestnodes (DeepSeek JSON BodyandDeepSeek Raw Body). Update themodelparameter if needed (e.g., 'deepseek-chat' for V3). - Ollama Integration: If using Ollama, configure the
Ollama DeepSeeknode with your local model name (e.g., 'deepseek-r1:14b') and ensure your Ollama server is running. - AI Agent Setup: For the conversational agent, connect the
AI Agentnode to your desired AI model (either via API or Ollama) and configure thesystemMessageandmemorysettings. - Trigger Configuration: Set up the
When chat message receivednode to trigger your workflow based on incoming chat messages. - Test and Customize: Run the workflow and test with various inputs. Adjust parameters in the nodes, especially within the
AI AgentandHTTP Requestnodes, to fine-tune behavior.
Apps Used
Workflow JSON
{
"id": "56f7198c-7ff5-49ed-b23a-cfa242a5f77d",
"name": "Unlock the Power of DeepSeek V3 & R1 with n8n",
"nodes": 15,
"category": "DevOps",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 56f7198c-7ff5...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Effortless Bug Reporting: Slack Slash Command to Linear Issue
Streamline your bug reporting process by instantly creating Linear issues directly from Slack using a simple slash command. This workflow enhances team collaboration by providing immediate feedback and a structured approach to logging defects, saving valuable time for development and QA teams.
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.