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"]