Alibaba

Qwen3.5-Flash API

An ultra-low-cost fast Qwen model for bulk summaries, simple chat, classification, routing, and lightweight API traffic.

Ultra-budgetFast

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.12/ 1M

Output

$0.95/ 1M

Call Qwen3.5-Flash in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toqwen3.5-flash.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.5-flash",
    "messages": [{"role": "user", "content": "Hello"}]
  }'