创建对话补全
Alibaba
Qwen3-VL-235B-A22B-Instruct
根据给定的对话历史(可包含文本和图片)生成模型响应。
POST
创建对话补全
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
模型 ID
Available options:
qwen3-vl-235b-a22b-instruct Example:
"qwen3-vl-235b-a22b-instruct"
对话消息列表,支持文本和图片内容。
Minimum array length:
1Example:
[
{
"role": "user",
"content": [
{
"type": "image_url",
"image_url": { "url": "https://example.com/image.jpg" }
},
{ "type": "text", "text": "请描述这张图片。" }
]
}
]最大生成 Token 数量。
Required range:
1 <= x <= 8192采样温度,越高输出越随机。
Required range:
0 <= x <= 2为 true 时通过 SSE 流式返回增量内容。

