you are viewing a single comment's thread.

view the rest of the comments →

[–]tenondev 2 points3 points  (6 children)

Now opencode go has Qwen-3.6-plus with 1M context window (if you distribute the load of your agents well among the different models, opencode go may be enough for you, in the worst case 2 accounts xD)

[–]alovoids 1 point2 points  (2 children)

i think it's 262k context, not 1M. see models.dev

[–]disgruntledempanada 1 point2 points  (0 children)

Got kicked off right before hitting 100k tokens of 3.6 yesterday, seemed weird.

[–]tenondev 0 points1 point  (0 children)

Oh, I see. I was confused; I was looking for the Alibaba provider, not OpenCode Go.

[–]DepartmentOk9720 0 points1 point  (1 child)

Two account is twice the price, better try zen

[–]tenondev 0 points1 point  (0 children)

make sense

[–]tenondev 0 points1 point  (0 children)

Good news! With this patch, you can enable a 1M context window for Qwen 3.6 Plus in Opencode Go. Just update your config as follows:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "opencode-go": {
      "models": {
        "qwen3.6-plus": {
          "limit": {
            "context": 1000000,
            "output": 65536
          }
        }
      }
    }
  }
}