Using Digital Ocean GradientAI Models with n8n

Describe the problem/error/question

Hi all. I’m very new to n8n, my knowledge regarding this is very basic and this is my first time asking a question here. So pardon me if i’m making any mistakes.

I’m trying to build a workflow in N8N where I’m trying to integrate AI models that Digital Ocean (DO) is providing. e.g., in the screenshot (1) you can see that I have a simple workflow for demonstration. My n8n Research AI Agent is connected to the OpenAI Chat Model2. It won’t work because I haven’t paid for the OpenAI subscription (as you can see in the 2nd screenshot). But I do have a DO Gradient AI subscription where i can create my agents and use them. I tried to search for a DO node in n8n but the only thing that i could find was standard DO community node but i don’t see the gradientAI functionality in it. How can i do this? I would really appreciate your assistance. Thanks.

Screenshots:

Image 1:

Image 2:

Image 3:

Information on your n8n setup

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

Hi,

I have not tried Digital Oceans models, but just skimming across Overview | DigitalOcean Gradient™ AI Agentic Cloud SDK Docs it does look like they have a pretty solid API framework, so i think you should be able to use it via HTTP nodes and then just calling the relevant endpoints in DO with your API token.

To integrate into your Agent flow, you could probably add the HTTP DO nodes as a tool for your agent to use.

hi i have the same problem i tried even the http node and nothing works
if you get more informations about this please post it here

i tried to build a workflow using the standard HTTP nodes where i’d send api requests. but it didn’t work unfortunately. I’ll try to work it out and share the updates here. thanks.

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