現已上線
Alibaba
qwen3.6-max-preview
Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and...
TextReasoningTools240K
階梯計費階梯計費
上下文240K
端點anthropic, openai
能力
推理工具結構化
模態
輸入
text
輸出
text
快速統計
上下文視窗240K
最大輸出65.5K
分詞器Qwen
效能
正在載入效能資料...
支援的參數
| 參數 | 始終 | 預設值 |
|---|---|---|
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | - |
§ 01
價格
| 階梯計費 | 階梯計費 檔位輸入輸出快取讀取快取寫入≥128k$3.00$18.00$0.30$3.75<128k$1.80$10.80$0.18$2.25 /每百萬 tokens |
| 上下文視窗 | 240K tokens |
| 相容端點 | anthropic, openai |
| 供應商 | Alibaba |
§ 02
從您的程式碼呼叫 qwen3.6-max-preview
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.6-max-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
qwen3.6-max-preview 如何計費?
qwen3.6-max-preview 採用階梯計費:費率依上下文長度或 Token 數量而定。請參考上方的檔位表查看各檔具體費率。
我要如何透過 API 使用 qwen3.6-max-preview?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 qwen3.6-max-preview。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
qwen3.6-max-preview 的上下文視窗是多少?
qwen3.6-max-preview 支援 240K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04