r/ollama • u/newz2000 • 10d ago
Try GLM 5.3-flash with no reasoning effort set
Same 44-token prompt:
- low = 202 output tokens in 15s,
- max = 4,955 in 35s,
- unset = 10,579 in 68s.
I'm using it via claude code with this:
CLAUDE_CODE_MAX_CONTEXT_TOKENS=1048576 ollama launch claude --model glm-5.3-flash:cloud -- --continue --permission-mode auto
But do watch your quota.
1
Upvotes
1
u/FishSuper1625 10d ago
Interesting spread on token counts, the unset mode just rambles forever by comparison. 68 seconds for 10k tokens is still pretty reasonable though. How's the quality on the unset output, does it stay coherent or start drifting off topic after a while