Alibaba

Qwen3.6 Open 27B API

An open-weight 27B Qwen model for compatibility, testing, and workflows that specifically need an open Qwen variant.

OpenAdvanced

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.95/ 1M

Output

$4.95/ 1M

Call Qwen3.6 Open 27B in seconds

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

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