Available now
Alibaba
qwen3.7-max
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
TextReasoningTools1M
Input$0.60/ 1M
Output$1.80/ 1M
Endpointsanthropic, openai
Capabilities
ReasoningToolsStructured
Modalities
Input
text
Output
text
Quick stats
Context window1M
Max output65.5K
TokenizerQwen
Performance
Loading performance data...
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| frequency_penalty | - | (do not send) |
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | (do not send) | |
| reasoning | - | |
| repetition_penalty | - | (do not send) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | (do not send) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (do not send) |
| top_logprobs | - | |
| top_p | (do not send) |
§ 01
Pricing
| Input price | $0.60 · 1M tokens |
| Output price | $1.80 · 1M tokens |
| Compatible endpoints | anthropic, openai |
| Vendor | Alibaba |
§ 02
Call qwen3.7-max from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
Frequently asked questions
How much does qwen3.7-max cost per 1M tokens?
Input is priced at $0.60 per 1M tokens, output at $1.80 per 1M tokens. Billing is per token, no rounding to batch sizes.
How do I access qwen3.7-max via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=qwen3.7-max. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
§ 04