Add GLM 5.2 eval results (23/24)#90
Merged
Merged
Conversation
Contributor
|
Dry run failed. |
gaojude
approved these changes
Jun 16, 2026
Run via OpenCode through the Vercel AI Gateway (zai/glm-5.2). The model isn't in models.dev's zai/vercel catalogs yet, so it's fully specified inline via extraProviders and reuses the existing GLM 5.1 OpenCode binary — no rebuilt binary needed. 96% with AGENTS.md (23/24), 88% without; only agent-040-unstable-instant fails. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7a2a4fc to
209ad9e
Compare
jerilynzheng
added a commit
to jerilynzheng/next-evals-oss
that referenced
this pull request
Jun 16, 2026
Resolve conflicts from GLM 5.2 (vercel#90) landing on main. Both touch the shared agent-results.json and scripts/export-results.ts: - export-results.ts: keep both glm-5.2 and kimi-k2.7-code entries - agent-results.json: union — kimi-k2.7-code (23/24) alongside glm-5.2, all other models preserved from main Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GLM 5.2 (
zai/glm-5.2) to the leaderboard.Results
agent-029-use-cache-directive,agent-038-refresh-settings.agent-040-unstable-instant(the one eval GLM 5.1 passes with AGENTS.md).How it's run
Same OpenCode-through-AI-Gateway harness as GLM 5.1, for an apples-to-apples comparison.
zai/glm-5.2isn't in models.dev'szai/vercelprovider catalogs yet (onlyzai-coding-plan), so rather than building a new binary it's fully specified inline viaextraProviders(context, reasoning, temperature, tool-calls) and reuses the existing GLM 5.1 OpenCode binary. No temperature override needed (gateway accepts 0.6).Run with
@vercel/agent-eval0.14.2 (the repo-pinned version, matching every other model on the board).🤖 Generated with Claude Code