Qwen3.7 Max
Model details
- Model
qwen3.7-max- Provider
opencode-go- API
anthropic-messages- Base URL
https://opencode.ai/zen/go- Input
- text
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 65,536
Show configuration
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen3.7-max",
"name": "Qwen3.7 Max",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 65536,
"cost": {
"input": 2.5,
"output": 7.5,
"cacheRead": 0.5,
"cacheWrite": 3.125
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://opencode.ai/zen/go"
}
}
}Pricing
USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.
| Request input | Input | Output | Cache read | Cache write |
|---|---|---|---|---|
| All requests | $2.5 | $7.5 | $0.5 | $3.125 |
Session cost calculator
Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.
Estimated session$0.00
- Uncached input
- —
- Cache reads
- —
- Uncached prefixes
- —
- Cache writes
- —
- Output
- —
- Without caching
- —
The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.
Compatibility flags
Effective values after applying Pi's API defaults and model overrides.
| Feature | Value |
|---|---|
supportsEagerToolInputStreaming | Yes |
supportsLongCacheRetention | Yes |
sendSessionAffinityHeaders | No |
supportsCacheControlOnTools | Yes |
supportsTemperature | Yes |
forceAdaptiveThinking | No |
allowEmptySignature | No |