Skip to content
Discussion options

You must be logged in to vote

Qwen3.7 Plus is totally fine as your main model. You are not doing anything wrong — its the recommended workhorse model for the framework.

The framework uses a tiered model assignment:

  • Directors (Tier 1): kimi-k2.6 — heavy strategic planning, architecture decisions
  • Workhorses (Tier 2-3): qwen3.7-plus — day-to-day design, implementation, testing ← you are here
  • Lightweight: deepseek-v4-flash — fast, repetitive tasks

You are using the workhorse tier, which is exactly right for general development. You would only reach for a heavier model for major architecture decisions, and a lighter one for quick maintenance tasks.

Sub-agents and model inheritance: This is a known OpenCode behavior docum…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@andrea9293
Comment options

@striderZA
Comment options

@f5inet
Comment options

Answer selected by striderZA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants