Qwen Turbo from Alibaba offers the best price-performance ratio. Fast inference at ultra-low cost. Perfect for cost-sensitive production deployments.
| Provider | Alibaba |
|---|---|
| Input Price | $0.04 per 1M tokens |
| Output Price | $0.08 per 1M tokens |
| Context Window | 32K tokens |
| AIWave Endpoint | qwen-turbo |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"qwen-turbo","messages":[{"role":"user","content":"Hello!"}]}'