如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/vertex/v1/publishers/google/models/:predictLongRunning' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"instances": [{"prompt": "视频描述"}],
"parameters": {
"aspectRatio": "16:9",
"resolution": "720p",
"durationSeconds": 8,
"generateAudio": true
}
}'{
"id": "string",
"status": "string",
"model": "string"
}