⌘K

Qwen3 Max 2026-01-23

qwen3-max-2026-01-23

与 2025 年 9 月 23 日快照相比, Qwen-3-Max 在该版本中有效融合了思考模式与非思考模式, 使整体模型性能获得显著且全面的提升. 在思考模式下, Web Search、Web Information Extraction 和 Code Interpreter 工具能力同步发布, 使模型能够在慢思考过程中结合外部工具, 以更高准确率解决更困难的问题. 该版本为 2026 年 1 月 23 日快照.

认证

authorization string 必填

所有 API 均使用 Bearer Token 鉴权

获取 API Key:

访问 API Key 管理页面 获取 API Key

用法:

将以下 Header 添加到请求中:

Authorization: Bearer YOUR_API_KEY

参数

model string 必填

请求使用的模型 ID

: qwen3-max-2026-01-23


messages array 必填

表示对话历史的消息对象数组

role string 必填

消息角色

可选值: user, assistant, system, developer

content string | array 必填

文本字符串或多模态数组


max_tokens integer

生成的最大 token 数量

范围1 - 16384


temperature number

采样温度

默认值1.0

范围0.0 - 2.0


top_p number

核采样参数

默认值1.0

范围0.0 - 1.0


stream boolean

是否增量流式返回响应

默认值false