返回模型列表

Qwen: Qwen3.6 Max Preview

qwen/qwen3.6-max-preview
Apr 27, 2026262.1K 上下文65.5K 最大输出$1.30/M in · $7.80/M out推理

描述

Qwen3.6-Max-Preview 是阿里云的闭源前沿模型,基于稀疏 mixture-of-experts 架构,总参数约 1 万亿。它针对智能体编程、tool use 和长上下文 reasoning 做了优化,支持 262K token 上下文窗口。内置 thinking 模式,多轮对话中保留 reasoning 轨迹,支持结构化输出和 function calling。仅通过 Alibaba Cloud Model Studio 和 Qwen Studio API 访问,不提供开放权重。

技术规格

供应商
qwen
上下文长度
262.1K
最大输出
65.5K
模态类型
输入text
输出text

定价

类型128K>128K
输入$1.30$2.00
输出$7.80$12.00
缓存写入$1.63$2.50

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.6-max-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'