如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3-fast-frames",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "牛马跳舞的视频"
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
}
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png"
}
}
]
}
],
"stream": false
}'{}