mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +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"],
|
endpointCandidates: ["https://api.atlascloud.ai/v1"],
|
||||||
apiFormat: "openai_chat",
|
apiFormat: "openai_chat",
|
||||||
modelCatalog: modelCatalog([
|
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,
|
isPartner: true,
|
||||||
partnerPromotionKey: "atlascloud",
|
partnerPromotionKey: "atlascloud",
|
||||||
|
|||||||
Reference in New Issue
Block a user