mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2394] [MERGED] feat(siliconflow): add international/domestic endpoint selection option #2445
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2394
Author: @qychen2001
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/11/2026
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (2)
5d0cdb7feat(siliconflow): add international/domestic endpoint selection option51dff12chore(manifest): bump version to 0.0.41📊 Changes
7 files changed (+39 additions, -6 deletions)
View changed files
📝
models/siliconflow/manifest.yaml(+1 -1)📝
models/siliconflow/models/llm/llm.py(+4 -1)📝
models/siliconflow/models/rerank/rerank.py(+6 -1)📝
models/siliconflow/models/speech2text/speech2text.py(+4 -1)📝
models/siliconflow/models/text_embedding/text_embedding.py(+4 -1)📝
models/siliconflow/models/tts/tts.py(+4 -1)📝
models/siliconflow/provider/siliconflow.yaml(+16 -0)📄 Description
Related Issues or Context
New feature to add international/domestic endpoint selection for SiliconFlow provider
This PR contains Changes to LLM Models Plugin
Added an optional radio button in provider credentials to allow users to choose between international and domestic API endpoints. The default behavior (domestic endpoint) remains unchanged for backward compatibility.
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.