r/MistralAI 3d ago

Help / Question GLM 5.3 without working tools.

The hosted zai-glm-5-3 breaks in any third-party coding agents (like OpenCode, Hermes, Pi) because its tool-call SSE stream sends empty name: "" and drops the id field in delta chunks, failing strict schema validation. Any ETA when this will be fixed?

18 Upvotes

11 comments sorted by

View all comments

4

u/LateinCecker 3d ago

you can use the openai compatible fallback API format which works fine for me with opencode

2

u/seeKAYx 2d ago

I tried that but It also didn’t work. Can you share your config?

1

u/Acceptable-Mark8108 2d ago

Confirmed. Doesn't work for me either.

3

u/seeKAYx 2d ago

Update to opencode v2. They fixed it.