{
"model": "chat_fast_video",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "飞机冒烟,准备撞击大厦,超人突然出现,救下飞机"
},
{
"type": "image_url",
"image_url": {
"url": "https://cdn.pixabay.com/photo/2020/05/01/08/33/building-5115897_1280.jpg"
}
}
]
}
]
}
curl --location --request POST 'https://poloai.top/v1/chat/completions' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "chat_fast_video",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "飞机冒烟,准备撞击大厦,超人突然出现,救下飞机"
},
{
"type": "image_url",
"image_url": {
"url": "https://cdn.pixabay.com/photo/2020/05/01/08/33/building-5115897_1280.jpg"
}
}
]
}
]
}'
{
"id": "chatcmpl-e958087762724a59a3b6d4931bae3fee",
"object": "chat.completion.chunk",
"serviceTier": "default",
"created": 1753957765,
"model": "chat_fast_video",
"choices": [
{
"index": 0,
"finishReason": "stop",
"delta": {
"role": "assistant",
"content": "✅ 图片生成完成!\n\n**视频1:**\n[![视频1](https://video1.mid。。。。。。"
}
}
]
}