syrus-ai-model

n8n node for Syrus AI Language Models

Package Information

Downloads: 1 weekly / 12 monthly
Latest Version: 0.1.1
Author: Syrus AI

Documentation

n8n-nodes-syrus-ai-model

This is an n8n community node to use Syrus AI Language Models in your n8n workflows.

Features

  • Syrus AI Chat Model: Connects to the Syrus AI API (https://api.syrus.ia.br) to generate text responses.
  • Compatible with n8n's AI Agent node.

Installation

Community Node (Custom)

You can install this node by following these steps:

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter the npm package name n8n-nodes-syrus-ai-model.

Manual Installation (Local)

  1. Clone this repository.
  2. Run npm run build.
  3. Link the package to your n8n installation (see n8n docs).

Credentials

You need a Syrus AI API Key to use this node.

  1. Obtain your API Key from Syrus AI.
  2. In n8n, create a new credential for Syrus AI API.
  3. Enter your API Key.

Usage

  1. Add an AI Agent node to your workflow.
  2. Connect the Model input of the AI Agent node to the Syrus AI Chat Model node.
  3. Configure your prompt in the AI Agent node.

Development

  • npm install: Install dependencies.
  • npm run build: Build the node (compiles TypeScript and copies icons).
  • npm run dev: Watch for changes.

Publishing

To publish to npm:

  1. Update version in package.json.
  2. Run npm login.
  3. Run npm publish --access public.

Discussion