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

