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 adb78c2 commit 28ad1aa
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/config/modelProviders/zhipu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ 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 Expand Up @@ -97,7 +85,20 @@ const ZhiPu: ModelProviderCard = {
tokens: 1_024_000,
},
{
description: 'GLM-4-Flash 是处理简单任务的理想选择,速度最快且价格最优惠。',
description: 'GLM-4-FlashX 是Flash的增强版本,超快推理速度。',
displayName: 'GLM-4-FlashX',
enabled: true,
functionCall: true,
id: 'glm-4-flashx',
pricing: {
currency: 'CNY',
input: 0.1,
output: 0.1,
},
tokens: 128_000,
},
{
description: 'GLM-4-Flash 是处理简单任务的理想选择,速度最快且免费。',
displayName: 'GLM-4-Flash',
enabled: true,
functionCall: true,
Expand Down

0 comments on commit 28ad1aa

Please sign in to comment.