Alibaba
Qwen3.7-Plus API
A balanced multimodal model for agents that read screens, reason through product tasks, and write code without premium frontier pricing.
VisionCodingAgents
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.25/ 1MPublic ref.$0.40
Output
$1.20/ 1MPublic ref.$1.60
Call Qwen3.7-Plus in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toqwen3.7-plus-2026-05-26.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-plus-2026-05-26",
"messages": [{"role": "user", "content": "Hello"}]
}'