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

v0.1.4

Published

n8n community node for ShengSuanYun LLMs API Router integration.

Readme


n8n-nodes-shengsuanyun

English README

这是 n8n 的社区节点插件,用于在 n8n 工作流中集成 胜算云 (Shengsuanyun) 的智能 AI API 路由服务。

n8n 是一款可视化编排的自动化工作流平台。


安装指南 (本地开发与部署)

如果你是在本地开发环境或通过源码安装此插件,请按照以下步骤操作:

1. 编译插件

在插件的根目录下执行以下命令来构建项目:

npm install
npm run build

2. 链接到本地 n8n

为了让本地安装的 n8n 能够识别此节点,你可以使用 npm link

# 在插件目录下执行
npm link

# 切换到你安装 n8n 的目录(通常是 ~/.n8n/nodes 或你的开发目录)
cd ~/.n8n/nodes
npm link n8n-nodes-shengsuanyun

3. 重启 n8n

安装或链接完成后,重启你的 n8n 实例,插件将自动加载。


支持的操作 (Operations)

目前该节点支持以下生算云 API 操作:

  • 浏览可用模型:查看、创建或管理计算资源。
  • 调用大语言模型:包括所有当前最前沿的 LLM,和一些特定行业的领先大模型。
  • 调用嵌入模型:提供性能领先的嵌入模型,同步行业技术发展,更新可用模型。

凭证配置 (Credentials)

在使用该节点之前,你需要配置生算云的 API 凭证:

  1. 注册并登录 生算云平台
  2. 在个人中心或开发者设置中获取你的 API Key
  3. 在 n8n 中新建凭证,选择 Shengsuanyun API,并填入你的 Key。

兼容性 (Compatibility)

  • 最低 n8n 版本: 0.190.0
  • 测试版本: 1.x.x
  • Node.js 版本: 建议使用 Node.js 18.x 或更高版本。

本地开发调试 (Usage)

如果你需要修改代码并实时查看效果:

  1. 使用 npm run dev 启动监听模式(如果 package.json 中配置了此脚本)。
  2. 确保 n8n 运行在开发模式,或者在每次修改代码并 build 后重启 n8n。

资源 (Resources)

版本历史

  • 0.1.0: 初始版本,支持基础任务提交功能。