How to Actually Build Agents with DeepSeek R1 in n8n (Without OpenRouter)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 84

  • @sangfroyd5405
    @sangfroyd5405 10 วันที่ผ่านมา +15

    duuuude, i just spent an all nighter troubleshooting this, figured this out this morning and went to sleep, when i woke up you posted this 😔

    • @nateherk
      @nateherk  9 วันที่ผ่านมา +2

      Haha unfortunate timing!

  • @sleepless-nite
    @sleepless-nite 10 วันที่ผ่านมา +19

    Credit to Leon Van Zyl on showing us on have to use R1 without open router! I’ll give him the credit for it!

    • @HariPandalai
      @HariPandalai 10 วันที่ผ่านมา +3

      I agree. Leon is truly good. I feel some of these videos are rampantly copied without being given credit. I found one eerily similar to another a month later here with no credits.

    • @budipriyatno5853
      @budipriyatno5853 9 วันที่ผ่านมา

      @sleepless-nite Please give me the yt video link..

    • @leonvanzyl
      @leonvanzyl 9 วันที่ผ่านมา +10

      Thanks for the credit 😊.
      OpenRouter is definitely not needed when you can hit the DeepSeek endpoint directly.
      Nate, keep up the incredible work, bud.

    • @dyecaster9341
      @dyecaster9341 7 วันที่ผ่านมา

      ​@@leonvanzylJust watch one of your videos yesterday. Looking forward to more of your content.

    • @bamstian
      @bamstian 5 วันที่ผ่านมา

      I'll give the docs the Credit... 🙄

  • @amerrashed6287
    @amerrashed6287 10 วันที่ผ่านมา +2

    Thanks for sharing. Small tip . If you want to limit AI problems related to hallucinations especially before connecting to or sending requests to external service, e.g. gmail , use wait node and give it some time, example 10 sec, to prevent repetitive requests.

    • @nateherk
      @nateherk  9 วันที่ผ่านมา

      Interesting. I’ll have to play around with that concept.

  • @stephensecord6919
    @stephensecord6919 10 วันที่ผ่านมา +1

    great video, big work around man. I will get involved in the community. This stuff is fun to learn.

  • @RyanStephenAlldridge
    @RyanStephenAlldridge 9 วันที่ผ่านมา

    Thanks Nate! I’ve been loving your content recently, definitely going to join the community now. You mentioned what we would like to see- so much of business happens through Slack. Maybe a pinecone store with Deepseek to talk to slack messages?

  • @sanduganbullard545
    @sanduganbullard545 8 วันที่ผ่านมา

    Absolutely love your videos-they're so informative and well-made! Keep up the amazing work! 🙌 Would you consider making a video on how to update data in Pinecone?

  • @AlfredNutile
    @AlfredNutile 7 วันที่ผ่านมา

    Great work. The only thing is so far without tools the cost savings is not there since we still have teo use a model that can use tools. Unless I missed that sorry 🙁
    But I really like how you show to use it directly and the different chat vs deepseek-reasoner really helpful.

  • @danielobayagbona5831
    @danielobayagbona5831 6 วันที่ผ่านมา

    Awesome tutorial. You are amazing

  • @GuitarAnime
    @GuitarAnime 5 วันที่ผ่านมา +1

    is there any tool capable LLM that can run in a 3090 able to do the task the tool agent just did ?

  • @michaelrichardson4348
    @michaelrichardson4348 10 วันที่ผ่านมา +1

    Thanks for the video Nate, I am trying to follow along here as a non tech guy. It seams you skipped a step at 3:19. How did you get to that screen where you input the api data and the url? It says test r1 open ai on the top left. I searched for the deepseek tool and could not find it.

    • @nateherk
      @nateherk  10 วันที่ผ่านมา

      I show it at around 2:30. This is just configuring a new credential in n8n

    • @evanjames_AI
      @evanjames_AI 8 วันที่ผ่านมา

      I had the same issue, as I'm also new to n8n as well, just choose open AI as your chat model then edit it, to change the model to deepseek-reasoner, make sure to switch input type to expression because fix input wont allow you to input text.

    • @matheuscastelo_
      @matheuscastelo_ 7 วันที่ผ่านมา

      you have to update your n8n

  • @Thomas_automations
    @Thomas_automations 10 วันที่ผ่านมา +2

    Such a clever system. What is the pricing like for these software?

    • @nateherk
      @nateherk  10 วันที่ผ่านมา

      n8n can be free if you host it locally, otherwise you can start at $27/month

  • @jeffersonsofarelli469
    @jeffersonsofarelli469 10 วันที่ผ่านมา +1

    Amazing video man! Thanks for sharing this with us!
    Do you have a page where you list all the content available in the paid community?
    I would like to know what is there before joining

    • @nateherk
      @nateherk  10 วันที่ผ่านมา

      I would just check out the “About” section and please don’t hesitate to reach out if anything is unclear!

  • @wxb1989330
    @wxb1989330 7 วันที่ผ่านมา +1

    Has anyone noticed that when using Deepseek V3 as the chat model to call tools, it keeps repeatedly calling the tool with the same query until reaching the max iterations, whereas 4o Mini does not have this issue?

    • @nateherk
      @nateherk  7 วันที่ผ่านมา

      This is one of the issues I address in this video

    • @marcpolmans2546
      @marcpolmans2546 6 วันที่ผ่านมา

      Encounter the same problem. Using Deepseek chat instead of chatgpt mini keeps repeating the calling of the tools. So problem addressed at beginning of the video is not completely solved for the second step. It works for the planner using Deepseek reasoner. Strange behavior... Nevertheless great tutorial!

  • @sandorvasas611
    @sandorvasas611 9 วันที่ผ่านมา +1

    cool, thanks I just built it

  • @Pure_Science_and_Technology
    @Pure_Science_and_Technology 5 วันที่ผ่านมา +1

    It can still call functions. Function calling is just structured output. prompt it to output your “Function calling” in json format and just verify and parse the JSON. Old school. lol

    • @bosk1n
      @bosk1n 4 วันที่ผ่านมา

      That would work in code. But can you make it work in AI Agent in n8n as a model?

  • @kel78v2
    @kel78v2 9 วันที่ผ่านมา

    Thanks for this. Have you tried the reasoner model with react ai agent instead of just tool agent?

  • @StephenSchreck-travel-writer
    @StephenSchreck-travel-writer 8 วันที่ผ่านมา

    Do this work if you are running n8n locally via docker? I see no base url option no matter what I do.

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      You may want to try installing DeepSeek locally using Ollama

  • @nickallee5362
    @nickallee5362 8 วันที่ผ่านมา

    how do you use pinecone vector databases with the Deepseek model?

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      As of now, that would be considered tool calling, which is something this model doesn’t support.

  • @Eduanimals911
    @Eduanimals911 วันที่ผ่านมา

    how to fine tune the ai agent to improve performance

  • @amirablaiech3538
    @amirablaiech3538 7 วันที่ผ่านมา

    hey Nate I got the same error " The resource you are requesting could not be found No endpoints found that support tool use." how did you resolve it ?

  • @ShahDurranAhmed
    @ShahDurranAhmed 7 วันที่ผ่านมา

    Bad request - please check your parameters
    deepseek-reasoner does not support Function Calling, it's giving me this error. Can someone help?

    • @nateherk
      @nateherk  7 วันที่ผ่านมา

      Please watch the beginning of this video, I address this issue.

  • @ricoramosx
    @ricoramosx 5 วันที่ผ่านมา

    the best!

  • @bens5875
    @bens5875 9 วันที่ผ่านมา

    If Gpt 4o mini agent comes after deepseelk agent, is n't it a risk that gpt 4o mini ruins the request by deepseek? May be I don't get it entirely.

  • @eddydjaja1
    @eddydjaja1 7 วันที่ผ่านมา

    can't find the model.. any tips?

    • @nateherk
      @nateherk  7 วันที่ผ่านมา

      You have to change the base URL of the OpenAI chat model. I show this in the video

  • @jepleet
    @jepleet 3 วันที่ผ่านมา

    do i need to learn json?

    • @nateherk
      @nateherk  3 วันที่ผ่านมา

      It would be helpful to understand JSON, yes!

  • @phani3519
    @phani3519 9 วันที่ผ่านมา

    why this video dont have 1080p or 1440p?

    • @nateherk
      @nateherk  9 วันที่ผ่านมา

      Traveling and recorded on my laptop rather than my usual setup :/

  • @seweryn3001
    @seweryn3001 9 วันที่ผ่านมา

    Hi. I build AI agent based on your tutorial . I want to access chat from my APP or Website . How can I do it ? I don’t want to log in to n8n each time I want to ask question. Does anyone knows how to ? Any tutorials ? ❤ thanks

  • @realizeyourxyz
    @realizeyourxyz 9 วันที่ผ่านมา

    i don't get it where do you get the deekseek r1 in n8n? th-cam.com/video/tjaD65OCoE8/w-d-xo.html and how do you gt to that screen to et up a new credential with baseurl?

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      You click on “Create a new credential” within the OpenAI chat model. I show this at 2:26.

    • @coachXYZ
      @coachXYZ 8 วันที่ผ่านมา

      For me it doesn't show the base URL just API key and ID

    • @ronnaldhawk
      @ronnaldhawk 8 วันที่ผ่านมา

      @@coachXYZ update your n8n. It only show on the new versions

    • @operbai
      @operbai 7 วันที่ผ่านมา +1

      @@ronnaldhawk thank you

  • @hiah3937
    @hiah3937 10 วันที่ผ่านมา

    Wouldn't this cost you more money than just using the one model since you're paying for deepseek + open ai's tokens?

    • @nateherk
      @nateherk  10 วันที่ผ่านมา +2

      Yes that is true, still super cheap models. If this framework is more efficient though, I will take better performance for an extra cost 10 out of 10 times!

  • @amruthsagar6516
    @amruthsagar6516 10 วันที่ผ่านมา

    👍👍

  • @antoniomarf
    @antoniomarf 9 วันที่ผ่านมา

    Incrível!

  • @Marrk_23
    @Marrk_23 9 วันที่ผ่านมา

    Could you create a video demonstrating how GPT handles situations where key information is missing? For example, imagine I want to send an email to a client. I draft the entire email but forget to include the client's email address. In this case, GPT should respond with something like: "Thank you for the email draft, but I need the client's email address to proceed. Could you please provide it?"
    Additionally, it would be great to show how GPT can remember the email address for future interactions, so the next time I want to send an email to the same client, GPT already has the information and doesn’t need to ask again.

  • @josedariodantas3143
    @josedariodantas3143 4 วันที่ผ่านมา

    Nate Herk, please allow your videos to be dubbed, please
    Nate Herk, permita que seus vídeos sejam dublados por gentileza.

  • @zzz12466
    @zzz12466 7 วันที่ผ่านมา

    is it free?

  • @ayorindetimmileyinayodeji493
    @ayorindetimmileyinayodeji493 10 วันที่ผ่านมา

    Please am having issues on joining your Skool community

    • @nateherk
      @nateherk  10 วันที่ผ่านมา +1

      You can join from this page for free: www.skool.com/ai-automation-society/about

  • @MH-xx6df
    @MH-xx6df 8 วันที่ผ่านมา

    why do people even bother with openrouter then, with deepseek n8n setup if it's crap?

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      OpenRouter is a pretty popular tool, so wanted to show it off

  • @teloensenoen3minutos2023
    @teloensenoen3minutos2023 9 วันที่ผ่านมา

    Dude, why don't you enable multi-language?

  • @Jobeyhshxgs
    @Jobeyhshxgs 9 วันที่ผ่านมา

    Openrouter has gone awful rate limiting like a crazy man. Even when u pay it still limits all the time I gave up with it.

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      Good thing we aren’t using OpenRouter!

  • @Felix-wb6qc
    @Felix-wb6qc 9 วันที่ผ่านมา

    openrouter costs are devious tho

    • @nateherk
      @nateherk  8 วันที่ผ่านมา

      Good thing we aren’t using OpenRouter!

  • @felixvemmer
    @felixvemmer 10 วันที่ผ่านมา

    Huge fan of your content 💪 I just released a community node on top of Vercel AI SDK that has an implementation of a DeepSeek Node 😄 it's probably pretty much the same as you did with the baseurl, but looking to also build more around it: th-cam.com/video/rgpKD7BZHc8/w-d-xo.htmlsi=n5n1Hbe-vv0zk0ri&t=608

  • @antoniofuller2331
    @antoniofuller2331 7 วันที่ผ่านมา

    Hmm

  • @nitro5apenas825
    @nitro5apenas825 10 วันที่ผ่านมา

    DeepSeek so slow!

    • @nateherk
      @nateherk  9 วันที่ผ่านมา +1

      Its reasoning capabilities are super powerful.

  • @TheEublepharis1
    @TheEublepharis1 5 วันที่ผ่านมา

    too basic

  • @seweryn3001
    @seweryn3001 9 วันที่ผ่านมา

    Hi. I build AI agent based on your tutorial . I want to access chat from my APP or Website . How can I do it ? I don’t want to log in to n8n each time I want to ask question. Does anyone knows how to ? Any tutorials ? ❤ thanks