现已可用
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
端点openai, anthropic
能力
推理工具结构化
模态
输入
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 · 百万 Token |
| 上下文窗口 | 240K Token |
| 兼容端点 | openai, anthropic |
| 供应商 | 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 Token 的上下文窗口,由您的提示词和模型响应共同占用。
§ 04