[PR #672] [MERGED] ISSUE=17570 #1490

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/672
Author: @senseb
Created: 4/7/2025
Status: Merged
Merged: 4/9/2025
Merged by: @crazywoola

Base: mainHead: siliconflow-add-models2


📝 Commits (4)

📊 Changes

25 files changed (+336 additions, -32 deletions)

View changed files

📝 models/siliconflow/manifest.yaml (+1 -1)
📝 models/siliconflow/models/llm/_position.yaml (+4 -19)
📝 models/siliconflow/models/llm/deepseek-r1-distill-llama-70B.yaml (+2 -2)
📝 models/siliconflow/models/llm/deepseek-r1-distill-qwen-1.5B.yaml (+1 -1)
📝 models/siliconflow/models/llm/deepseek-r1-distill-qwen-14B.yaml (+1 -1)
📝 models/siliconflow/models/llm/deepseek-r1-distill-qwen-32B.yaml (+1 -1)
📝 models/siliconflow/models/llm/deepseek-v2.5.yaml (+1 -0)
📝 models/siliconflow/models/llm/deepseek-v3-pro.yaml (+3 -3)
📝 models/siliconflow/models/llm/deepseek-v3.yaml (+4 -4)
📝 models/siliconflow/models/llm/gemma-2-27b-it.yaml (+1 -0)
📝 models/siliconflow/models/llm/gemma-2-9b-it.yaml (+1 -0)
📝 models/siliconflow/models/llm/meta-mlama-3.1-405b-instruct.yaml (+1 -0)
📝 models/siliconflow/models/llm/qwen-qvq-72B-preview.yaml (+1 -0)
📝 models/siliconflow/models/llm/qwen-qwq-32B-preview.yaml (+1 -0)
models/siliconflow/models/llm/qwen-qwq-32B.yaml (+54 -0)
📝 models/siliconflow/models/llm/qwen2-1.5b-instruct.yaml (+1 -0)
📝 models/siliconflow/models/llm/qwen2-vl-72b-instruct.yaml (+1 -0)
📝 models/siliconflow/models/llm/qwen2-vl-7b-Instruct.yaml (+1 -0)
📝 models/siliconflow/models/llm/qwen2.5-72b-instruct-vendorA.yaml (+1 -0)
models/siliconflow/models/llm/qwen2.5-vl-32b-instruct.yaml (+84 -0)

...and 5 more files

📄 Description

Related Issue or Context

Type of Change

  • Bug Fix (non-breaking change which fixes an Issue)
  • New Feature (non-breaking change which adds Functionality)
  • Breaking Change (fix or feature that may cause existing Functionality to not work as expected)
  • Documentation Update
  • Code Refactoring
  • Other

Version Control (if applicable)

  • Version bumped in Manifest.yaml (top-level Version field, not in Meta section)

Test Evidence (if applicable)

Important

Visual Proof is required for Bug Fixes, New Features, and Breaking Changes:

Screenshots or Video/GIF:

Note

For Non-LLM Models Changes:

  • Bug Fixes:
    • Show the Fix working
  • New Features:
    • Demonstrate the Functionality
  • Breaking Changes:
    • Show both Old and New Behavior

For LLM Models Changes:

  • Bug Fixes:
    • Show the Fix working with Example Inputs/Outputs
  • New Features:
    • Demonstrate the Functionality with Example Inputs/Outputs
  • Breaking Changes (requires comprehensive Testing):
    • Conversation & Interaction:
      • Message Flow Handling (System Messages and User→Assistant Turn-taking)
      • Tool Interaction Flow (Multi-round Usage and Output Handling if applicable)
    • Input/Output Handling:
      • Multimodal Input Handling (Images, PDFs, Audio, Video if applicable)
      • Multimodal Output Generation (Images, Audio, Video if applicable)
      • Structured Output Format (if applicable)
    • Metrics:
      • Token Consumption Metrics
    • Others:
      • e.g., Reasoning Process for Claude 3.7 Sonnet, Grounding for Gemini (if applicable)

Environment Verification

Important

At least one environment must be tested.

Local Deployment Environment

Local Deployment Dify Version:

  • Changes tested in a Clean Environment that matches Production Configuration

SaaS Environment

  • Testing performed on cloud.dify.ai
  • Changes tested in a Clean Environment that matches Production Configuration

🔄 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/672 **Author:** [@senseb](https://github.com/senseb) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `siliconflow-add-models2` --- ### 📝 Commits (4) - [`3ec54aa`](https://github.com/langgenius/dify-official-plugins/commit/3ec54aac1c0307e0b2be50a57fc1b729b1b1e1d8) ISSUE=17570 - [`6d9947a`](https://github.com/langgenius/dify-official-plugins/commit/6d9947a6ad1247fe9ef79dc80319071303e3dde9) bump version - [`9711993`](https://github.com/langgenius/dify-official-plugins/commit/97119938f47773daeeb02ebe316e810c9ec4da92) Revert "bump version" - [`444cd21`](https://github.com/langgenius/dify-official-plugins/commit/444cd217ea64f8ff44bf78ec9d5b7dd50f638602) bump version ### 📊 Changes **25 files changed** (+336 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `models/siliconflow/manifest.yaml` (+1 -1) 📝 `models/siliconflow/models/llm/_position.yaml` (+4 -19) 📝 `models/siliconflow/models/llm/deepseek-r1-distill-llama-70B.yaml` (+2 -2) 📝 `models/siliconflow/models/llm/deepseek-r1-distill-qwen-1.5B.yaml` (+1 -1) 📝 `models/siliconflow/models/llm/deepseek-r1-distill-qwen-14B.yaml` (+1 -1) 📝 `models/siliconflow/models/llm/deepseek-r1-distill-qwen-32B.yaml` (+1 -1) 📝 `models/siliconflow/models/llm/deepseek-v2.5.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/deepseek-v3-pro.yaml` (+3 -3) 📝 `models/siliconflow/models/llm/deepseek-v3.yaml` (+4 -4) 📝 `models/siliconflow/models/llm/gemma-2-27b-it.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/gemma-2-9b-it.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/meta-mlama-3.1-405b-instruct.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/qwen-qvq-72B-preview.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/qwen-qwq-32B-preview.yaml` (+1 -0) ➕ `models/siliconflow/models/llm/qwen-qwq-32B.yaml` (+54 -0) 📝 `models/siliconflow/models/llm/qwen2-1.5b-instruct.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/qwen2-vl-72b-instruct.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/qwen2-vl-7b-Instruct.yaml` (+1 -0) 📝 `models/siliconflow/models/llm/qwen2.5-72b-instruct-vendorA.yaml` (+1 -0) ➕ `models/siliconflow/models/llm/qwen2.5-vl-32b-instruct.yaml` (+84 -0) _...and 5 more files_ </details> ### 📄 Description ## Related Issue or Context <!-- - Link related Issues if applicable: #issue_number - Or provide Context about why this Change is needed --> ## Type of Change <!-- Put an `x` in all the boxes that apply --> - [ ] Bug Fix (non-breaking change which fixes an Issue) - [x] New Feature (non-breaking change which adds Functionality) - [ ] Breaking Change (fix or feature that may cause existing Functionality to not work as expected) - [ ] Documentation Update - [ ] Code Refactoring - [ ] Other ## Version Control (if applicable) - [x] Version bumped in Manifest.yaml (top-level `Version` field, not in Meta section) <!-- Version format: MAJOR.MINOR.PATCH - MAJOR (0.x.x): Reserved for Major Releases with widespread Breaking Changes - MINOR (x.0.x): For New Features or limited Breaking Changes - PATCH (x.x.0): For backwards-compatible Bug Fixes and minor Improvements - Note: Each version component (MAJOR, MINOR, PATCH) can be 2 digits, e.g., 10.11.22 --> ## Test Evidence (if applicable) > [!IMPORTANT] > Visual Proof is required for Bug Fixes, New Features, and Breaking Changes: ### Screenshots or Video/GIF: <!-- Provide your evidence here --> > [!NOTE] > For Non-LLM Models Changes: > - **Bug Fixes**: > - [ ] Show the Fix working > - **New Features**: > - [x] Demonstrate the Functionality > - **Breaking Changes**: > - [ ] Show both Old and New Behavior > > For LLM Models Changes: > - **Bug Fixes**: > - [ ] Show the Fix working with Example Inputs/Outputs > - **New Features**: > - [x] Demonstrate the Functionality with Example Inputs/Outputs > - **Breaking Changes** (requires comprehensive Testing): > - **Conversation & Interaction**: > - [ ] Message Flow Handling (System Messages and User→Assistant Turn-taking) > - [ ] Tool Interaction Flow (Multi-round Usage and Output Handling if applicable) > - **Input/Output Handling**: > - [ ] Multimodal Input Handling (Images, PDFs, Audio, Video if applicable) > - [ ] Multimodal Output Generation (Images, Audio, Video if applicable) > - [ ] Structured Output Format (if applicable) > - **Metrics**: > - [ ] Token Consumption Metrics > - **Others**: > - [ ] e.g., Reasoning Process for Claude 3.7 Sonnet, Grounding for Gemini (if applicable) <!-- LLM Models Test Example: --> <!-- https://github.com/langgenius/dify-official-plugins/blob/main/.assets/test-examples/llm-plugin-tests/llm_test_example.md --> ### Environment Verification > [!IMPORTANT] > At least one environment must be tested. #### Local Deployment Environment Local Deployment Dify Version: <!-- Specify your version (e.g., 1.1.3) --> - [x] Changes tested in a Clean Environment that matches Production Configuration <!-- - Python virtual env matching Manifest.yaml & requirements.txt - No breaking changes in Dify that may affect the testing result --> #### SaaS Environment - [ ] Testing performed on cloud.dify.ai - [ ] Changes tested in a Clean Environment that matches Production Configuration <!-- - Python virtual env matching Manifest.yaml & requirements.txt --> --- <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:23:05 -05:00
yindo closed this issue 2026-02-16 10:23:05 -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#1490