We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae060db commit fd0a06eCopy full SHA for fd0a06e
packages/types/src/providers/zgsm.ts
@@ -5,7 +5,7 @@ export const zgsmDefaultModelId = "glm45-fp8"
5
export const zgsmModels = {
6
default: {
7
maxTokens: 8192,
8
- contextWindow: 64000,
+ contextWindow: 100_000,
9
supportsImages: false,
10
supportsComputerUse: false,
11
supportsPromptCache: true,
0 commit comments