No description
Find a file
2025-09-08 20:24:38 -05:00
.vscode Track .vscode dir 2022-07-14 14:59:38 +02:00
credentials bump version 2025-09-08 20:24:38 -05:00
nodes/ServerlessInference bump version 2025-09-08 20:24:38 -05:00
.editorconfig add TOC and version history section 2022-08-17 16:41:50 +01:00
.eslintrc.js Update to support new features (#70) 2025-05-13 14:26:01 +01:00
.eslintrc.prepublish.js 👕 Update lint config 2022-12-29 17:56:50 +01:00
.gitignore Add package-lock.json to versions 2022-07-11 15:52:39 +02:00
.npmignore Add .npmignore 2022-12-29 17:55:47 +01:00
.prettierrc.js 🔧 Create Prettier config 2022-06-27 11:44:09 +02:00
CODE_OF_CONDUCT.md update readme and add CoC 2022-08-11 10:18:01 +01:00
gulpfile.js Make paths OS-agnostic 2022-06-28 15:25:17 +02:00
index.js 🎉 Initial commit 2019-10-03 08:53:03 +02:00
LICENSE.md Add DO Gradient Serverless Inference Node 2025-09-08 19:31:59 -05:00
package-lock.json Add DO Gradient Serverless Inference Node 2025-09-08 19:31:59 -05:00
package.json bump version 2025-09-08 20:24:38 -05:00
README.md Add DO Gradient Serverless Inference Node 2025-09-08 19:31:59 -05:00
tsconfig.json 🔧 Update tsconfig.json 2022-12-29 17:56:39 +01:00

n8n-nodes-digitalocean-serverless-inference

This is an n8n community node for the DigitalOcean Gradient™ AI Platform Serverless Inference API. It provides access to DigitalOcean Gradient™ AI Platform's large language models through n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Quick Installation

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter @digitalocean/n8n-nodes-digitalocean-serverless-inference in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

Note: After installation, you need to restart your n8n instance for the new node to be recognized.

Chat Completion

Create chat completions using DigitalOcean Gradient™ AI Serverless Inference LLMs. The node supports:

Credentials

To use this node, you need a Model Access Key from DigitalOcean Gradient™ AI Platform

Compatibility

  • Requires n8n version 1.0.0 or later
  • Tested up to n8n version 1.106.3

Resources

Version History

1.0.0

  • Initial usable release

License

MIT