mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
No description
| .vscode | ||
| credentials | ||
| nodes/ServerlessInferenceNode | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .eslintrc.prepublish.js | ||
| .gitignore | ||
| .npmignore | ||
| .prettierrc.js | ||
| CODE_OF_CONDUCT.md | ||
| gulpfile.js | ||
| index.js | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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
- Go to Settings > Community Nodes
- Select Install
- Enter
@digitalocean/n8n-nodes-digitalocean-serverless-inferencein Enter npm package name - Agree to the risks of using community nodes
- 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:
- Multiple messages with system, user, and assistant roles
- Multiple Models
- Customizable parameters conforming to the API Specification
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