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-zhipu

v1.0.0

Published

Zhipu AI community node for n8n

Readme

n8n-nodes-zhipu

智谱AI(Zhipu AI / GLM)n8n 社区节点,支持 Chat、Embedding、图像生成、视频生成、语音合成等能力。

n8n 是一个开源可许可的工作流自动化平台。

安装
节点功能
凭证
AI Agent 使用
兼容性
资源
版本历史

安装

按照 n8n 社区节点文档中的安装指南进行操作。

节点功能

Zhipu AI (GLM) 节点

通用 API 节点,支持以下功能:

Chat(对话)

  • GLM-3-Turbo, GLM-4, GLM-4-Flash, GLM-4.5-Flash, GLM-4.7-Flash, GLM-5-Turbo 等
  • 支持视觉模型:GLM-4V, GLM-4.6V, GLM-4.1V-Thinking-Flash 等
  • 支持语音模型:GLM-4-Voice, AutoGLM-Phone
  • 支持角色扮演:CharGLM-4, Emohaa

Embedding(向量化)

  • Embedding-2 (1024维)
  • Embedding-3 (支持256/512/1024/2048维)

Image Generation(图像生成)

  • CogView-4, CogView-4-250304
  • CogView-3-Flash, CogView-3-Plus
  • GLM-Image (最新)

Video Generation(视频生成)

  • CogVideoX-3, CogVideoX-Flash
  • 支持图像生成视频

Audio Speech(TTS 语音合成)

  • GLM-TTS
  • 多音色可选:Aita, Qingyi, TongTong, Zhixiao

Audio Transcription(ASR 语音识别)

  • GLM-ASR-2512

Zhipu Chat Model 节点

LangChain / AI Agent 语言模型节点,支持:

  • 所有 GLM 系列模型
  • 可作为 AI Agent 的模型连接
  • 支持 Tool Calling(工具调用)
  • 可配置参数:Temperature, Max Tokens, Top P

凭证

Zhipu API

使用智谱AI需要 API Key:

  1. 访问 智谱AI开放平台
  2. 注册账号并登录
  3. 在「API密钥」页面创建 API Key
  4. 在 n8n 中添加凭证时填入该 API Key

AI Agent 使用

Zhipu Chat Model 节点可连接至 n8n 的 AI Agent 节点:

  1. 在工作流中添加 AI Agent 节点
  2. 连接 Zhipu Chat Model 节点到 AI Agent 的 Model 输入
  3. 配置您的 Zhipu API 凭证
  4. 选择所需的 GLM 模型
[Chat Trigger] --> [AI Agent] --> [Zhipu Chat Model]
                         |
                    [Tools...]

兼容性

  • n8n 版本:1.0.0 及以上
  • Node.js:18.x 及以上

资源

版本历史

0.3.3

  • 修复 Chat Model 节点凭证读取问题
  • 优化 API 调用配置

0.3.2

  • 更新模型列表(GLM-5系列等)
  • 添加更多参数选项(Max Tokens, Top P)

0.3.1

  • 支持 AI Agent 工具调用
  • 添加 Zhipu Chat Model 节点

0.3.0

  • 支持 GLM-4.7, GLM-4.6V 等新模型
  • 添加语音识别(ASR)功能

0.2.0

  • 添加视频生成功能
  • 添加语音合成功能