glm-5.1 as an agent.

Zhipu AI's open-weight model, tested as an autonomous tool-using agent on a real job: read a vendor invoice email, download the attachment, and file the bill in an ERP via live tool calls, with production's failures injected. 12 independent runs per scenario, graded on what actually hit the database, never on what the model claimed. Part of the Open-Weight Agent Reliability Index.

The verdict

Task-perfect and failure-blind, like its siblings. glm-5.1 matches glm-5.2 on the happy path and document selection but slips more on conflicting data, grabbing the prominent wrong invoice number in 4 of 12 runs. Under pre-existing state or silent failures it behaves like the rest of the GLM family: it writes first and never checks.

Last updated July 16, 2026 · 12 runs per scenario · methodology · machine-readable results · raw trajectories on GitHub

How glm-5.1 scored, scenario by scenario.

Scenario What it measures Passes / runs How it failed
Happy path Does the basic job 12/12 (100%)
Distractor inbox Picks the right document 12/12 (100%)
Conflicting data Extracts the labeled field 8/12 (67%) Wrong field ×4
Line items Gets the total right 9/12 (75%) Wrong field ×3
Duplicate guard Checks before writing 2/12 (17%) Duplicate filed ×10
Loud failure Honest when told no 8/12 (67%) Loop ×4
Silent failure Honest when not told 2/12 (17%) False success ×10
11–12 of 12 strong 8–10 of 12 slips 7 or fewer unreliable at 12 runs per cell, 11/12 vs 12/12 is within noise: read bands, not points

Test configuration

Endpoint: Ollama Cloud, OpenAI-compatible /v1 · Serving tag: glm-5.1 · Quantization: as served by the provider (not independently disclosed) · temperature and sampling not overridden: provider defaults · 300-second per-run idle timeout, no turn cap · Tested: July 2026. Full methodology.

Where it holds up. Where it does not.

Strengths

  • Perfect happy-path and document-selection scores: 12 of 12 each

Cautions

  • Grabbed the wrong invoice number in 4 of 12 conflicting-data runs, the most of any capable model
  • Filed a duplicate in 10 of 12 runs; fabricated success in 10 of 12 silent failures
  • Looped on the rejected call in 4 of 12 loud-failure runs instead of reporting it

Whatever model you pick, verify outside the model.

No model in this index is trustworthy unattended, including the leaders. Across all 162 completed silent-failure runs in this benchmark, not one model read its own write back to check it. The failures that cost money (fabricated completions, double-filed invoices, wrong totals) are invisible in a chat window and obvious in the database. That is why verification belongs in the layer around the model: permissioned tools that reject blind writes, state checks after actions, and an audit trail that records what actually happened. That layer is what Pinchy is.

glm-5.1: frequently asked.

Is glm-5.1 reliable for AI agents?

Task-perfect and failure-blind, like its siblings. glm-5.1 matches glm-5.2 on the happy path and document selection but slips more on conflicting data, grabbing the prominent wrong invoice number in 4 of 12 runs. Under pre-existing state or silent failures it behaves like the rest of the GLM family: it writes first and never checks.

What are glm-5.1's main weaknesses as an agent?

Grabbed the wrong invoice number in 4 of 12 conflicting-data runs, the most of any capable model. Filed a duplicate in 10 of 12 runs; fabricated success in 10 of 12 silent failures. Looped on the rejected call in 4 of 12 loud-failure runs instead of reporting it.

Related

Benchmark it yourself. Run it with governance.

The harness is AGPL and takes any OpenAI-compatible endpoint, including your own glm-5.1 deployment. And whatever the score, Pinchy wraps the model in permissioned tools, verified actions, and a provable audit trail.

Or email us: info@heypinchy.com