From c47c9d404bd6b894d824fc689c40e426ac171f8a Mon Sep 17 00:00:00 2001 From: SlightDust Date: Thu, 3 Sep 2026 15:31:13 +0800 Subject: [PATCH] feat: add GLM-5.3, GLM-5.3-Flash, Qwen3.8-Flash to SCNet Token Plan --- .../scnet-token-plan/models/GLM-5.3-Flash.toml | 10 ++++++++++ providers/scnet-token-plan/models/GLM-5.3.toml | 10 ++++++++++ .../scnet-token-plan/models/Qwen3.8-Flash.toml | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 providers/scnet-token-plan/models/GLM-5.3-Flash.toml create mode 100644 providers/scnet-token-plan/models/GLM-5.3.toml create mode 100644 providers/scnet-token-plan/models/Qwen3.8-Flash.toml diff --git a/providers/scnet-token-plan/models/GLM-5.3-Flash.toml b/providers/scnet-token-plan/models/GLM-5.3-Flash.toml new file mode 100644 index 00000000000..3267da0b1b4 --- /dev/null +++ b/providers/scnet-token-plan/models/GLM-5.3-Flash.toml @@ -0,0 +1,10 @@ +base_model = "zhipuai/glm-5.3-flash" +reasoning_options = [] + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0 +output = 0 +cache_read = 0 diff --git a/providers/scnet-token-plan/models/GLM-5.3.toml b/providers/scnet-token-plan/models/GLM-5.3.toml new file mode 100644 index 00000000000..0c44ce127bf --- /dev/null +++ b/providers/scnet-token-plan/models/GLM-5.3.toml @@ -0,0 +1,10 @@ +base_model = "zhipuai/glm-5.3" +reasoning_options = [] + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0 +output = 0 +cache_read = 0 diff --git a/providers/scnet-token-plan/models/Qwen3.8-Flash.toml b/providers/scnet-token-plan/models/Qwen3.8-Flash.toml new file mode 100644 index 00000000000..cdc9432554b --- /dev/null +++ b/providers/scnet-token-plan/models/Qwen3.8-Flash.toml @@ -0,0 +1,13 @@ +# Toggle: enable_thinking = true|false +# Effort: reasoning_effort only applies to DeepSeek-V4 series (high|max); not documented for Qwen3 series. +# https://www.scnet.cn/ac/openapi/doc/2.0/moduleapi/api/chat.html (accessed 2026-09-01) +base_model = "alibaba/qwen3.8-flash" +reasoning_options = [{ type = "toggle" }] + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0 +output = 0 +cache_read = 0