Files
OmniRoute/tests
phuongddx b3017e4b8e feat(sse): add GLM-5.3 models and effort tiers
GLM-5.3 (released 2026-08-14) ships one upstream model id with effort as
a reasoning_effort request param (low|high|max, default max); thinking
can no longer be disabled. Adds glm-5.3/glm-5.3-high/glm-5.3-low to
GLM_SHARED_MODELS (glm/glm-cn/glmt) and glm-5.3 base to the zai catalog.

- GlmExecutor: parseGlm52Effort generalized to parseGlmEffortTier; 5.3
  tiers stay on the OpenAI coding transport and inject reasoning_effort
  + thinking.type=enabled; 5.2 tiers keep the Anthropic effort beta path
- modelSpecs + GLM_PRICING entries for the three ids
- default context window (1M) and pricing mirrored from GLM-5.2 (same
  base model) until Z.ai publishes official 5.3 specs

Extracted from #10358 (unrelated .planning/codebase/ scaffolding dump dropped).
2026-08-20 17:50:45 -03:00
..