fix: update glm context windows (#7675)

This commit is contained in:
Ari Webb
2025-12-19 18:17:22 -08:00
committed by Caren Thomas
parent a1dfedfb0b
commit 3c4cc878ab

View File

@@ -13,13 +13,8 @@ from letta.schemas.providers.openai import OpenAIProvider
# Z.ai model context windows
# Reference: https://docs.z.ai/
MODEL_CONTEXT_WINDOWS = {
"glm-4": 128_000,
"glm-4.5": 128_000,
"glm-4.5-air": 128_000,
"glm-4.6": 128_000,
"glm-4.6v": 128_000,
"glm-4-assistant": 128_000,
"charglm-3": 8_000,
"glm-4.5": 128000,
"glm-4.6": 200000,
}