From 32d7daaca212275e70eb0b184324b4330ca00f5f Mon Sep 17 00:00:00 2001 From: Abdul Munim Date: Wed, 2 Sep 2026 01:09:47 +0200 Subject: [PATCH 1/4] feat(cline-pass): add glm-5.3-flash glm-5.3-flash is available in ClinePass but missing from the provider data. Adds providers/cline-pass/models/cline-pass/glm-5.3-flash.toml with base_model pointing at the existing zhipuai lab entry and reference pricing matching glm-5.3. --- .../models/cline-pass/glm-5.3-flash.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 providers/cline-pass/models/cline-pass/glm-5.3-flash.toml diff --git a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml new file mode 100644 index 00000000000..11e846770dd --- /dev/null +++ b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml @@ -0,0 +1,15 @@ +# https://docs.cline.bot/getting-started/clinepass (accessed 2026-09-02) +# Model ID cline-pass/glm-5.3-flash; reference pricing matches glm-5.3 at $1.4 / $4.4 / $0.26 per 1M tokens (input/output/cache read). +base_model = "zhipuai/glm-5.3-flash" + +[[reasoning_options]] +type = "effort" +values = ["low", "high", "max"] + +[interleaved] +field = "reasoning_content" + +[cost] +input = 1.4 +output = 4.4 +cache_read = 0.26 From ee4068e2f7163d0f27483221bfaf7065f685943b Mon Sep 17 00:00:00 2001 From: Abdul Munim Date: Wed, 2 Sep 2026 01:12:31 +0200 Subject: [PATCH 2/4] fix(cline-pass): correct glm-5.3-flash pricing $0.075 input / $0.25 output per 1M tokens; cache read $0.015. --- providers/cline-pass/models/cline-pass/glm-5.3-flash.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml index 11e846770dd..f943ffdea79 100644 --- a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml +++ b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml @@ -1,5 +1,5 @@ # https://docs.cline.bot/getting-started/clinepass (accessed 2026-09-02) -# Model ID cline-pass/glm-5.3-flash; reference pricing matches glm-5.3 at $1.4 / $4.4 / $0.26 per 1M tokens (input/output/cache read). +# Model ID cline-pass/glm-5.3-flash; reference pricing $0.075 / $0.25 / $0.015 per 1M tokens (input/output/cache read). base_model = "zhipuai/glm-5.3-flash" [[reasoning_options]] @@ -10,6 +10,6 @@ values = ["low", "high", "max"] field = "reasoning_content" [cost] -input = 1.4 -output = 4.4 -cache_read = 0.26 +input = 0.075 +output = 0.25 +cache_read = 0.015 From bb51bea86b17545433c1d6410050bad0476dbbca Mon Sep 17 00:00:00 2001 From: Abdul Munim Date: Wed, 2 Sep 2026 01:15:45 +0200 Subject: [PATCH 3/4] fix(cline-pass): glm-5.3-flash actual pricing $0.15 input / $0.50 output / $0.03 cache read per 1M tokens. --- providers/cline-pass/models/cline-pass/glm-5.3-flash.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml index f943ffdea79..41237dc9538 100644 --- a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml +++ b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml @@ -1,5 +1,5 @@ # https://docs.cline.bot/getting-started/clinepass (accessed 2026-09-02) -# Model ID cline-pass/glm-5.3-flash; reference pricing $0.075 / $0.25 / $0.015 per 1M tokens (input/output/cache read). +# Model ID cline-pass/glm-5.3-flash; reference pricing $0.15 / $0.50 / $0.03 per 1M tokens (input/output/cache read). base_model = "zhipuai/glm-5.3-flash" [[reasoning_options]] @@ -10,6 +10,6 @@ values = ["low", "high", "max"] field = "reasoning_content" [cost] -input = 0.075 -output = 0.25 -cache_read = 0.015 +input = 0.15 +output = 0.5 +cache_read = 0.03 From 4144c3398466fda5d00d785de80943710ed96646 Mon Sep 17 00:00:00 2001 From: Abdul Munim Date: Wed, 2 Sep 2026 01:26:38 +0200 Subject: [PATCH 4/4] fix(cline-pass): inline glm-5.3-flash entry No upstream lab mapping on ClinePass for this slug. Inline the full model metadata (name/description from the ClinePass catalog, specs matching Z.ai's GLM-5.3-Flash) instead of base_model. --- .../models/cline-pass/glm-5.3-flash.toml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml index 41237dc9538..7f9e9f9ec7d 100644 --- a/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml +++ b/providers/cline-pass/models/cline-pass/glm-5.3-flash.toml @@ -1,6 +1,27 @@ # https://docs.cline.bot/getting-started/clinepass (accessed 2026-09-02) # Model ID cline-pass/glm-5.3-flash; reference pricing $0.15 / $0.50 / $0.03 per 1M tokens (input/output/cache read). -base_model = "zhipuai/glm-5.3-flash" +# Name/description from the ClinePass model catalog. ClinePass does not declare an +# upstream lab mapping for this entry; specs (limits, modalities, reasoning) match +# Z.ai's GLM-5.3-Flash (https://docs.bigmodel.cn/cn/guide/models/vlm/glm-5.3-flash). +name = "cline-pass/glm-5.3-flash" +description = "Latest natively multimodal model in the GLM-5 series" +family = "glm" +release_date = "2026-08-26" +last_updated = "2026-08-26" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_000_000 +output = 131_072 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] [[reasoning_options]] type = "effort"