workflows.fit
Back to n8n workflows
n8n templateFreeBy Joseph LePage

πŸ‹DeepSeek V3 chat & R1 reasoning quick start

This n8n workflow demonstrates multiple ways to harness DeepSeek's AI models in your automation pipeline! 🌟 Core Features Multiple Integration Methods πŸ”Œ - Local deployment using Ollama for DeepSeek-R1 - Direct API i...

DevelopmentCore NodesAILangchainChat TriggerAgentLm Chat Open AiMemory Buffer Window
Loading interactive preview...

Template notes

This n8n workflow demonstrates multiple ways to harness DeepSeek's AI models in your automation pipeline! 🌟

Core Features

Multiple Integration Methods πŸ”Œ - Local deployment using Ollama for DeepSeek-R1 - Direct API integration with DeepSeek Chat V3 - Conversational agent with memory buffer - HTTP request implementation with both raw and JSON formats

Model Options 🧠 - DeepSeek Chat V3 for general conversation - DeepSeek-R1 for advanced reasoning - Memory-enabled agent for persistent context

Quick Setup πŸ› οΈ

API Configuration - Base URL: https://api.deepseek.com - Get your API key from platform.deepseek.com/apikeys

Local Setup πŸ’» - Install Ollama for local deployment - Set up DeepSeek-R1 via Ollama - Configure local credentials in n8n

Implementation Details πŸ”§