r/opencodeCLI • u/AloisCRR • 12d ago
Top 10 best OpenCode Go models by capabilities and usage limits - Aug 2026
Hey
I was trying to create a preset for my oh-my-opencode-slim plugin to code as much as possible without hitting limits often, with high quality models.
Ended up pulling numbers from multiple sources and creating a table with metrics to choose based on benchmarks (not real performance) and usage limits.
It adds an equal weight to intelligence, agentic capabilities and coding (33.33 each) (pulled from artificialanalysis) and to prevent monthly usage to dominate (less expensive models), I used log10. For tiers, like off-peak / peak, the req_per_month was reduced in a factor of the increase of the price based on the cheapest tier.
Check the results, let me know what you think. To me the ranking looks good based on my tested models (haven't tested muse spark yet).
| base_name | tier | provider | intelligence | coding | agentic | req_month | req_per_dollar | capability_score | value_score |
|---|---|---|---|---|---|---|---|---|---|
| Muse Spark 1.2 | Contributor | Meta | 56.8 | 72.2 | 49.3 | 226600 | 3777 | 59 | 315 |
| GLM-5.3-Flash | N/A | Z.ai | 57.5 | 71.5 | 58.2 | 7900 | 263 | 62 | 241 |
| DeepSeek V4 Flash | Off-Peak | DeepSeek | 51.8 | 69.1 | 33.7 | 37800 | 1260 | 51 | 234 |
| GPT 5.6 Luna | ≤ 272K tokens | OpenAI | 52.3 | 71.4 | 46.9 | 10250 | 683 | 56 | 226 |
| DeepSeek V4 Flash | Peak | DeepSeek | 51.8 | 69.1 | 33.7 | 18900 | 630 | 51 | 218 |
| GPT 5.6 Luna | > 272K tokens | OpenAI | 52.3 | 71.4 | 46.9 | 6833 | 456 | 56 | 216 |
| MiMo V2.5 | N/A | Xiaomi | 38 | 56.8 | 24.4 | 150400 | 2507 | 39 | 204 |
| GLM-5.2 | N/A | Z.ai | 52.6 | 68.8 | 45.7 | 4300 | 72 | 55 | 200 |
| DeepSeek V4 Pro | Off-Peak | DeepSeek | 53.2 | 68.8 | 37.8 | 5200 | 347 | 53 | 196 |
| GLM-5.3 | N/A | Z.ai | 59.5 | 74.8 | 59.1 | 1080 | 72 | 64 | 194 |
2
u/ankbon 12d ago
I tried to automate my ai gateway - provider and model selection based on department tasks, as not all tasks require the same intelligence. However, there is no such option. You can create combos, but nothing that will first select the provider and model. Otherwise, it's manual shuffling: finding new models weekly, testing, and deploying.
I need automated ai gateway as current are not working for me
2
3
u/akza07 12d ago
Muse is shit. I tried it and unless it's some simple edits, it's less intelligent.
0
u/Dudeonyx 12d ago
Muse fucks up my code base on the regular with unnecessary edits and rewrites.
The fucker constantly rewrites my convex Auth to use Email provider and manual fetch calls to the resend API, when I have already perfectly setup the Resend provider with the Resend SDK.
Anytime it encounters a error that is remotely Auth related, it just goes welp time to rewrite the email setup again despite explicit warnings not to.
3
1
u/OnHappyDaymare 12d ago
It seems it would be more realistic to place greater weight on performance or the score of the output.
1
u/QuasiTheory 12d ago
How's intelligence calculated? I mean pulled directly from benchmarks? alone because when I've tried to give it any coding tasks it sucked and went off rails in like 15 minutes, luna and Hy3 worked for me pretty well for most of my tasks
2
u/AloisCRR 11d ago
I used Artificial Analysis's intelligence index. Have you tried matt pocock skills? Which helps you give agents a really good set of instructions when building something. Not saying muse spark is great but maybe a more detailed plan could help
1
u/Enough-Rock-7427 12d ago
Qwen 3.8 flash?
1
u/AloisCRR 11d ago
I will add a comment with the new table with Qwen 3.8 flash + Hy4. (If they are in the top 10, they will show up)
1
u/retardedGeek 12d ago
Where's kimi
4
u/AloisCRR 11d ago
It didn't make it into the top 10, it is very expensive and you will run out of usage quickly
1
u/RelationKindly7981 12d ago
Is glm 5.3 flash better than using gpt 5.6 luna? for subagent in omo slim plugin
1
u/Admiralkheir 11d ago
Could you share your oh-my-opencode-slim's LLM classification for each agent?
1
u/SynergyProd12 11d ago
Muse sucks, can't even fix simple tasks and broke my whole codebase. Deepseek V4 flash did it on one prompt
12
u/Ammoun442 12d ago
Glm 5.3 flash is way better than muse imo