From e150d03dc5f1225996ea2b7d62923092702fee3c Mon Sep 17 00:00:00 2001 From: QiyuanChen Date: Tue, 6 Jan 2026 17:05:53 +0800 Subject: [PATCH 1/5] Add 3 new SiliconFlow models (GLM-4.7, GLM-4.6V, DeepSeek-V3.2) --- .../models/deepseek-ai/DeepSeek-V3.2.toml | 22 +++++++++++++++++++ .../siliconflow/models/zai-org/GLM-4.6V.toml | 22 +++++++++++++++++++ .../siliconflow/models/zai-org/GLM-4.7.toml | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 providers/siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml create mode 100644 providers/siliconflow/models/zai-org/GLM-4.6V.toml create mode 100644 providers/siliconflow/models/zai-org/GLM-4.7.toml diff --git a/providers/siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml b/providers/siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml new file mode 100644 index 00000000..3a7d11b0 --- /dev/null +++ b/providers/siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml @@ -0,0 +1,22 @@ +name = "deepseek-ai/DeepSeek-V3.2" +family = "deepseek-v3-2" +release_date = "2025-12-03" +last_updated = "2025-12-03" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.27 +output = 0.42 + +[limit] +context = 164_000 +output = 164_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/siliconflow/models/zai-org/GLM-4.6V.toml b/providers/siliconflow/models/zai-org/GLM-4.6V.toml new file mode 100644 index 00000000..d16942b5 --- /dev/null +++ b/providers/siliconflow/models/zai-org/GLM-4.6V.toml @@ -0,0 +1,22 @@ +name = "zai-org/GLM-4.6V" +family = "glm-4-6v" +release_date = "2025-12-07" +last_updated = "2025-12-07" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = false +open_weights = false + +[cost] +input = 0.30 +output = 0.90 + +[limit] +context = 131_000 +output = 131_000 + +[modalities] +input = ["text","image"] +output = ["text"] diff --git a/providers/siliconflow/models/zai-org/GLM-4.7.toml b/providers/siliconflow/models/zai-org/GLM-4.7.toml new file mode 100644 index 00000000..6604d40e --- /dev/null +++ b/providers/siliconflow/models/zai-org/GLM-4.7.toml @@ -0,0 +1,22 @@ +name = "zai-org/GLM-4.7" +family = "glm-4-7" +release_date = "2025-12-22" +last_updated = "2025-12-22" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = false +open_weights = false + +[cost] +input = 0.60 +output = 2.20 + +[limit] +context = 205_000 +output = 205_000 + +[modalities] +input = ["text"] +output = ["text"] From b51d257ee2197a2e0285b27d986402a50352e5eb Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 9 Jan 2026 03:31:46 +0000 Subject: [PATCH 2/5] Added 3 SiliconFlow CN models via symlinks Co-authored-by: rekram1-node --- providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml | 1 + providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml | 1 + providers/siliconflow-cn/models/zai-org/GLM-4.7.toml | 1 + 3 files changed, 3 insertions(+) create mode 120000 providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml create mode 120000 providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml create mode 120000 providers/siliconflow-cn/models/zai-org/GLM-4.7.toml diff --git a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml new file mode 120000 index 00000000..9abb6fc5 --- /dev/null +++ b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml @@ -0,0 +1 @@ +../../../siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml \ No newline at end of file diff --git a/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml b/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml new file mode 120000 index 00000000..f1574f8a --- /dev/null +++ b/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml @@ -0,0 +1 @@ +../../../siliconflow/models/zai-org/GLM-4.6V.toml \ No newline at end of file diff --git a/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml b/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml new file mode 120000 index 00000000..5f50e51d --- /dev/null +++ b/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml @@ -0,0 +1 @@ +../../../siliconflow/models/zai-org/GLM-4.7.toml \ No newline at end of file From 8ac502e533ddabd083578b56f4174edcd1df5ac4 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:36:20 -0600 Subject: [PATCH 3/5] Delete providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml --- providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml diff --git a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml deleted file mode 120000 index 9abb6fc5..00000000 --- a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V3.2.toml +++ /dev/null @@ -1 +0,0 @@ -../../../siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml \ No newline at end of file From 43d7b9b55838635b6a8a217681de063ed43359fe Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:36:38 -0600 Subject: [PATCH 4/5] Delete providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml --- providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml diff --git a/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml b/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml deleted file mode 120000 index f1574f8a..00000000 --- a/providers/siliconflow-cn/models/zai-org/GLM-4.6V.toml +++ /dev/null @@ -1 +0,0 @@ -../../../siliconflow/models/zai-org/GLM-4.6V.toml \ No newline at end of file From 524fd462fa979cb456c3342a4bf2aa8cc1acbf9b Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:36:53 -0600 Subject: [PATCH 5/5] Delete providers/siliconflow-cn/models/zai-org/GLM-4.7.toml --- providers/siliconflow-cn/models/zai-org/GLM-4.7.toml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 providers/siliconflow-cn/models/zai-org/GLM-4.7.toml diff --git a/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml b/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml deleted file mode 120000 index 5f50e51d..00000000 --- a/providers/siliconflow-cn/models/zai-org/GLM-4.7.toml +++ /dev/null @@ -1 +0,0 @@ -../../../siliconflow/models/zai-org/GLM-4.7.toml \ No newline at end of file