Scan to chat

Hours: 09:30 - 18:30
阿里巴巴
Vendor
阿里巴巴
Category
Large Language Model API
Input price / 1M tokens
$1.40
Output price / 1M tokens
$5.60
openaiOpenAI-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-32b",
"messages": [{"role": "user", "content": "Hello"}]
}'