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
$2.5
Cost / million output
$7.5
Cost / million cache read
$0
Cost / million cache write
$3.125
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": 2.5,
            "output": 7.5,
            "cacheRead": 0,
            "cacheWrite": 3.125
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://openrouter.ai/api/v1"
    }
  }
}