Access all Qwen models (Qwen3, Qwen-Plus, Qwen-Max) through one OpenAI-compatible API
Starting from $0.01 per million tokens โ 80-90% below Alibaba Cloud direct pricing
| Model | Input Price | Output Price | vs Alibaba Cloud |
|---|---|---|---|
| Qwen3-Flash | $0.01/M tokens | $0.03/M tokens | 90% cheaper |
| Qwen3.6-Flash | $0.01/M tokens | $0.03/M tokens | 90% cheaper |
| Qwen-Plus | $0.10/M tokens | $0.10/M tokens | 80% cheaper |
| Qwen-Max | $0.50/M tokens | $0.50/M tokens | 75% cheaper |
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1"
)
response = client.chat.completions.create(
model="qwen3-flash", # or qwen-plus, qwen-max
messages=[{"role": "user", "content": "Hello from Qwen!"}]
)
print(response.choices[0].message.content)
Qwen3-Flash Qwen3.6-Flash Qwen-Plus Qwen-Max
| Task | GPT-4o Cost | Qwen-Plus Cost | Savings |
|---|---|---|---|
| 1M tokens input | $2.50 | $0.10 | 96% savings |
| 1M tokens output | $10.00 | $0.10 | 99% savings |
| Daily 10M tokens | $125/day | $1/day | $3,720/month saved |
No credit card required ยท Instant API key ยท Cancel anytime