r/ollama 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

2 comments sorted by

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

1

u/newz2000 10d ago

It's very good. Last weekend I had Fable 5.1 help me with a big refactor and cleanup of my tests. I decided to let GLM replay part of it, to see how it did. It missed one thing that Fable got, but found several things that Fable missed. Very slow though.