Skip to content

Commit

Permalink
Update zhipu.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 27, 2024
1 parent df7d162 commit 20d832f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/config/modelProviders/zhipu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ const ZhiPu: ModelProviderCard = {
},
tokens: 128_000,
},
{
description: 'GLM-4 是发布于2024年1月的旧旗舰版本,目前已被更强的 GLM-4-0520 取代。',
displayName: 'GLM-4',
functionCall: true,
id: 'glm-4',
pricing: {
currency: 'CNY',
input: 100,
output: 100,
},
tokens: 128_000,
},
{
description: 'GLM-4-AirX 提供 GLM-4-Air 的高效版本,推理速度可达其2.6倍。',
displayName: 'GLM-4-AirX',
Expand Down

0 comments on commit 20d832f

Please sign in to comment.