Alibaba Cloud General Purpose

Qwen Max

China's Premier AI Model

Alibaba Cloud flagship with 128K context and top-tier Chinese performance.

Pricing

Metric Official Price tokencnn.com Price
Input ¥2.40 ¥3.60
Output ¥3.60 ¥5.40

* 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-max",
    "messages": [{"role": "user", "content": "Analyze this market report"}],
    "temperature": 0.7
  }'
import openai

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

response = client.chat.completions.create(
    model="qwen-max",
    messages=[
        {"role": "user", "content": "Write an essay about AI ethics"}
    ],
    temperature=0.7,
    max_tokens=4096
)

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

Model Capabilities

🚀Alibaba Cloud's flagship model - best-in-class Chinese language understanding
128K token context window for extended conversations and document analysis
🧠Top-tier performance on Chinese NLP benchmarks (CLUE, FewCLUE)
🔧Strong multilingual capabilities with emphasis on Chinese-English tasks
📊Advanced instruction following with fine-grained control
🎯Integrated with Alibaba Cloud ecosystem for enterprise deployment

Ready to Build with Qwen Max?

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

Get API Key →