現已上線
Alibaba
qwen3-max-2025-09-23
Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, multilingual support, and long-tail knowledge coverage compared to the January 2025 version. It...
TextTools258KCache
輸入$1.50/ 1M
輸出$7.49/ 1M
上下文258K
端點openai, anthropic
能力
工具快取結構化
模態
輸入
text
輸出
text
快速統計
上下文視窗258K
最大輸出65.5K
模式chat
分詞器Qwen3
知識截止2025
效能
正在載入效能資料...
支援的參數
| 參數 | 始終 | 預設值 |
|---|---|---|
| frequency_penalty | - | (不傳送) |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | 1 | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | 1 |
§ 01
價格
| 輸入價格 | $1.50/每百萬 tokens |
| 輸出價格 | $7.49/每百萬 tokens |
| 上下文視窗 | 258K tokens |
| 相容端點 | openai, anthropic |
| 供應商 | Alibaba |
§ 02
從您的程式碼呼叫 qwen3-max-2025-09-23
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-max-2025-09-23",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
qwen3-max-2025-09-23 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $1.50,輸出每百萬 tokens 定價 $7.49。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 qwen3-max-2025-09-23?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 qwen3-max-2025-09-23。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
qwen3-max-2025-09-23 的上下文視窗是多少?
qwen3-max-2025-09-23 支援 258K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04