n8n

ربط DeepSeek API مع n8n — الدليل الكامل

DeepSeek أرخص من GPT-4 بـ 95% ويتفوق عليه في كثير من المهام.

لماذا DeepSeek؟

الإعداد في n8n

أضف HTTP Header Auth credential:

استخدامه في Workflow

POST https://api.deepseek.com/chat/completions
{
  "model": "deepseek-chat",
  "messages": [{"role": "user", "content": "{{ $json.message }}"}]
}

الرد: {{ $json.choices[0].message.content }}

حمّل الـ Workflow الجاهز مجاناً

وفّر ساعات من الإعداد — workflow جاهز للاستخدام فوراً

تصفح المكتبة الكاملة ←

إخلاء مسؤولية: موقع n8n-automation.io هو وكالة أتمتة ومدونة تعليمية مستقلة. نحن لسنا تابعين أو مرخصين أو مدعومين أو مرتبطين بأي شكل من الأشكال بشكل رسمي بشركة n8n GmbH أو بموقع n8n.io.

Disclaimer: n8n-automation.io is an independent automation agency and educational blog. We are not affiliated with, authorized, maintained, endorsed, or in any way officially connected with n8n GmbH or n8n.io.