Alibaba (Qwen)
Qwen models — best value, 1M context, multilingual
4
Models
$0.07
Cheapest Input
1M
Max Context
Pricing
Input
$0.78 / 1M tokens
Output
$3.90 / 1M tokens
Context Window
128K tokens
Max Completion
32.768K tokens
Supported Features
✓ Reasoning✓ Tool Use✓ Streaming✓ Extended Thinking
Supported Parameters
temperaturetop_pstoptoolsmax_tokensenable_thinkingInput Modalities
text
Output Modalities
text
Release: 2026-01
API Usage
curl https://api.stackai.one/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-max-thinking",
"messages": [{"role": "user", "content": "Create a 4-core VM"}],
"temperature": 0.7,
"max_tokens": 4096
}'