[PR #411] [MERGED] feat: add Qwen 2.5 VL models #1350

Closed
opened 2026-02-16 10:22:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/411
Author: @zhangao0086
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @crazywoola

Base: mainHead: add_qwen_2.5_vl_models


📝 Commits (1)

  • 176f598 feat: add Qwen 2.5 VL models

📊 Changes

5 files changed (+235 additions, -1 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/_position.yaml (+3 -0)
models/tongyi/models/llm/qwen2.5-vl-3b-instruct.yaml (+77 -0)
models/tongyi/models/llm/qwen2.5-vl-72b-instruct.yaml (+77 -0)
models/tongyi/models/llm/qwen2.5-vl-7b-instruct.yaml (+77 -0)

📄 Description

  • qwen2.5-vl-72b-instruct
  • qwen2.5-vl-7b-instruct
  • qwen2.5-vl-3b-instruct

🔄 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-official-plugins/pull/411 **Author:** [@zhangao0086](https://github.com/zhangao0086) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add_qwen_2.5_vl_models` --- ### 📝 Commits (1) - [`176f598`](https://github.com/langgenius/dify-official-plugins/commit/176f598076f17522b0d2fe2e5d882b9fbf550ed2) feat: add Qwen 2.5 VL models ### 📊 Changes **5 files changed** (+235 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/_position.yaml` (+3 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-3b-instruct.yaml` (+77 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-72b-instruct.yaml` (+77 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-7b-instruct.yaml` (+77 -0) </details> ### 📄 Description - qwen2.5-vl-72b-instruct - qwen2.5-vl-7b-instruct - qwen2.5-vl-3b-instruct --- <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-16 10:22:42 -05:00
yindo closed this issue 2026-02-16 10:22:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1350