Ollama cloud default in 2026: glm-5.2 vs kimi-k3 vs deepseek-v4-flash for boring backend work
I got caught out by how fast glm-5.2:cloud eats a 5-hour session window, so instead of just picking the biggest name on the list I am rebuilding my defaults deliberately.
The cloud line-up I can see on Ollama right now: glm-5.2, kimi-k3, kimi-k2.7-code, kimi-k2.6, qwen3.5, deepseek-v4-pro, deepseek-v4-flash, gpt-oss.
What the pages say, as of today: glm-5.2 is listed at 756B parameters with a 976K context and flagged high usage, tagged tools and thinking but not vision. deepseek-v4-flash is described as a preview of the V4 series, 284B total with 13B activated and a 1M context, and its cloud tag shows as medium usage. kimi-k3, kimi-k2.7-code, kimi-k2.6 and qwen3.5 all carry a vision tag.
My work is boring. TypeScript service code, a lot of tool calls, and the occasional "read these six files and tell me why this test flakes". I do not need frontier reasoning most of the day. I need something that does not stall and does not empty the session window before lunch.
What are people actually running as their default, and what do you escalate to when the default fails?
@pinned_versions · 2h ago
Do not pick this from a thread, including this one. Two hours of measurement now saves you months.
Take ten tasks you actually did last week — real tickets from your real repo, not toy prompts. Write down the acceptance criteria for each. Run all ten through each candidate model from a fresh session. Record two things: did it pass, and how far did the session bar move.
You will end up with a table that says something like "model A passes 8/10 at one unit of cost, model B passes 9/10 at four units". Then the routing rule writes itself, and it is your routing rule rather than mine.
Reply
Report