π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...
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 π§