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 new file mode 100644 index 000000000..4f7f68433 --- /dev/null +++ b/providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml @@ -0,0 +1,27 @@ +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" + +[cost] +input = 1.4 +output = 4.4 +cache_input = 0.26 +cache_write = 0 + +[limit] +context = 205_000 +output = 205_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/siliconflow/models/zai-org/GLM-5.1.toml b/providers/siliconflow/models/zai-org/GLM-5.1.toml new file mode 100644 index 000000000..915f853aa --- /dev/null +++ b/providers/siliconflow/models/zai-org/GLM-5.1.toml @@ -0,0 +1,27 @@ +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" + +[cost] +input = 1.4 +output = 4.4 +cache_input = 0.26 +cache_write = 0 + +[limit] +context = 205_000 +output = 205_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml b/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml new file mode 100644 index 000000000..c2f5a40a8 --- /dev/null +++ b/providers/siliconflow/models/zai-org/GLM-5V-Turbo.toml @@ -0,0 +1,26 @@ +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" + +[cost] +input = 1.2 +output = 4 +cache_input = 0.24 +cache_write = 0 + +[limit] +context = 200_000 +output = 131_072 + +[modalities] +input = ["text", "image"] +output = ["text"]