[PR #1944] [MERGED] Extended parkerwen's Volcengine AI plugin by adding Jimeng AI Video Generation 3.0 Pro API support #1974

Closed
opened 2026-02-22 18:13:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1944
Author: @shaoruidong
Created: 1/22/2026
Status: Merged
Merged: 1/28/2026
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (9)

📊 Changes

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

View changed files

shaoruidong/dify-plugin-volcengine-ai.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • [√] New plugin submission
  • Version update for existing plugin

3. Description

Overview

This is an extended version based on [@parkerwen]'s original Volcengine AI plugin. Building upon parkerwen's excellent foundation, I have added support for the Jimeng AI Video Generation 3.0 Pro API, bringing enhanced video generation capabilities to the Dify community.

What's New

Added Jimeng Video Generation 3.0 Pro (JimengVGFMT2VL30Pro) - The latest video generation API with:

  • Multi-shot narrative capabilities: Complex camera transitions, character movements, object motion trajectories
  • Dual modes: Text-to-video and image-to-video
  • Flexible parameters: 6 aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4, 21:9), 2 duration options (5s/10s)
  • Multiple input methods: File upload, URL, Base64
  • High-quality output: Enhanced semantic understanding and video quality

Complete Tool List

This plugin now includes 7 professional AI visual tools:

Image Generation Tools (from original plugin):

  • HighAesGeneralV30LZT2I - High Aesthetic General 3.0 Text-to-Image
  • I2IPortraitPhoto - Portrait Photo Generation
  • SeededitV30 - Smart Drawing 3.0 (Image Editing)
  • JimengHighAESGeneralV21L - Jimeng High Aesthetic General 2.1

Video Generation Tools:

  • JimengVGFMT2VL20 - Jimeng Video Generation 2.0 (Text-to-Video) - from original plugin
  • JimengVGFMI2VL20 - Jimeng Video Generation 2.0 (Image-to-Video) - from original plugin
  • JimengVGFMT2VL30Pro - Jimeng Video Generation 3.0 Pro NEW

Acknowledgments

Special thanks to [@parkerwen] for developing the original Volcengine AI plugin and providing an excellent foundation for this extension. This submission adds the Jimeng 3.0 Pro API integration to parkerwen's existing work.

Original Author: parkerwen
Extended Development: shaoruidong (added Jimeng 3.0 Pro API)

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

  • [√] 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

Data Collection

This plugin collects and processes the following types of data during runtime:

  • Text Prompts: User-defined textual prompts for guiding image/video generation
  • Image/Video Input: Uploaded image files, URLs, or Base64-encoded data as input material
  • Generation Parameters: Width, height, seed, aspect ratio, etc. to control generation characteristics
  • API Credentials: AccessKeyID and AccessKeySecret for Volcengine API authentication

Important Notes:

  • Does NOT collect any personally identifiable information (PII)
  • Does NOT store user-uploaded images or generated content
  • Does NOT log user prompts or creative content
  • All data is processed in memory only and released immediately after invocation
  • API credentials are passed through a secure runtime environment and never logged or exposed

Privacy Policy

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

Submitted by: shaoruidong
Submission Date: 2025-01-23


🔄 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/1944 **Author:** [@shaoruidong](https://github.com/shaoruidong) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`c8eeed4`](https://github.com/langgenius/dify-plugins/commit/c8eeed4645eee7c78190a2dca8f21aa398be31d6) 新增即梦3.0pro接口调用 - [`0fd0de1`](https://github.com/langgenius/dify-plugins/commit/0fd0de1bc9a00e5ee6eef436bdc165ff4cbd5179) Merge branch 'langgenius:main' into main - [`3cd4538`](https://github.com/langgenius/dify-plugins/commit/3cd45389db59a903139369e45529b8b5276cefb4) commit - [`60c2d3d`](https://github.com/langgenius/dify-plugins/commit/60c2d3dca2642dcc518ce9c4065b2a3fd1889c5a) Merge branch 'langgenius:main' into main - [`04697cf`](https://github.com/langgenius/dify-plugins/commit/04697cf3dd0b0690a1cf47a029e2c9a81eb8d15f) 重新修改插件 - [`ef612b7`](https://github.com/langgenius/dify-plugins/commit/ef612b767d29487e4e317d2dce14058756d95ff8) Merge branch 'main' of https://github.com/shaoruidong/dify-plugins - [`e58ad56`](https://github.com/langgenius/dify-plugins/commit/e58ad56b965df771b3b76da69f51bd789b140c25) Merge branch 'langgenius:main' into main - [`0c9f01f`](https://github.com/langgenius/dify-plugins/commit/0c9f01f65eeaaea2e62f3c6166a3c2e1aa026413) 更新插件中的代码校验逻辑 - [`1ac10fb`](https://github.com/langgenius/dify-plugins/commit/1ac10fbed4ae8d0cc657d0b8cfeec547a0c7c38f) Merge branch 'langgenius:main' into main ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `shaoruidong/dify-plugin-volcengine-ai.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: shaoruidong - **Plugin Name**: volcengine_ai - **Repository URL**: https://github.com/shaoruidong/dify-plugin-volcengine-ai ## 2. Submission Type - [√] New plugin submission - [ ] Version update for existing plugin ## 3. Description ### Overview This is an extended version based on [@parkerwen]'s original Volcengine AI plugin. Building upon parkerwen's excellent foundation, I have added support for the **Jimeng AI Video Generation 3.0 Pro API**, bringing enhanced video generation capabilities to the Dify community. ### What's New **Added Jimeng Video Generation 3.0 Pro (JimengVGFMT2VL30Pro)** - The latest video generation API with: - **Multi-shot narrative capabilities**: Complex camera transitions, character movements, object motion trajectories - **Dual modes**: Text-to-video and image-to-video - **Flexible parameters**: 6 aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4, 21:9), 2 duration options (5s/10s) - **Multiple input methods**: File upload, URL, Base64 - **High-quality output**: Enhanced semantic understanding and video quality ### Complete Tool List This plugin now includes 7 professional AI visual tools: **Image Generation Tools (from original plugin):** - HighAesGeneralV30LZT2I - High Aesthetic General 3.0 Text-to-Image - I2IPortraitPhoto - Portrait Photo Generation - SeededitV30 - Smart Drawing 3.0 (Image Editing) - JimengHighAESGeneralV21L - Jimeng High Aesthetic General 2.1 **Video Generation Tools:** - JimengVGFMT2VL20 - Jimeng Video Generation 2.0 (Text-to-Video) - from original plugin - JimengVGFMI2VL20 - Jimeng Video Generation 2.0 (Image-to-Video) - from original plugin - JimengVGFMT2VL30Pro - Jimeng Video Generation 3.0 Pro ⭐ **NEW** ### Acknowledgments **Special thanks to [@parkerwen]** for developing the original Volcengine AI plugin and providing an excellent foundation for this extension. This submission adds the Jimeng 3.0 Pro API integration to parkerwen's existing work. **Original Author**: parkerwen **Extended Development**: shaoruidong (added Jimeng 3.0 Pro API) ## 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 - [√] 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 ### Data Collection This plugin collects and processes the following types of data during runtime: - **Text Prompts**: User-defined textual prompts for guiding image/video generation - **Image/Video Input**: Uploaded image files, URLs, or Base64-encoded data as input material - **Generation Parameters**: Width, height, seed, aspect ratio, etc. to control generation characteristics - **API Credentials**: AccessKeyID and AccessKeySecret for Volcengine API authentication **Important Notes**: - Does NOT collect any personally identifiable information (PII) - Does NOT store user-uploaded images or generated content - Does NOT log user prompts or creative content - All data is processed in memory only and released immediately after invocation - API credentials are passed through a secure runtime environment and never logged or exposed ### Privacy Policy - [√] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- **Submitted by**: shaoruidong **Submission Date**: 2025-01-23 --- <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 18:13:20 -05:00
yindo closed this issue 2026-02-22 18:13:20 -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#1974