Skip to content

Commit 7991baf

Browse files
committed
feat(pricing): 新增智谱 GLM-4.7 模型定价配置;
🤖 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 0a38bbb commit 7991baf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ pricing:
421421
input_cost_per_mtok: ¥0.80
422422
output_cost_per_mtok: ¥2.00
423423
cache_read_cost_per_mtok: ¥0.16
424+
- vendor: zhipu
425+
model: glm-4.7 # 待区分长短上下文定价
426+
input_cost_per_mtok: ¥2.00
427+
output_cost_per_mtok: ¥8.00
428+
cache_read_cost_per_mtok: ¥0.40
424429
- vendor: zhipu
425430
model: glm-5v-turbo # 待区分长短上下文定价
426431
input_cost_per_mtok: ¥5.00

0 commit comments

Comments
 (0)