Back to all models
阿里巴巴
qwen3.5-122b-a10b
Vendor
阿里巴巴
Category
Large Language Model API
Pricing
Input price / 1M tokens
$1.40
Output price / 1M tokens
$11.20
Supported endpoints
openaiQuick start
OpenAI-compatible — just change base_url to treeRouter to use this model:
curl https://treerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TREEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.5-122b-a10b",
"messages": [{"role": "user", "content": "Hello"}]
}'