anomalyco / anomalyco/models.dev
OPENROUTER - incorrect GLM-5.2 context limit
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open providers/openrouter/models/z-ai/glm-5.2.toml and compare its current limit values with the issue description. Update both context and output to 1_000_000, then verify that the file records the requested 1M limits.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 84/100