- Model
Qwen/Qwen3.7-Max- Provider
together- API
openai-completions- Base URL
https://api.together.ai/v1- Input
- text
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 500,000
- Cost / million input
- $2.5
- Cost / million output
- $7.5
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"together": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "Qwen/Qwen3.7-Max",
"name": "Qwen3.7 Max",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 500000,
"cost": {
"input": 2.5,
"output": 7.5,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"supportsStrictMode": false,
"supportsLongCacheRetention": false,
"thinkingFormat": "together"
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.together.ai/v1"
}
}
}