Skip to content

Commit f0ce55f

Browse files
committed
chore(zhipu): 更新 ZhiPu 模型映射(opus 映射至 glm-5.1)及 glm-5.1/glm-4.5-air 定价;
🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>
1 parent f45860f commit f0ce55f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎src/coding/proxy/config/config.default.yaml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ model_mapping:
158158
is_regex: true
159159
- pattern: "claude-opus-.*"
160160
vendors: ["zhipu"]
161-
target: "glm-5v-turbo"
161+
target: "glm-5.1"
162162
is_regex: true
163163
- pattern: "claude-haiku-.*"
164164
vendors: ["zhipu"]
@@ -247,7 +247,7 @@ pricing:
247247
- vendor: zhipu
248248
model: glm-4.5-air # 待区分长短上下文定价
249249
input_cost_per_mtok: ¥0.80
250-
output_cost_per_mtok: ¥6.00
250+
output_cost_per_mtok: ¥2.00
251251
cache_read_cost_per_mtok: ¥0.16
252252
- vendor: zhipu
253253
model: glm-5v-turbo # 待区分长短上下文定价
@@ -256,9 +256,9 @@ pricing:
256256
cache_read_cost_per_mtok: ¥1.20
257257
- vendor: zhipu
258258
model: glm-5.1 # 待区分长短上下文定价
259-
input_cost_per_mtok: ¥4.00
260-
output_cost_per_mtok: ¥18.00
261-
cache_read_cost_per_mtok: ¥1.00
259+
input_cost_per_mtok: ¥6.00
260+
output_cost_per_mtok: ¥24.00
261+
cache_read_cost_per_mtok: ¥1.30
262262
- vendor: zhipu
263263
model: glm-5-turbo # 待区分长短上下文定价
264264
input_cost_per_mtok: ¥5.00

0 commit comments

Comments
 (0)