现已可用
Alibaba
qwen3.6-max-preview:free
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
能力
推理工具结构化
模态
输入
text
输出
text
快速统计
上下文窗口24万
最大输出6.6万
分词器Qwen
性能
正在加载性能数据...
支持的参数
所有提供方:为该模型提供服务的每个上游都支持。部分提供方:取决于处理请求的上游。默认值:未设置时发送的值。
| 参数 | 提供方 | 默认值 |
|---|---|---|
| include_reasoning | 所有提供方 | - |
| logprobs | 所有提供方 | - |
| max_tokens | 所有提供方 | - |
| presence_penalty | 所有提供方 | - |
| reasoning | 所有提供方 | - |
| response_format | 所有提供方 | - |
| seed | 所有提供方 | - |
| structured_outputs | 所有提供方 | - |
| temperature | 所有提供方 | - |
| tool_choice | 所有提供方 | - |
| tools | 所有提供方 | - |
| top_logprobs | 所有提供方 | - |
| top_p | 所有提供方 | - |
§ 01
价格
| 输入价格 | $0.00 · 百万 Token |
| 输出价格 | $0.00 · 百万 Token |
| 上下文窗口 | 240K Token |
| 兼容端点 | openai |
| 供应商 | Alibaba |
§ 02
在您的代码中调用 qwen3.6-max-preview:free
将任意 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.6-max-preview:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常见问题
qwen3.6-max-preview:free 每百万 Token 多少钱?
输入价格 $0.00 / 百万 Token,输出价格 $0.00 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 qwen3.6-max-preview:free?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=qwen3.6-max-preview:free。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。
qwen3.6-max-preview:free 的上下文窗口是多少?
qwen3.6-max-preview:free 支持 240K Token 的上下文窗口,由您的提示词和模型响应共同占用。
§ 04