HTTP Request DeepSeek R1 Issue

The HTTP Request node, which was connected to DeepSeek R1 and worked fine previously, started hanging when sending a request for around 10 minutes and eventually failed the workflow with the error “Invalid JSON in response body.”

I tried reducing the length of the request significantly, and this worked temporarily, but soon the node stopped sending the request again. Switching to the DeepSeek V3 model resolved the issue, and requests now go through without any problems. But I need R1.

Has anyone encountered a similar issue with the HTTP Request node and DeepSeek R1?
Is there a known fix or workaround to make it work consistently? Any advice would be greatly appreciated!

n8n version: 1.76.0
Running n8n: Self-hosted via npm

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

UPD
V3 doesn’t work well too
Probably it’s because of DeepSeek outage https://status.deepseek.com/

it works well finally with https://api.deepseek.com/chat/completions

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.