Alibaba

Qwen3.6-Flash API

A fast budget model for summaries, lightweight agents, long-context routing, and cost-sensitive workloads.

FastBudgetLong context

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.17/ 1M

Output

$1/ 1M

Call Qwen3.6-Flash in seconds

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

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