npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-volcengine-ai-ex

v0.2.7

Published

n8n custom node for VolcEngine AI services including chat completion and code completion

Downloads

236

Readme

n8n-nodes-volcengine-ai

English 中文文档

This is an n8n community node that allows you to use VolcEngine's AI services in n8n workflows, including chat completion and code completion features.

This node supports the following VolcEngine AI services:

  • Chat Completion: Provides intelligent conversation capabilities with support for multi-turn conversations and rich parameter configuration
  • FIM Completion (Fill-In-the-Middle): Provides code completion and filling functionality, supporting middle part filling in code
  • Speech Synthesis: Converts text to natural speech with support for multiple voices and audio formats
  • Image Generation: Generates high-quality images based on text descriptions with support for multiple models and output formats

Through this node, you can easily integrate VolcEngine's AI capabilities into your automation workflows to achieve intelligent conversations, content generation, code assistance, speech synthesis, image generation, and more.

n8n is a workflow automation platform with fair-code licensing.

Installation
Operations
Credentials
Compatibility
Usage Instructions
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Alternatively, you can also refer to these n8n workflow templates.

Operations

This node supports the following resource types and operations:

Chat Completion

  • Complete Conversation: Create model responses with support for multi-turn conversations
    • Support for system messages, user messages, and assistant messages
    • Dynamic loading of available AI models
    • Rich parameter configuration options
    • Support for simplified output mode

FIM Completion (Fill-In-the-Middle Completion)

  • Code Completion: Create code fill completion
    • Support for middle part filling in code
    • Configurable prefix and suffix text
    • Support for various code completion scenarios
    • Provides code generation and editing functionality

Speech Synthesis

  • Text-to-Speech: Convert text to natural speech
    • Support for multiple voices and languages
    • Configurable parameters such as speed, volume, emotion, etc.
    • Support for multiple audio formats (MP3, OGG, PCM)
    • Provides local caching functionality

Image Generation

  • AI Image Generation: Generate high-quality images based on text descriptions
    • Support for multiple generation models (doubao-seedream series)
    • Configurable image dimensions, format, watermark, etc.
    • Support for single and multiple image generation
    • Provides multiple output formats (URL, Base64, file, etc.)

Advanced Parameter Configuration

  • Temperature Control: Control randomness of generated content (0-1)
  • Max Tokens: Set maximum length of generated content (up to 32768)
  • Frequency Penalty: Reduce generation of repetitive content (-2 to 2)
  • Presence Penalty: Encourage model to discuss new topics (-2 to 2)
  • Top-P Sampling: Control nucleus sampling diversity (0-1)
  • Response Format: Customize output format
  • Log Probabilities: Return probability information of output tokens

Credentials

To use this node, you need:

  1. Register VolcEngine Account: Visit VolcEngine Official Website to register an account
  2. Enable AI Services: Enable AI-related services in the VolcEngine console
  3. Obtain API Key: Create an API Key in the VolcEngine console
  4. Configure Credentials: Configure VolcEngine AI credentials in n8n

Authentication Methods

  • API Key Authentication: Use VolcEngine API Key for API calls, choose X-Api-Access-Key or Authorization
  • Automatic Authentication: The node automatically adds authentication information to request headers
  • Note: Currently audio uses X-Api-Access-Key, while others use Authorization authentication

Usage Instructions

Basic Usage Workflow

  1. Install Node: Follow the installation guide to install this community node
  2. Configure Credentials: Configure VolcEngine AI API credentials in n8n
  3. Create Workflow: Add VolcEngine AI node to n8n workflow
  4. Select Resource Type: Choose "Chat" or "FIM" resource type
  5. Configure Parameters: Configure model, prompts, and other parameters according to needs
  6. Execute Workflow: Run the workflow to get AI responses

Compatibility

  • Minimum n8n Version: 1.0.0
  • Node.js Version: >=22.16
  • Tested Version: n8n 1.0.0+

Resources

Note: Using this node requires a valid VolcEngine account and AI service permissions. Please ensure compliance with VolcEngine's terms of use and API call limits. Please configure appropriate access permissions based on actual usage.