mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #189] [MERGED] feat(siliconflow): add the latest models in siliconflow (include r1) #1162
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/189
Author: @Nov1c444
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @Yeuoly
Base:
main← Head:feat/siliconflow-add-model📝 Commits (3)
d772a0afeat(siliconflow): add the latest model in siliconflow (includes deepseek r1)ef636a4chore(siliconflow): bump version to 0.0.52476bc0chore(siliconflow): update the dependcy version📊 Changes
23 files changed (+510 additions, -10 deletions)
View changed files
📝
models/siliconflow/manifest.yaml(+1 -1)📝
models/siliconflow/models/llm/_position.yaml(+16 -3)➕
models/siliconflow/models/llm/deepseek-r1-distill-llama-70B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1-distill-llama-8B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1-distill-qwen-1.5B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1-distill-qwen-14B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1-distill-qwen-32B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1-distill-qwen-7B.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-r1.yaml(+21 -0)➕
models/siliconflow/models/llm/deepseek-v3.yaml(+53 -0)📝
models/siliconflow/models/llm/hunyuan-a52b-instruct.yaml(+1 -0)📝
models/siliconflow/models/llm/internvl2-llama3-76b.yaml(+1 -0)➕
models/siliconflow/models/llm/janus-pro-7B.yaml(+22 -0)➕
models/siliconflow/models/llm/meta-llama-3.3-70b-instruct.yaml(+53 -0)➕
models/siliconflow/models/llm/qwen-qvq-72B-preview.yaml(+54 -0)➕
models/siliconflow/models/llm/qwen-qwq-32B-preview.yaml(+53 -0)📝
models/siliconflow/models/llm/qwen2-vl-72b-instruct.yaml(+2 -2)📝
models/siliconflow/models/llm/qwen2-vl-7b-Instruct.yaml(+2 -2)➕
models/siliconflow/models/llm/qwen2.5-72b-instruct-128k.yaml(+51 -0)➕
models/siliconflow/models/llm/qwen2.5-72b-instruct-vendorA.yaml(+51 -0)...and 3 more files
📄 Description
add the latest models in siliconflow (include r1)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.