docs(litellm): record glm-5.2 canonical limits in gateway config comment
Probed live vs z.ai 2026-07-05: glm-5.2 = 1,048,576-token (1M) input context, 131,072 (128K) max output; no gateway-side cap (pure z.ai passthrough). Comment-only, no runtime effect.
This commit is contained in:
@@ -295,6 +295,9 @@ model_list:
|
||||
# a live completion with our key). Mirrors the glm-5.1 pattern: thinking DISABLED
|
||||
# by default (consistency with the 2026-06-11 operator call), opt-in reasoning via
|
||||
# glm-5.2-reasoning. extra_body.thinking is forwarded verbatim to z.ai.
|
||||
# CANONICAL LIMITS (probed live vs z.ai 2026-07-05): 1,048,576-token (1M, 2^20)
|
||||
# INPUT context; 131,072 (128K) MAX OUTPUT (z.ai max_tokens range [1,131072]).
|
||||
# NO gateway-side cap — pure z.ai passthrough, so these are the effective limits.
|
||||
- model_name: glm-5.2
|
||||
litellm_params:
|
||||
model: openai/glm-5.2
|
||||
|
||||
Reference in New Issue
Block a user