[PR #1885] [MERGED] feat: Update GPTProto Tools plugin to v0.0.53 #1928

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1885
Author: @chencanbin
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @crazywoola

Base: mainHead: feat/gptproto-tools-0.0.53


📝 Commits (1)

  • 4173184 feat: Update GPTProto Tools plugin to v0.0.53

📊 Changes

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

View changed files

gptproto/gptproto_tools-0.0.53.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

GPTProto Tools is a comprehensive AI toolkit plugin providing access to 30+ cutting-edge AI models through the GPTProto API, covering text generation, image creation, image editing, and video generation.

Changes in v0.0.53:

  • Fix video tools output: video URL now accessible via json.files[0].url in workflows
  • Changed all video generation tools from create_link_message to create_json_message
  • Affected tools: Sora, Veo 3.1, Veo 3 Pro, Hailuo 02 Pro, Hailuo 2.3 Standard, Hailuo 2.3 Fast

Key Features

  • 30+ AI Tools - Comprehensive coverage of text, image, and video generation
  • Multi-Model Support - Access Gemini, Claude, GPT, Sora, Veo, Hailuo, Seedream models
  • Async Task Processing - Automatic polling for long-running generation tasks
  • Bilingual Interface - Full English and Chinese localization

Available Tools

Category Count Models
Image Generation 7 Gemini 3 Pro, Gemini 2.5 Flash, GPT Image, Seedream, Seedream 4.5, Nano Banana
Image Editing 5 Gemini, GPT Image, Seedream, Seedream 4.5, Nano Banana
Video Generation 11 Sora, Veo 3.1, Veo 3 Pro, Hailuo 02 Pro, Hailuo 2.3 Standard/Fast
Text Generation 8 Claude Sonnet 4.5, Claude Opus 4.5, GPT-5.2, GPT-5.2 Pro, GPT-4o, Gemini 2.5 Pro/Flash Lite

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

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

Data Type Collection Purpose Storage
API Key Yes Authentication with GPTProto API Encrypted in Dify
User Prompts Transient Sent to GPTProto API for processing Not stored by plugin
Generated Content Transient Returned to user Not stored by plugin

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/1885 **Author:** [@chencanbin](https://github.com/chencanbin) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/gptproto-tools-0.0.53` --- ### 📝 Commits (1) - [`4173184`](https://github.com/langgenius/dify-plugins/commit/417318488eb3b7cbbe05aab679fe4a5462201a97) feat: Update GPTProto Tools plugin to v0.0.53 ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `gptproto/gptproto_tools-0.0.53.difypkg` (+0 -0) </details> ### 📄 Description ## Plugin Submission Form ### 1. Metadata - **Plugin Author:** gptproto - **Plugin Name:** gptproto_tools - **Repository URL:** https://github.com/chencanbin/gptproto-dify-plugin ### 2. Submission Type - [ ] New plugin submission - [x] Version update for existing plugin ### 3. Description GPTProto Tools is a comprehensive AI toolkit plugin providing access to 30+ cutting-edge AI models through the GPTProto API, covering text generation, image creation, image editing, and video generation. **Changes in v0.0.53:** - Fix video tools output: video URL now accessible via `json.files[0].url` in workflows - Changed all video generation tools from `create_link_message` to `create_json_message` - Affected tools: Sora, Veo 3.1, Veo 3 Pro, Hailuo 02 Pro, Hailuo 2.3 Standard, Hailuo 2.3 Fast #### Key Features - **30+ AI Tools** - Comprehensive coverage of text, image, and video generation - **Multi-Model Support** - Access Gemini, Claude, GPT, Sora, Veo, Hailuo, Seedream models - **Async Task Processing** - Automatic polling for long-running generation tasks - **Bilingual Interface** - Full English and Chinese localization #### Available Tools | Category | Count | Models | |----------|-------|--------| | Image Generation | 7 | Gemini 3 Pro, Gemini 2.5 Flash, GPT Image, Seedream, Seedream 4.5, Nano Banana | | Image Editing | 5 | Gemini, GPT Image, Seedream, Seedream 4.5, Nano Banana | | Video Generation | 11 | Sora, Veo 3.1, Veo 3 Pro, Hailuo 02 Pro, Hailuo 2.3 Standard/Fast | | Text Generation | 8 | Claude Sonnet 4.5, Claude Opus 4.5, GPT-5.2, GPT-5.2 Pro, GPT-4o, Gemini 2.5 Pro/Flash Lite | ### 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 - [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: #### Data Collection | Data Type | Collection | Purpose | Storage | |-----------|------------|---------|---------| | API Key | Yes | Authentication with GPTProto API | Encrypted in Dify | | User Prompts | Transient | Sent to GPTProto API for processing | Not stored by plugin | | Generated Content | Transient | Returned to user | Not stored by plugin | #### 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 18:11:45 -05:00
yindo closed this issue 2026-02-22 18:11:45 -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#1928