Gap
The Together AI model Qwen/Qwen3.7-Max is missing from packages/proxy/schema/model_list.json. This is Qwen's flagship max-tier chat model, available on Together AI's serverless inference surface.
Official sources
Verified fields
- Model ID:
Qwen/Qwen3.7-Max — confirmed on both serverless models page and pricing page
- Format:
openai — Together AI uses OpenAI-compatible API format (same as all other Together models in catalog)
- Flavor:
chat — listed under Chat models section on serverless models page
- Available providers:
["together"]
Pricing discrepancy
Two official Together AI sources show different pricing:
| Source |
Input ($/1M tokens) |
Output ($/1M tokens) |
Cached input |
| Serverless models docs |
$2.50 |
$7.50 |
— |
| Pricing page (together.ai/pricing) |
$1.25 |
$3.75 |
$0.13 |
Because the two official sources disagree, pricing should be verified manually before adding. The pricing page (together.ai/pricing) is likely the more current source.
Fields NOT published
- max_input_tokens: Not specified on serverless models page (shown as "-")
- max_output_tokens: Not specified
- multimodal: Not confirmed
- reasoning: Not confirmed
- displayName: Not officially published; suggest
"Qwen 3.7 Max" based on naming pattern
Local files inspected
packages/proxy/schema/model_list.json — grep for Qwen3.7 returns no matches
- Existing Together AI Qwen models use format
openai, flavor chat, and IDs like Qwen/Qwen3.5-397B-A17B, Qwen/Qwen3.6-Plus, Qwen/Qwen3.5-9B
Verification notes
- Cross-source: Model ID confirmed on (1) Together serverless models listing page and (2) Together pricing page — two independent official signals
- Recent commits: Model not present in current
model_list.json
- ID format:
Qwen/Qwen3.7-Max matches Together AI convention of Org/Model-Name (like Qwen/Qwen3.6-Plus, Qwen/Qwen3.5-397B-A17B)
- No duplicate issue: No existing
[BOT ISSUE] references Qwen3.7-Max
{
"kind": "missing_model",
"provider": "together",
"models": ["Qwen/Qwen3.7-Max"],
"status": "active",
"model_specs": {
"Qwen/Qwen3.7-Max": {
"format": "openai",
"flavor": "chat",
"available_providers": ["together"]
}
},
"source_urls": [
"https://docs.together.ai/docs/serverless-models",
"https://www.together.ai/pricing"
]
}
Summary: Add Qwen/Qwen3.7-Max to the Together AI section of the model catalog. Pricing should be verified manually due to discrepancy between sources. Token limits and multimodal/reasoning capabilities were not published and should be confirmed before adding.
Gap
The Together AI model
Qwen/Qwen3.7-Maxis missing frompackages/proxy/schema/model_list.json. This is Qwen's flagship max-tier chat model, available on Together AI's serverless inference surface.Official sources
Verified fields
Qwen/Qwen3.7-Max— confirmed on both serverless models page and pricing pageopenai— Together AI uses OpenAI-compatible API format (same as all other Together models in catalog)chat— listed under Chat models section on serverless models page["together"]Pricing discrepancy
Two official Together AI sources show different pricing:
Because the two official sources disagree, pricing should be verified manually before adding. The pricing page (together.ai/pricing) is likely the more current source.
Fields NOT published
"Qwen 3.7 Max"based on naming patternLocal files inspected
packages/proxy/schema/model_list.json— grep forQwen3.7returns no matchesopenai, flavorchat, and IDs likeQwen/Qwen3.5-397B-A17B,Qwen/Qwen3.6-Plus,Qwen/Qwen3.5-9BVerification notes
model_list.jsonQwen/Qwen3.7-Maxmatches Together AI convention ofOrg/Model-Name(likeQwen/Qwen3.6-Plus,Qwen/Qwen3.5-397B-A17B)[BOT ISSUE]referencesQwen3.7-Max{ "kind": "missing_model", "provider": "together", "models": ["Qwen/Qwen3.7-Max"], "status": "active", "model_specs": { "Qwen/Qwen3.7-Max": { "format": "openai", "flavor": "chat", "available_providers": ["together"] } }, "source_urls": [ "https://docs.together.ai/docs/serverless-models", "https://www.together.ai/pricing" ] }Summary: Add
Qwen/Qwen3.7-Maxto the Together AI section of the model catalog. Pricing should be verified manually due to discrepancy between sources. Token limits and multimodal/reasoning capabilities were not published and should be confirmed before adding.