From 057651a955b50b2d1757d542ac403734f2f0e308 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 11 Jun 2026 12:08:23 -0500 Subject: [PATCH 1/2] [siliconflow] Migrate models to base metadata --- .../models/Pro/MiniMaxAI/MiniMax-M2.1.toml | 15 +++---------- .../models/Pro/MiniMaxAI/MiniMax-M2.5.toml | 13 +++--------- .../models/Pro/deepseek-ai/DeepSeek-R1.toml | 15 ++++--------- .../Pro/moonshotai/Kimi-K2-Thinking.toml | 17 +++++---------- .../models/Pro/moonshotai/Kimi-K2.5.toml | 12 ++++------- .../models/Pro/moonshotai/Kimi-K2.6.toml | 16 +++++--------- .../models/Pro/zai-org/GLM-4.7.toml | 21 ++++++------------- .../models/Pro/zai-org/GLM-5.1.toml | 16 +++----------- .../models/Pro/zai-org/GLM-5.toml | 17 ++++----------- .../models/Qwen/Qwen3.5-122B-A10B.toml | 12 ++--------- .../models/Qwen/Qwen3.5-27B.toml | 12 ++--------- .../models/Qwen/Qwen3.5-35B-A3B.toml | 12 ++--------- .../models/Qwen/Qwen3.5-397B-A17B.toml | 12 ++--------- .../models/Qwen/Qwen3.6-35B-A3B.toml | 14 ++----------- .../models/deepseek-ai/DeepSeek-V4-Pro.toml | 18 ++++------------ .../models/stepfun-ai/Step-3.5-Flash.toml | 14 ++++--------- .../models/MiniMaxAI/MiniMax-M2.1.toml | 15 +++---------- .../models/MiniMaxAI/MiniMax-M2.5.toml | 13 +++--------- .../models/Qwen/Qwen2.5-VL-72B-Instruct.toml | 14 ++++--------- .../models/Qwen/Qwen3-235B-A22B.toml | 14 ++++--------- .../siliconflow/models/Qwen/Qwen3-32B.toml | 14 ++++--------- .../Qwen/Qwen3-Coder-30B-A3B-Instruct.toml | 15 ++++--------- .../Qwen/Qwen3-Coder-480B-A35B-Instruct.toml | 17 +++++---------- .../Qwen/Qwen3-Next-80B-A3B-Instruct.toml | 15 ++++--------- .../Qwen/Qwen3-Next-80B-A3B-Thinking.toml | 15 ++++--------- .../models/deepseek-ai/DeepSeek-R1.toml | 15 ++++--------- .../models/moonshotai/Kimi-K2-Thinking.toml | 17 +++++---------- .../models/moonshotai/Kimi-K2.5.toml | 12 ++++------- .../models/moonshotai/Kimi-K2.6.toml | 16 +++++--------- .../models/stepfun-ai/Step-3.5-Flash.toml | 14 ++++--------- .../models/zai-org/GLM-4.5-Air.toml | 15 ++++--------- .../siliconflow/models/zai-org/GLM-4.5.toml | 17 +++++---------- .../siliconflow/models/zai-org/GLM-4.5V.toml | 11 ++++------ .../siliconflow/models/zai-org/GLM-4.6.toml | 14 ++++--------- .../siliconflow/models/zai-org/GLM-4.6V.toml | 18 +++++++--------- .../siliconflow/models/zai-org/GLM-4.7.toml | 21 ++++++------------- .../siliconflow/models/zai-org/GLM-5.1.toml | 16 +++----------- .../siliconflow/models/zai-org/GLM-5.toml | 17 ++++----------- .../models/zai-org/GLM-5V-Turbo.toml | 14 +------------ 39 files changed, 150 insertions(+), 435 deletions(-) diff --git a/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.1.toml b/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.1.toml index c00c35b75..c82bfaaeb 100644 --- a/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.1.toml +++ b/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.1.toml @@ -1,11 +1,6 @@ +base_model = "minimax/MiniMax-M2.1" name = "Pro/MiniMaxAI/MiniMax-M2.1" -family = "minimax" -release_date = "2025-12-23" -last_updated = "2025-12-23" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +9,5 @@ input = 0.3 output = 1.2 [limit] -context = 197_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 197000 +output = 131000 diff --git a/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.5.toml b/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.5.toml index 5200ed9d9..c254fd6be 100644 --- a/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.5.toml +++ b/providers/siliconflow-cn/models/Pro/MiniMaxAI/MiniMax-M2.5.toml @@ -1,11 +1,8 @@ +base_model = "minimax/MiniMax-M2.5" name = "Pro/MiniMaxAI/MiniMax-M2.5" -family = "minimax" release_date = "2026-02-13" last_updated = "2026-02-13" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -17,9 +14,5 @@ input = 0.3 output = 1.22 [limit] -context = 192_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 192000 +output = 131000 diff --git a/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml b/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml index 6e169c5c8..9b5c43e6f 100644 --- a/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml +++ b/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml @@ -1,11 +1,8 @@ +base_model = "deepseek/deepseek-r1" +base_model_omit = ["knowledge"] name = "Pro/deepseek-ai/DeepSeek-R1" -family = "deepseek-thinking" release_date = "2025-05-28" last_updated = "2025-11-25" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.5 output = 2.18 [limit] -context = 164_000 -output = 164_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 164000 +output = 164000 diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml index 6b5681084..aa73053c8 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml @@ -1,22 +1,15 @@ +base_model = "moonshotai/kimi-k2-thinking" +base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2-Thinking" -family = "kimi-thinking" release_date = "2025-11-07" last_updated = "2025-11-25" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false [cost] input = 0.55 -output = 2.50 +output = 2.5 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 262000 +output = 262000 diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml index 37457adb2..159fd3f9d 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml @@ -1,13 +1,10 @@ +base_model = "moonshotai/kimi-k2.5" +base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2.5" family = "kimi" release_date = "2026-01-27" last_updated = "2026-01-27" -attachment = false -reasoning = true temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" @@ -18,9 +15,8 @@ output = 2.25 cache_input = 0.07 [limit] -context = 262_000 -output = 262_000 +context = 262000 +output = 262000 [modalities] input = ["text", "image"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml index 85b0e9bf0..a26ec7379 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml @@ -1,26 +1,20 @@ +base_model = "moonshotai/kimi-k2.6" +base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2.6" family = "kimi" -release_date = "2026-04-21" -last_updated = "2026-04-21" attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" [cost] input = 0.95 -output = 4.0 +output = 4 cache_read = 0.16 [limit] -context = 262_000 -output = 262_000 +context = 262000 +output = 262000 [modalities] input = ["text", "image"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml b/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml index c77f26405..802dd9ecd 100644 --- a/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml +++ b/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml @@ -1,11 +1,6 @@ +base_model = "zhipuai/glm-4.7" +base_model_omit = ["knowledge"] name = "Pro/zai-org/GLM-4.7" -family = "glm" -release_date = "2025-12-22" -last_updated = "2025-12-22" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -13,13 +8,9 @@ open_weights = false field = "reasoning_content" [cost] -input = 0.60 -output = 2.20 +input = 0.6 +output = 2.2 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml b/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml index 4f7f68433..2d85fdc2b 100644 --- a/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml +++ b/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml @@ -1,13 +1,7 @@ +base_model = "zhipuai/glm-5.1" name = "Pro/zai-org/GLM-5.1" -family = "glm" release_date = "2026-04-08" last_updated = "2026-04-08" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" @@ -19,9 +13,5 @@ cache_input = 0.26 cache_write = 0 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.toml b/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.toml index f0126d612..d45f62e2d 100644 --- a/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.toml +++ b/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.toml @@ -1,25 +1,16 @@ +base_model = "zhipuai/glm-5" name = "Pro/zai-org/GLM-5" -family = "glm" release_date = "2026-02-12" last_updated = "2026-02-12" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true -open_weights = true [interleaved] field = "reasoning_content" [cost] input = 1 -output = 3.20 +output = 3.2 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow-cn/models/Qwen/Qwen3.5-122B-A10B.toml b/providers/siliconflow-cn/models/Qwen/Qwen3.5-122B-A10B.toml index 9735023f5..cdbf67176 100644 --- a/providers/siliconflow-cn/models/Qwen/Qwen3.5-122B-A10B.toml +++ b/providers/siliconflow-cn/models/Qwen/Qwen3.5-122B-A10B.toml @@ -1,22 +1,14 @@ +base_model = "alibaba/qwen3.5-122b-a10b" +base_model_omit = ["structured_output"] name = "Qwen/Qwen3.5-122B-A10B" -family = "qwen" release_date = "2026-02-26" last_updated = "2026-02-26" attachment = false -reasoning = true -temperature = true knowledge = "2025-04" -tool_call = true -open_weights = true [cost] input = 0.29 output = 2.32 -[limit] -context = 262_144 -output = 65_536 - [modalities] input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Qwen/Qwen3.5-27B.toml b/providers/siliconflow-cn/models/Qwen/Qwen3.5-27B.toml index 3f6e6268f..22a165709 100644 --- a/providers/siliconflow-cn/models/Qwen/Qwen3.5-27B.toml +++ b/providers/siliconflow-cn/models/Qwen/Qwen3.5-27B.toml @@ -1,22 +1,14 @@ +base_model = "alibaba/qwen3.5-27b" +base_model_omit = ["structured_output"] name = "Qwen/Qwen3.5-27B" -family = "qwen" release_date = "2026-02-25" last_updated = "2026-02-25" attachment = false -reasoning = true -temperature = true knowledge = "2025-04" -tool_call = true -open_weights = true [cost] input = 0.26 output = 2.09 -[limit] -context = 262_144 -output = 65_536 - [modalities] input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Qwen/Qwen3.5-35B-A3B.toml b/providers/siliconflow-cn/models/Qwen/Qwen3.5-35B-A3B.toml index 0cb640013..aec0fae4a 100644 --- a/providers/siliconflow-cn/models/Qwen/Qwen3.5-35B-A3B.toml +++ b/providers/siliconflow-cn/models/Qwen/Qwen3.5-35B-A3B.toml @@ -1,22 +1,14 @@ +base_model = "alibaba/qwen3.5-35b-a3b" +base_model_omit = ["structured_output"] name = "Qwen/Qwen3.5-35B-A3B" -family = "qwen" release_date = "2026-02-25" last_updated = "2026-02-25" attachment = false -reasoning = true -temperature = true knowledge = "2025-04" -tool_call = true -open_weights = true [cost] input = 0.23 output = 1.86 -[limit] -context = 262_144 -output = 65_536 - [modalities] input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Qwen/Qwen3.5-397B-A17B.toml b/providers/siliconflow-cn/models/Qwen/Qwen3.5-397B-A17B.toml index 05ac38d4f..70a0f8473 100644 --- a/providers/siliconflow-cn/models/Qwen/Qwen3.5-397B-A17B.toml +++ b/providers/siliconflow-cn/models/Qwen/Qwen3.5-397B-A17B.toml @@ -1,22 +1,14 @@ +base_model = "alibaba/qwen3.5-397b-a17b" +base_model_omit = ["structured_output"] name = "Qwen/Qwen3.5-397B-A17B" -family = "qwen" release_date = "2026-02-16" last_updated = "2026-02-16" attachment = false -reasoning = true -temperature = true knowledge = "2025-04" -tool_call = true -open_weights = true [cost] input = 0.29 output = 1.74 -[limit] -context = 262_144 -output = 65_536 - [modalities] input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/Qwen/Qwen3.6-35B-A3B.toml b/providers/siliconflow-cn/models/Qwen/Qwen3.6-35B-A3B.toml index b8310df65..d0944992b 100644 --- a/providers/siliconflow-cn/models/Qwen/Qwen3.6-35B-A3B.toml +++ b/providers/siliconflow-cn/models/Qwen/Qwen3.6-35B-A3B.toml @@ -1,22 +1,12 @@ +base_model = "alibaba/qwen3.6-35b-a3b" +base_model_omit = ["structured_output"] name = "Qwen/Qwen3.6-35B-A3B" -family = "qwen" -release_date = "2026-04-17" -last_updated = "2026-04-17" attachment = false -reasoning = true -temperature = true knowledge = "2025-04" -tool_call = true -open_weights = true [cost] input = 0.23 output = 1.86 -[limit] -context = 262_144 -output = 65_536 - [modalities] input = ["text", "image", "video"] -output = ["text"] diff --git a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml index 8ba8153a6..a478238b6 100644 --- a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml +++ b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml @@ -1,13 +1,7 @@ +base_model = "deepseek/deepseek-v4-pro" +base_model_omit = ["knowledge"] name = "deepseek-ai/DeepSeek-V4-Pro" -family = "deepseek-thinking" -release_date = "2026-04-24" -last_updated = "2026-04-24" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = false -open_weights = true [cost] input = 1.74 @@ -15,9 +9,5 @@ output = 3.48 cache_read = 0.145 [limit] -context = 1_049_000 -output = 393_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 1049000 +output = 393000 diff --git a/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml b/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml index 79a0382dc..ad4f9ee1e 100644 --- a/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml +++ b/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml @@ -1,11 +1,9 @@ +base_model = "stepfun/step-3.5-flash" +base_model_omit = ["knowledge", "limit.input"] name = "stepfun-ai/Step-3.5-Flash" family = "step" release_date = "2026-02-11" last_updated = "2026-02-11" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.1 output = 0.3 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.1.toml b/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.1.toml index debd77162..2be39067f 100644 --- a/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.1.toml +++ b/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.1.toml @@ -1,11 +1,6 @@ +base_model = "minimax/MiniMax-M2.1" name = "MiniMaxAI/MiniMax-M2.1" -family = "minimax" -release_date = "2025-12-23" -last_updated = "2025-12-23" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +9,5 @@ input = 0.3 output = 1.2 [limit] -context = 197_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 197000 +output = 131000 diff --git a/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.5.toml b/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.5.toml index fd2fcd2e8..3790d82f5 100644 --- a/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.5.toml +++ b/providers/siliconflow/models/MiniMaxAI/MiniMax-M2.5.toml @@ -1,11 +1,8 @@ +base_model = "minimax/MiniMax-M2.5" name = "MiniMaxAI/MiniMax-M2.5" -family = "minimax" release_date = "2026-02-15" last_updated = "2026-02-15" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = false open_weights = false @@ -14,9 +11,5 @@ input = 0.3 output = 1.2 [limit] -context = 197_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 197000 +output = 131000 diff --git a/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml index 9ee40db68..f1226f23e 100644 --- a/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml @@ -1,11 +1,9 @@ +base_model = "alibaba/qwen2-5-vl-72b-instruct" +base_model_omit = ["knowledge"] name = "Qwen/Qwen2.5-VL-72B-Instruct" -family = "qwen" release_date = "2025-01-28" last_updated = "2025-11-25" attachment = true -reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.59 output = 0.59 [limit] -context = 131_000 -output = 4_000 - -[modalities] -input = ["text", "image"] -output = ["text"] \ No newline at end of file +context = 131000 +output = 4000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml b/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml index 0597c3b1c..eeb3538fd 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml @@ -1,11 +1,9 @@ +base_model = "alibaba/qwen3-235b-a22b" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-235B-A22B" -family = "qwen" release_date = "2025-04-30" last_updated = "2025-11-25" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.35 output = 1.42 [limit] -context = 131_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 131000 +output = 131000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-32B.toml b/providers/siliconflow/models/Qwen/Qwen3-32B.toml index 8836237e7..14e8e0ae6 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-32B.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-32B.toml @@ -1,11 +1,9 @@ +base_model = "alibaba/qwen3-32b" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-32B" -family = "qwen" release_date = "2025-04-30" last_updated = "2025-11-25" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.14 output = 0.57 [limit] -context = 131_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 131000 +output = 131000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml index 24afae89c..e4d055f16 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml @@ -1,11 +1,8 @@ +base_model = "alibaba/qwen3-coder-30b-a3b-instruct" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Coder-30B-A3B-Instruct" -family = "qwen" release_date = "2025-08-01" last_updated = "2025-11-25" -attachment = false -reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.07 output = 0.28 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml index 05d906035..5e311492a 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml @@ -1,22 +1,15 @@ +base_model = "alibaba/qwen3-coder-480b-a35b-instruct" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Coder-480B-A35B-Instruct" -family = "qwen" release_date = "2025-07-31" last_updated = "2025-11-25" -attachment = false -reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false [cost] input = 0.25 -output = 1.0 +output = 1 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml index c149af56b..8aa34ee93 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml @@ -1,11 +1,8 @@ +base_model = "alibaba/qwen3-next-80b-a3b-instruct" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Next-80B-A3B-Instruct" -family = "qwen" release_date = "2025-09-18" last_updated = "2025-11-25" -attachment = false -reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.14 output = 1.4 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml index bda2eac47..28f78cb9b 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml @@ -1,11 +1,8 @@ +base_model = "alibaba/qwen3-next-80b-a3b-thinking" +base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Next-80B-A3B-Thinking" -family = "qwen" release_date = "2025-09-25" last_updated = "2025-11-25" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.14 output = 0.57 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml b/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml index c2e655b45..8786326f1 100644 --- a/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml +++ b/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml @@ -1,11 +1,8 @@ +base_model = "deepseek/deepseek-r1" +base_model_omit = ["knowledge"] name = "deepseek-ai/DeepSeek-R1" -family = "deepseek-thinking" release_date = "2025-05-28" last_updated = "2025-11-25" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.5 output = 2.18 [limit] -context = 164_000 -output = 164_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 164000 +output = 164000 diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml b/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml index 36fa6922a..ab2fa3878 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml @@ -1,22 +1,15 @@ +base_model = "moonshotai/kimi-k2-thinking" +base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2-Thinking" -family = "kimi-thinking" release_date = "2025-11-07" last_updated = "2025-11-25" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false [cost] input = 0.55 -output = 2.50 +output = 2.5 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml b/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml index bdbf31faa..ecea118d3 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml @@ -1,13 +1,10 @@ +base_model = "moonshotai/kimi-k2.5" +base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2.5" family = "kimi" release_date = "2026-01-27" last_updated = "2026-01-27" -attachment = false -reasoning = true temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" @@ -18,9 +15,8 @@ output = 2.25 cache_input = 0.07 [limit] -context = 262_000 -output = 262_000 +context = 262000 +output = 262000 [modalities] input = ["text", "image"] -output = ["text"] diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml b/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml index 03dc13596..56c762318 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml @@ -1,26 +1,20 @@ +base_model = "moonshotai/kimi-k2.6" +base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2.6" family = "kimi" -release_date = "2026-04-21" -last_updated = "2026-04-21" attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" [cost] input = 0.95 -output = 4.0 +output = 4 cache_read = 0.16 [limit] -context = 262_000 -output = 262_000 +context = 262000 +output = 262000 [modalities] input = ["text", "image"] -output = ["text"] diff --git a/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml b/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml index 79a0382dc..ad4f9ee1e 100644 --- a/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml +++ b/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml @@ -1,11 +1,9 @@ +base_model = "stepfun/step-3.5-flash" +base_model_omit = ["knowledge", "limit.input"] name = "stepfun-ai/Step-3.5-Flash" family = "step" release_date = "2026-02-11" last_updated = "2026-02-11" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.1 output = 0.3 [limit] -context = 262_000 -output = 262_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 262000 +output = 262000 diff --git a/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml b/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml index bf3a43bb0..9181f858e 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml @@ -1,11 +1,8 @@ +base_model = "zhipuai/glm-4.5-air" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5-Air" -family = "glm-air" -release_date = "2025-07-28" last_updated = "2025-11-25" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +11,5 @@ input = 0.14 output = 0.86 [limit] -context = 131_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 131000 +output = 131000 diff --git a/providers/siliconflow/models/zai-org/GLM-4.5.toml b/providers/siliconflow/models/zai-org/GLM-4.5.toml index 42df4a1fe..5bf96b39a 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5.toml @@ -1,22 +1,15 @@ +base_model = "zhipuai/glm-4.5" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5" -family = "glm" -release_date = "2025-07-28" last_updated = "2025-11-25" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false [cost] input = 0.4 -output = 2.0 +output = 2 [limit] -context = 131_000 -output = 131_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 131000 +output = 131000 diff --git a/providers/siliconflow/models/zai-org/GLM-4.5V.toml b/providers/siliconflow/models/zai-org/GLM-4.5V.toml index c5123bfbe..ead648dc4 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5V.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5V.toml @@ -1,11 +1,9 @@ +base_model = "zhipuai/glm-4.5v" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5V" -family = "glm" release_date = "2025-08-13" last_updated = "2025-11-25" -attachment = true reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,8 @@ input = 0.14 output = 0.86 [limit] -context = 66_000 -output = 66_000 +context = 66000 +output = 66000 [modalities] input = ["text", "image"] -output = ["text"] \ No newline at end of file diff --git a/providers/siliconflow/models/zai-org/GLM-4.6.toml b/providers/siliconflow/models/zai-org/GLM-4.6.toml index ed8b60eb7..528ed42dd 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.6.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.6.toml @@ -1,11 +1,9 @@ +base_model = "zhipuai/glm-4.6" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.6" -family = "glm" release_date = "2025-10-04" last_updated = "2025-11-25" -attachment = false reasoning = false -temperature = true -tool_call = true structured_output = true open_weights = false @@ -14,9 +12,5 @@ input = 0.5 output = 1.9 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +context = 205000 +output = 205000 diff --git a/providers/siliconflow/models/zai-org/GLM-4.6V.toml b/providers/siliconflow/models/zai-org/GLM-4.6V.toml index d54f6a0c2..c7799d68b 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.6V.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.6V.toml @@ -1,22 +1,18 @@ +base_model = "zhipuai/glm-4.6v" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.6V" -family = "glm" 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 +input = 0.3 +output = 0.9 [limit] -context = 131_000 -output = 131_000 +context = 131000 +output = 131000 [modalities] -input = ["text","image"] -output = ["text"] +input = ["text", "image"] diff --git a/providers/siliconflow/models/zai-org/GLM-4.7.toml b/providers/siliconflow/models/zai-org/GLM-4.7.toml index 418980662..bbbc3a9f2 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.7.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.7.toml @@ -1,11 +1,6 @@ +base_model = "zhipuai/glm-4.7" +base_model_omit = ["knowledge"] name = "zai-org/GLM-4.7" -family = "glm" -release_date = "2025-12-22" -last_updated = "2025-12-22" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true open_weights = false @@ -13,13 +8,9 @@ open_weights = false field = "reasoning_content" [cost] -input = 0.60 -output = 2.20 +input = 0.6 +output = 2.2 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow/models/zai-org/GLM-5.1.toml b/providers/siliconflow/models/zai-org/GLM-5.1.toml index 915f853aa..b1283772b 100644 --- a/providers/siliconflow/models/zai-org/GLM-5.1.toml +++ b/providers/siliconflow/models/zai-org/GLM-5.1.toml @@ -1,13 +1,7 @@ +base_model = "zhipuai/glm-5.1" name = "zai-org/GLM-5.1" -family = "glm" release_date = "2026-04-08" last_updated = "2026-04-08" -attachment = false -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = true [interleaved] field = "reasoning_content" @@ -19,9 +13,5 @@ cache_input = 0.26 cache_write = 0 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow/models/zai-org/GLM-5.toml b/providers/siliconflow/models/zai-org/GLM-5.toml index 9f64d79fe..ffd734213 100644 --- a/providers/siliconflow/models/zai-org/GLM-5.toml +++ b/providers/siliconflow/models/zai-org/GLM-5.toml @@ -1,25 +1,16 @@ +base_model = "zhipuai/glm-5" name = "zai-org/GLM-5" -family = "glm" release_date = "2026-02-12" last_updated = "2026-02-12" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true -open_weights = true [interleaved] field = "reasoning_content" [cost] input = 1 -output = 3.20 +output = 3.2 [limit] -context = 205_000 -output = 205_000 - -[modalities] -input = ["text"] -output = ["text"] +context = 205000 +output = 205000 diff --git a/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml b/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml index c2f5a40a8..e34f0ff1e 100644 --- a/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml +++ b/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml @@ -1,12 +1,5 @@ +base_model = "zhipuai/glm-5v-turbo" name = "zai-org/GLM-5V-Turbo" -family = "glm" -release_date = "2026-04-01" -last_updated = "2026-04-01" -attachment = true -reasoning = true -temperature = true -tool_call = true -open_weights = false [interleaved] field = "reasoning_content" @@ -17,10 +10,5 @@ output = 4 cache_input = 0.24 cache_write = 0 -[limit] -context = 200_000 -output = 131_072 - [modalities] input = ["text", "image"] -output = ["text"] From cd42c21f74d04c5d31d989e0375dc1d0ccf37226 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 11 Jun 2026 12:57:17 -0500 Subject: [PATCH 2/2] [siliconflow] Inherit canonical knowledge metadata --- .../siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml | 1 - .../siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml | 1 - providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml | 1 - providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml | 1 - providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml | 1 - .../siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml | 1 - providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml | 2 +- providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml | 1 - providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml | 1 - providers/siliconflow/models/Qwen/Qwen3-32B.toml | 1 - .../siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml | 1 - .../siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml | 1 - .../siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml | 1 - .../siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml | 1 - providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml | 1 - providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml | 1 - providers/siliconflow/models/moonshotai/Kimi-K2.5.toml | 1 - providers/siliconflow/models/moonshotai/Kimi-K2.6.toml | 1 - providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml | 2 +- providers/siliconflow/models/zai-org/GLM-4.5-Air.toml | 1 - providers/siliconflow/models/zai-org/GLM-4.5.toml | 1 - providers/siliconflow/models/zai-org/GLM-4.5V.toml | 1 - providers/siliconflow/models/zai-org/GLM-4.6.toml | 1 - providers/siliconflow/models/zai-org/GLM-4.6V.toml | 1 - providers/siliconflow/models/zai-org/GLM-4.7.toml | 1 - 25 files changed, 2 insertions(+), 25 deletions(-) diff --git a/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml b/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml index 9b5c43e6f..b4664dc02 100644 --- a/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml +++ b/providers/siliconflow-cn/models/Pro/deepseek-ai/DeepSeek-R1.toml @@ -1,5 +1,4 @@ base_model = "deepseek/deepseek-r1" -base_model_omit = ["knowledge"] name = "Pro/deepseek-ai/DeepSeek-R1" release_date = "2025-05-28" last_updated = "2025-11-25" diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml index aa73053c8..2bd125bd2 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2-Thinking.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2-thinking" -base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2-Thinking" release_date = "2025-11-07" last_updated = "2025-11-25" diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml index 159fd3f9d..9358aa1e5 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.5.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2.5" -base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2.5" family = "kimi" release_date = "2026-01-27" diff --git a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml index a26ec7379..b46acb271 100644 --- a/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml +++ b/providers/siliconflow-cn/models/Pro/moonshotai/Kimi-K2.6.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2.6" -base_model_omit = ["knowledge"] name = "Pro/moonshotai/Kimi-K2.6" family = "kimi" attachment = false diff --git a/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml b/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml index 802dd9ecd..af2a69feb 100644 --- a/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml +++ b/providers/siliconflow-cn/models/Pro/zai-org/GLM-4.7.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.7" -base_model_omit = ["knowledge"] name = "Pro/zai-org/GLM-4.7" structured_output = true open_weights = false diff --git a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml index a478238b6..888d88a04 100644 --- a/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml +++ b/providers/siliconflow-cn/models/deepseek-ai/DeepSeek-V4-Pro.toml @@ -1,5 +1,4 @@ base_model = "deepseek/deepseek-v4-pro" -base_model_omit = ["knowledge"] name = "deepseek-ai/DeepSeek-V4-Pro" structured_output = false diff --git a/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml b/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml index ad4f9ee1e..05744e4b0 100644 --- a/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml +++ b/providers/siliconflow-cn/models/stepfun-ai/Step-3.5-Flash.toml @@ -1,5 +1,5 @@ base_model = "stepfun/step-3.5-flash" -base_model_omit = ["knowledge", "limit.input"] +base_model_omit = ["limit.input"] name = "stepfun-ai/Step-3.5-Flash" family = "step" release_date = "2026-02-11" diff --git a/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml index f1226f23e..ac46b3a4f 100644 --- a/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen2.5-VL-72B-Instruct.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen2-5-vl-72b-instruct" -base_model_omit = ["knowledge"] name = "Qwen/Qwen2.5-VL-72B-Instruct" release_date = "2025-01-28" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml b/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml index eeb3538fd..3b0e3d618 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-235B-A22B.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-235b-a22b" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-235B-A22B" release_date = "2025-04-30" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-32B.toml b/providers/siliconflow/models/Qwen/Qwen3-32B.toml index 14e8e0ae6..e241c8809 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-32B.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-32B.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-32b" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-32B" release_date = "2025-04-30" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml index e4d055f16..f67da9669 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Coder-30B-A3B-Instruct.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-coder-30b-a3b-instruct" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Coder-30B-A3B-Instruct" release_date = "2025-08-01" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml index 5e311492a..ef9c0a71d 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Coder-480B-A35B-Instruct.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-coder-480b-a35b-instruct" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Coder-480B-A35B-Instruct" release_date = "2025-07-31" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml index 8aa34ee93..37e3cbc00 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Instruct.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-next-80b-a3b-instruct" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Next-80B-A3B-Instruct" release_date = "2025-09-18" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml index 28f78cb9b..2ccc1d77d 100644 --- a/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml +++ b/providers/siliconflow/models/Qwen/Qwen3-Next-80B-A3B-Thinking.toml @@ -1,5 +1,4 @@ base_model = "alibaba/qwen3-next-80b-a3b-thinking" -base_model_omit = ["knowledge"] name = "Qwen/Qwen3-Next-80B-A3B-Thinking" release_date = "2025-09-25" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml b/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml index 8786326f1..0b787a7da 100644 --- a/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml +++ b/providers/siliconflow/models/deepseek-ai/DeepSeek-R1.toml @@ -1,5 +1,4 @@ base_model = "deepseek/deepseek-r1" -base_model_omit = ["knowledge"] name = "deepseek-ai/DeepSeek-R1" release_date = "2025-05-28" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml b/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml index ab2fa3878..4b9cac63c 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2-Thinking.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2-thinking" -base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2-Thinking" release_date = "2025-11-07" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml b/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml index ecea118d3..876c0f59d 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2.5.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2.5" -base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2.5" family = "kimi" release_date = "2026-01-27" diff --git a/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml b/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml index 56c762318..8919031d2 100644 --- a/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml +++ b/providers/siliconflow/models/moonshotai/Kimi-K2.6.toml @@ -1,5 +1,4 @@ base_model = "moonshotai/kimi-k2.6" -base_model_omit = ["knowledge"] name = "moonshotai/Kimi-K2.6" family = "kimi" attachment = false diff --git a/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml b/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml index ad4f9ee1e..05744e4b0 100644 --- a/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml +++ b/providers/siliconflow/models/stepfun-ai/Step-3.5-Flash.toml @@ -1,5 +1,5 @@ base_model = "stepfun/step-3.5-flash" -base_model_omit = ["knowledge", "limit.input"] +base_model_omit = ["limit.input"] name = "stepfun-ai/Step-3.5-Flash" family = "step" release_date = "2026-02-11" diff --git a/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml b/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml index 9181f858e..ece2d9fe1 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5-Air.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.5-air" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5-Air" last_updated = "2025-11-25" reasoning = false diff --git a/providers/siliconflow/models/zai-org/GLM-4.5.toml b/providers/siliconflow/models/zai-org/GLM-4.5.toml index 5bf96b39a..226004c92 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.5" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5" last_updated = "2025-11-25" reasoning = false diff --git a/providers/siliconflow/models/zai-org/GLM-4.5V.toml b/providers/siliconflow/models/zai-org/GLM-4.5V.toml index ead648dc4..b3a40d7df 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.5V.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.5V.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.5v" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.5V" release_date = "2025-08-13" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/zai-org/GLM-4.6.toml b/providers/siliconflow/models/zai-org/GLM-4.6.toml index 528ed42dd..049afb51a 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.6.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.6.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.6" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.6" release_date = "2025-10-04" last_updated = "2025-11-25" diff --git a/providers/siliconflow/models/zai-org/GLM-4.6V.toml b/providers/siliconflow/models/zai-org/GLM-4.6V.toml index c7799d68b..535a95fd1 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.6V.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.6V.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.6v" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.6V" release_date = "2025-12-07" last_updated = "2025-12-07" diff --git a/providers/siliconflow/models/zai-org/GLM-4.7.toml b/providers/siliconflow/models/zai-org/GLM-4.7.toml index bbbc3a9f2..2203a83cc 100644 --- a/providers/siliconflow/models/zai-org/GLM-4.7.toml +++ b/providers/siliconflow/models/zai-org/GLM-4.7.toml @@ -1,5 +1,4 @@ base_model = "zhipuai/glm-4.7" -base_model_omit = ["knowledge"] name = "zai-org/GLM-4.7" structured_output = true open_weights = false