mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-08 01:49:35 -06:00
Add DO Gradient Serverless Inference Node
This commit is contained in:
parent
67ee5b8e80
commit
c3c675ff33
19 changed files with 5765 additions and 628 deletions
19
nodes/ServerlessInferenceNode/ServerlessInference.node.json
Normal file
19
nodes/ServerlessInferenceNode/ServerlessInference.node.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"node": "n8n-nodes-base.ServerlessInference",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": ["Utility"],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/#create"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"alias": ["DoServerlessInference"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue