Qwen
Qwen API
Use Qwen Max, Plus, and Turbo without wrestling DashScope account friction. One key, OpenAI-compatible requests.
Models
qwen-turbo— speed & volumeqwen-plus— balanced qualityqwen-max— highest qualityqwen-long— long context
Example
curl https://api.chinaso.org/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen-plus","messages":[{"role":"user","content":"Summarize in English and Chinese"}]}'