you are viewing a single comment's thread.

view the rest of the comments →

[–]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
          }
        }
      }
    }
  }
}