How can I connect another model as a tool to AI agent in n8n?

Suppose I need an AI agent that would be able to connect to 4 different models to get their response to a question. I don’t have them available as tools in the n8n workflow.

So is the only way to do that is to build a separate workflow with each model and then connect those workflows as tools to the AI agent? Or there’s a less verbose way?

Yes, there is no other way than that.
But the good part is that you can add them in the current workflow and position everything to be more easy to understand.

I would usually do something like this

2 Likes

I think you can do it with open router.

1 Like

Great, looks good!

Thanks for the video, I’ll check it out!

1 Like

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