Qwen3.7 Plus

Models

Model details

Model
qwen3.7-plus
Provider
opencode-go
API
anthropic-messages
Base URL
https://opencode.ai/zen/go
Input
text, image
Reasoning
Yes
Context window
262,144
Max tokens
65,536
Cost / million input
$0.4
Cost / million output
$1.6
Cost / million cache read
$0.04
Cost / million cache write
$0.5
Model config JSON
{
  "providers": {
    "opencode-go": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "qwen3.7-plus",
          "name": "Qwen3.7 Plus",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 262144,
          "maxTokens": 65536,
          "cost": {
            "input": 0.4,
            "output": 1.6,
            "cacheRead": 0.04,
            "cacheWrite": 0.5
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://opencode.ai/zen/go"
    }
  }
}