Models/Qwen
Text

Qwen

by Alibaba

Alibaba Qwen text models offering strong multilingual reasoning at open-weight pricing.

Capabilities

  • Chat
  • Multilingual
  • Tool use

Available models

Pass any of these IDs in the model field.

Model IDDetailPrice
qwen-4-max256K context$1.60 / 1M input tokens
qwen-4-turbo128K context$0.20 / 1M input tokens

Pricing starts at

$0.0002 / 1K tokens

Pay only for what you use. Each response returns the exact amount settled against your balance — no subscriptions, no minimums.

Quickstart

Qwen · qwen-4-max

cURL
curl https://capi.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-4-max",
    "messages": [{"role": "user", "content": "Hello"}]
  }'