Ask HN: Which cheap Chinese LLM are you using?
In the last one or two months, starting from DeepSeek V4 Pro, there are quite many low-price Chinese models coming out. Their performance looks more or less similar to me: Mimo V2.5 Pro, MiniMax M3, and the just released GLM 5.2, etc.
Which model are you using now? Why? What are the good and bad parts?
9 comments
[ 3.0 ms ] story [ 29.4 ms ] threadcheap, fast, not as good, but more gets done without giving Big Ai any more money
I use qwen3.6:36B locally
other peoples compute resources are unreliable ar best.
i built in skills to work with M3 in a service called typed, an ai cli. it uses m3 under the hood (up to ~500k tokens), then switches to deepseek for up to 1M. a few bells and whistles added of typescript/python coding optimization. and just built a custom TUI frontend for it (initially works with the claude code tui and still does).
to toggle the typed tui you can run:
typed cli on
typed cli off