Qwen: Qwen3.7 Max

Models

Model details

Model
qwen/qwen3.7-max
Provider
openrouter
API
openai-completions
Base URL
https://openrouter.ai/api/v1
Input
text
Reasoning
Yes
Context window
1,000,000
Max tokens
65,536
Cost / million input
$1.25
Cost / million output
$3.75
Cost / million cache read
$0.25
Cost / million cache write
$1.5625
Model config JSON
{
  "providers": {
    "openrouter": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "qwen/qwen3.7-max",
          "name": "Qwen: Qwen3.7 Max",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1000000,
          "maxTokens": 65536,
          "cost": {
            "input": 1.25,
            "output": 3.75,
            "cacheRead": 0.25,
            "cacheWrite": 1.5625
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://openrouter.ai/api/v1"
    }
  }
}