Alibaba Cloud Lightweight

Qwen Turbo

Production Power at Pocket Change Prices

High performance, ultra-low cost - built for scale.

Pricing

Metric Official Price tokencnn.com Price
Input ¥0.30 ¥0.45
Output ¥0.60 ¥0.90

* tokencnn.com applies a 1.5x multiplier on official pricing for gateway and aggregation services.

API Reference

cURL
Python
curl -X POST https://api.tokencnn.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-turbo",
    "messages": [{"role": "user", "content": "Translate this to Chinese: Hello, how are you?"}],
    "temperature": 0.3
  }'
import openai

client = openai.OpenAI(
    base_url="https://api.tokencnn.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="qwen-turbo",
    messages=[
        {"role": "user", "content": "Classify this review as positive or negative"}
    ],
    temperature=0.2,
    max_tokens=512
)

print(response.choices[0].message.content)

Model Capabilities

🚀Ultra-low cost - ideal for high-volume production deployments
Fast inference speed with optimized architecture
🧠Strong general-purpose performance for everyday tasks
🔧Reliable and stable - battle-tested in production environments
📊Full compatibility with OpenAI-style API interface
🎯Excellent for chatbots, content generation, and classification

Ready to Build with Qwen Turbo?

Get your API key in minutes and start integrating China's best AI models.

Get API Key →