feat(presets): add GLM 5.1 context window for AtlasCloud Codex preset

Declare the 200000-token context window for zai-org/glm-5.1, matching the other GLM 5.1 preset entries.
This commit is contained in:
Jason
2026-06-13 23:16:11 +08:00
Unverified
parent b37a9e8f60
commit efbb52a3fc
+5 -1
View File
@@ -949,7 +949,11 @@ requires_openai_auth = true`,
endpointCandidates: ["https://api.atlascloud.ai/v1"],
apiFormat: "openai_chat",
modelCatalog: modelCatalog([
{ model: "zai-org/glm-5.1", displayName: "GLM 5.1" },
{
model: "zai-org/glm-5.1",
displayName: "GLM 5.1",
contextWindow: 200000,
},
]),
isPartner: true,
partnerPromotionKey: "atlascloud",