Authorization: Bearer ********************{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "该图像在田径场赛跑"
},
{
"type": "image_url",
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_2.png"
}
}
]
}
],
"model": "veo3.1-pro"
}curl --location --request POST 'https://asyncdata.net/tran/https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "该图像在田径场赛跑"
},
{
"type": "image_url",
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_2.png"
}
}
]
}
],
"model": "veo3.1-pro"
}'{
"id": "veo3.1-pro-frames:6ab37fa1-44ea-45d3-a2fd-6b8d2cb1e624",
"preview_url": "https://asyncdata.net/web/veo3.1-pro-frames:6ab37fa1-44ea-45d3-a2fd-6b8d2cb1e624",
"source_url": "https://asyncdata.net/source/veo3.1-pro-frames:6ab37fa1-44ea-45d3-a2fd-6b8d2cb1e624"
}