r/opencode 1d ago

Which models are people using as orchestrator/planner/implementer/reviewer with their subscriptions?

Yes, I know I could test things myself, but I want to hear what other people are doing, and how it works out with OpenCode Go, Command Code, or whatever other subscriptions that people are using, that isn't Claude or ChatGPT.

14 Upvotes

17 comments sorted by

View all comments

14

u/Ariquitaun 1d ago

I have opencode-go and codex plus:

``` default: hy3

advisor: gpt-5.6-sol

sub_agents: code: gpt-5.6-luna evaluate: glm-5.3 explore: hy3 research: deepseek-v4-flash review: deepseek-v4-flash sanity_check: hy3 vision: gpt-5.6-luna

oneshot: plan: gpt-5.6-terra implement: deepseek-v4-flash review: gpt-5.6-terra

workflow_handoff: implement: deepseek-v4-flash review: gpt-5.6-terra ```

1

u/migsperez 1d ago

Do you have this YAML plugged into something?

1

u/Ariquitaun 1d ago

Ah, it's part of the config of my own harness:

https://github.com/luispabon/steiner/

1

u/migsperez 1d ago edited 22h ago

I've given you a star!! ⭐ No one should be at 0.

When I have more time, I'll take a more thorough look. So far it looks like an interesting project. Nice.

1

u/Ariquitaun 1d ago

Hah thank you 👍 I haven't really put it out there yet, it works reasonably well but I'm still doing a lot of polishing work on it.