For the **openrouter** provider, glm-5.2 is listed as having 260K context when it has 1M context. **providers/openrouter/models/z-ai/glm-5.2.toml** Current: `[limit] context = 262_144 output = 262_144` Desired: `[limit] context = 1_000_000 output = 1_000_000`
For the openrouter provider, glm-5.2 is listed as having 260K context when it has 1M context.
providers/openrouter/models/z-ai/glm-5.2.toml
Current:
[limit] context = 262_144 output = 262_144Desired:
[limit] context = 1_000_000 output = 1_000_000