Authorization: Bearer ********************{
"model": "veo2-fast-frames",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "该图像在田径场赛跑"
},
{
"type": "image_url",
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_2.png"
}
}
]
}
],
"stream": false
}curl --location --request POST 'https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo2-fast-frames",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "该图像在田径场赛跑"
},
{
"type": "image_url",
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_2.png"
}
}
]
}
],
"stream": false
}'{}