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

Output

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"}]
  }'