Hi,
I have an agent that use deepseek:deepseek-chat-v3.1:free ai model in n8n, this agent doing looping for 6 times. From 6 items that the agent receive it run successfully and predictably for 4 runs while the other 2 is outputting unexpected return.
I attach the activity of the agent run, on the third it only outputting 31 output and the forth outputting 4098 token, the third run basically return nothing only json structure without any input data being process while on the forth run the agent returning (if I'm correct) this words "categorize the following news articles" over and over again.
I also found that most of the time when I tried to run the agent it always said that I hit the rate limit even though I still haven't pass the daily limit and also my total request is less than 20 request / min.
I want to ask does the free ai model isn't reliable when run (due to always returning hit limit) and unpredictable due to returning anomaly output in loop environment?