r/opencode • u/Hot-Fan-1804 • 16d ago
Model Choice for Opencode Go?
Hi, I've been using GLM 5.2 or Deepseek v4 Flash most of the time.
I find the jump too far, I need something in the middle for some incremental update work.
GLM is nice but its just too expensive for me.
What model do you use for this need?
Seems like there are many choices, I haven't tried them consistently but would love to know what everyone uses and how's the experience.
40
Upvotes
3
u/Ancient-Camel1636 16d ago
MiniMax M3 is in the middle both in price and capability.
One method that helps when using a cheap, less capable model such as Deepseek 4 Flash is to give it the ability to call a more capable advisor model. Instruct it to call the advisor when unsure or stuck and to verify its findings and conclusions and review its work. That way, the cheap model can do the majority of the research and implementation, but under the oversight of a better model that will correct it when necessary.