[PR #1051] [MERGED] 添加InsigmaAI 模型供应商 #1348

Closed
opened 2026-02-22 17:55:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1051
Author: @CloudPureNO1
Created: 8/12/2025
Status: Merged
Merged: 8/13/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (9)

  • f670877 添加 BigMrAI 模型供应商插件
  • f744860 Merge branch 'langgenius:main' into main
  • 351ac70 Delete CloudPureNO1/bigmrai/models/llm/llm.py
  • e0bb63b Delete CloudPureNO1/bigmrai/provider directory
  • 388e1f0 Delete CloudPureNO1/bigmrai/models directory
  • 59ad40e Delete CloudPureNO1/bigmrai/manifest.yaml
  • 0d93bb4 Delete CloudPureNO1/bigmrai/main.py
  • 6c34374 添加InsigmaAI 模型供应商插件
  • 0c05dfc chore: rename bigmrai to insigmaai and only include insigma-ai.difypkg

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

CloudPureNO1/insigmaai/insigma-ai.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

本插件 InsigmaAII 为 Dify 平台提供自定义模型接入能力,支持通过本地或私有化部署的 AI 服务实现 LLM、文本嵌入、语音识别、TTS 和重排序等功能。插件基于 配置,由用户自行配置 API 地址与密钥,所有数据处理均在用户控制的环境中完成。

本插件不收集、存储或传输任何用户数据,完全遵循 Dify 隐私保护准则,确保用户数据安全与合规。

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

No, this plugin does not collect any user personal data.

All data processing occurs within the user's own Dify runtime environment or their configured service endpoint. The plugin itself does not send, store, or track any user data.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1051 **Author:** [@CloudPureNO1](https://github.com/CloudPureNO1) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`f670877`](https://github.com/langgenius/dify-plugins/commit/f67087784529a3e4f1e2da60ac68fcc32b042339) 添加 BigMrAI 模型供应商插件 - [`f744860`](https://github.com/langgenius/dify-plugins/commit/f74486058072223a8710d09da8629805d64dab82) Merge branch 'langgenius:main' into main - [`351ac70`](https://github.com/langgenius/dify-plugins/commit/351ac706353ec534bc31a6b25d37c08b75a4ca74) Delete CloudPureNO1/bigmrai/models/llm/llm.py - [`e0bb63b`](https://github.com/langgenius/dify-plugins/commit/e0bb63bf3768dd26efcd612eea918962d3485470) Delete CloudPureNO1/bigmrai/provider directory - [`388e1f0`](https://github.com/langgenius/dify-plugins/commit/388e1f0d3eeac4e67d40e328525406c8a9e1b4d5) Delete CloudPureNO1/bigmrai/models directory - [`59ad40e`](https://github.com/langgenius/dify-plugins/commit/59ad40ed7d8c0a0b3a3d37d3c43519878eb97e5e) Delete CloudPureNO1/bigmrai/manifest.yaml - [`0d93bb4`](https://github.com/langgenius/dify-plugins/commit/0d93bb4ede2fcbf8b4d5f0db69132192643d9bde) Delete CloudPureNO1/bigmrai/main.py - [`6c34374`](https://github.com/langgenius/dify-plugins/commit/6c34374d5b5557fab6db9019456bef7cb40a39fc) 添加InsigmaAI 模型供应商插件 - [`0c05dfc`](https://github.com/langgenius/dify-plugins/commit/0c05dfc1b095d9642788577aec6778eeae283836) chore: rename bigmrai to insigmaai and only include insigma-ai.difypkg ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CloudPureNO1/insigmaai/insigma-ai.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: cloudpureno1 - **Plugin Name**: insigmaai - **Repository URL**: https://github.com/CloudPureNO1/dify-plugins-source ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description 本插件 InsigmaAII 为 Dify 平台提供自定义模型接入能力,支持通过本地或私有化部署的 AI 服务实现 LLM、文本嵌入、语音识别、TTS 和重排序等功能。插件基于 配置,由用户自行配置 API 地址与密钥,所有数据处理均在用户控制的环境中完成。 本插件不收集、存储或传输任何用户数据,完全遵循 Dify 隐私保护准则,确保用户数据安全与合规。 ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection ❌ No, this plugin does not collect any user personal data. All data processing occurs within the user's own Dify runtime environment or their configured service endpoint. The plugin itself does not send, store, or track any user data. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:55:06 -05:00
yindo closed this issue 2026-02-22 17:55:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1348