mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user