Qwen (通义千问) from Alibaba is widely regarded as the best price-to-performance open-weight family in 2026. Reaching it from outside China, though, means clearing the same account and payment hurdles as every other China platform.
Strong multilingual ability, large context windows, and aggressive pricing. For many production workloads it undercuts US models by a wide margin at similar quality — which is why it dominates cost-sensitive deployments.
Alibaba's DashScope / BaiLian console expects a Chinese identity and Alipay-linked billing. The model weights are open, but the hosted API endpoint isn't conveniently reachable for foreign builders without local infrastructure.
curl https://447a931e9b6e46249e80a111415cd170.app.workbuddy.link/v1/llm \
-H "Authorization: Bearer <your_key>" \
-H "content-type: application/json" \
-d '{"provider":"qwen","messages":[{"role":"user","content":"Explain Qi in one sentence"}]}'
Set provider:"qwen" for a specific model, or "auto" to let the gateway route by tier. You get Qwen's quality without a DashScope account.
The real win is routing: when Qwen is slow or rate-limited, the gateway fails over to Doubao or GLM on the same call. One integration, three models, no single point of failure.