"Streaming is strongly recommended for operations that may token longer than 10 minutes"

I am getting below error in n8n now when i send a significant chunk to ‘Claude 4’ in n8n.

{
“errorMessage”: “Streaming is strongly recommended for operations that may token longer than 10 minutes. See GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs for more details”,
“errorDetails”: {},
“n8nDetails”: {
“time”: “7/25/2025, 5:49:47 PM”,
“n8nVersion”: “1.103.2 (Self Hosted)”,
“binaryDataMode”: “default”
}
}

Is there a work around inn n8n recommended, or an expected n8n solution adding streaming option any time soon?

I ran into this problem and concluded that the OpenRouter implementation of Claude 4 does use streaming so longer operations are acceptable.

@Samer_H I am running into the same issue. Were you able to fix it?