Alibaba
Qwen3.7-Max API
The premium Qwen route for complex planning, multimodal automation, and higher-stakes product workflows.
FlagshipVisionPlanning
Pricing
USD per 1M tokens. No hidden markup.
Input
$1.24/ 1MPublic ref.$2.50
Output
$3.72/ 1MPublic ref.$7.50
Call Qwen3.7-Max in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toqwen3.7-max.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello"}]
}'