Qwen API
Get a Qwen API key and call every Qwen model (Alibaba, Tongyi) through Token Harbor with a single key — pay-as-you-go, no separate Qwen account or console. Fully OpenAI- and Anthropic-compatible, with transparent per-token pricing and smart routing. See Qwen API pricing per model below.
Call it with one key
curl https://tokenharbor.ai/v1/chat/completions \
-H "Authorization: Bearer $TOKENHARBOR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen/qwen3-235b-a22b-2507","messages":[{"role":"user","content":"Hello"}]}'Get a free key at /dashboard/api-keys · point any tool at us with the Connect CLI or manual setup.
Qwen models (3)
| Model | Context | $/1M in · out |
|---|---|---|
Qwen3 235Bqwen/qwen3-235b-a22b-2507 | 262k | $0.07 · $0.10 |
Qwen3 Coder Flashqwen/qwen3-coder-flash | 1M | $0.20 · $0.97 |
Qwen3.7 Maxqwen/qwen3.7-max | 1M | $2.50 · $7.50 |
See the full model catalog or read the API docs.