Package Information
Downloads: 5 weekly / 19 monthly
Latest Version: 1.0.1
Author: Your Name
Documentation
n8n-nodes-digitalocean-gradient
This is an n8n community node that lets you use DigitalOcean Gradient AI Platform Serverless Inference in your n8n workflows.
DigitalOcean Gradient AI Platform provides serverless inference for popular foundation models including LLaMA, GPT, and other AI models.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Chat Completion
- Create: Generate chat completions using various AI models
Model
- List: Get a list of available models
Credentials
This node requires DigitalOcean Gradient AI Platform credentials. You need:
- A DigitalOcean account with access to Gradient AI Platform
- A Model Access Key from the DigitalOcean Control Panel
To get your Model Access Key:
- Go to the DigitalOcean Control Panel
- Navigate to Agent Platform → Serverless inference
- Create a new Model Access Key
- Copy the key and use it in your n8n credentials
Compatibility
- Minimum n8n version: 0.198.0
- Node.js version: 18.17.0 or higher
Usage
Basic Chat Completion
- Add the DigitalOcean Gradient node to your workflow
- Select "Chat Completion" as the resource
- Choose "Create" as the operation
- Configure your model (e.g., "llama3.3-70b-instruct")
- Add your messages with roles (system, user, assistant)
- Optionally configure additional parameters like temperature and max tokens
List Available Models
- Add the DigitalOcean Gradient node to your workflow
- Select "Model" as the resource
- Choose "List" as the operation
- Execute to get all available models
AI Agent Integration
This node is designed to work seamlessly with n8n's AI Agent functionality:
- As a Tool: The node can be used as a tool within AI Agent workflows
- Function Calling: Supports structured function calling for AI agents
- Context Management: Properly handles conversation context for multi-turn interactions
Resources
- n8n community nodes documentation
- DigitalOcean Gradient AI Platform Documentation
- DigitalOcean Gradient Serverless Inference Guide