From f4b3e08d2a206c27fd6e8486893ce2743b9ddca2 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Tue, 23 Dec 2025 12:38:18 +0800 Subject: [PATCH] fix: set costs to 0 for zai-coding-plan provider Updated cost configuration for GLM-4.7 model to reflect subscription-based billing rather than token-based pricing. Since zai-coding-plan uses a subscription model, all per-token costs should be zero. - Changed input cost from 0.6 to 0 - Changed output cost from 2.2 to 0 - Changed cache_read cost from 0.11 to 0 --- providers/zai-coding-plan/models/glm-4.7.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/zai-coding-plan/models/glm-4.7.toml b/providers/zai-coding-plan/models/glm-4.7.toml index 3ed4b348..8316a73e 100644 --- a/providers/zai-coding-plan/models/glm-4.7.toml +++ b/providers/zai-coding-plan/models/glm-4.7.toml @@ -13,9 +13,9 @@ open_weights = true field = "reasoning_content" [cost] -input = 0.6 -output = 2.2 -cache_read = 0.11 +input = 0 +output = 0 +cache_read = 0 cache_write = 0 [limit]