File tree Expand file tree Collapse file tree
packages/types/src/providers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { ZaiApiLine } from "../provider-settings.js"
1111// https://bigmodel.cn/pricing
1212
1313export type InternationalZAiModelId = keyof typeof internationalZAiModels
14- export const internationalZAiDefaultModelId : InternationalZAiModelId = "glm-4.6 "
14+ export const internationalZAiDefaultModelId : InternationalZAiModelId = "glm-4.7 "
1515export const internationalZAiModels = {
1616 "glm-4.5" : {
1717 maxTokens : 16_384 ,
@@ -229,7 +229,7 @@ export const internationalZAiModels = {
229229} as const satisfies Record < string , ModelInfo >
230230
231231export type MainlandZAiModelId = keyof typeof mainlandZAiModels
232- export const mainlandZAiDefaultModelId : MainlandZAiModelId = "glm-4.6 "
232+ export const mainlandZAiDefaultModelId : MainlandZAiModelId = "glm-4.7 "
233233export const mainlandZAiModels = {
234234 "glm-4.5" : {
235235 maxTokens : 16_384 ,
You can’t perform that action at this time.
0 commit comments