{
"model": "veo3.1-landscape-frame",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "图片里的猪八戒在飞"
},
{
"type": "image_url",
"image_url": {
"url": "https://image-c-dev.weimobwmc.com/qa-5W/6dd47545dae7461489b1f1b8133a7f53.jpg"
}
}
]
}
]
}curl -X POST https://api.wenwen-ai.com/v1/chat/completions \
-H "Authorization: Bearer {YOUR_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"model": "veo3.1-landscape-frame",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "图片里的猪八戒在飞"
},
{
"type": "image_url",
"image_url": {
"url": "https://image-c-dev.weimobwmc.com/qa-5W/6dd47545dae7461489b1f1b8133a7f53.jpg"
}
}
]
}
]
}'{
"id": "chatcmpl-89DU9scv239dcx5uxwjdrdVLn6Fz0",
"object": "chat.completion",
"created": 1761401101,
"model": "veo3.1-pro",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "\n\n> 视频生成任务已创建\n> 任务ID: `veo3.1-pro:2fc076cd-c633-4cda-b6cd-263ad3f6ee1a`\n> 为了防止任务中断,可以从以下链接持续获取任务进度:\n> [数据预览](https://asyncdata.net/web/veo3.1-pro:2fc076cd-c633-4cda-b6cd-263ad3f6ee1a) | [原始数据](https://asyncdata.net/source/veo3.1-pro:2fc076cd-c633-4cda-b6cd-263ad3f6ee1a)\n> 等待处理中\n\n> ✨ 正在优化提示词\n\n> ✅ 提示词优化完成\n> 原始提示词: `图片里的猪八戒在飞`\n> 优化后提示词: `The pig Bajie in the image is flying`\n\n> 🖼️ 正在处理图片 (下载/裁剪/上传).....\n\n> 类型: 文字生成\n> 🎬 开始生成视频........................\n\n> 🎉 高质量视频已生成\n\n[▶️ 在线观看](https://filesystem.site/cdn/20251025/48a56615bff2aabd08212cde86ac48.mp4) | [⏬ 下载视频](https://filesystem.site/cdn/download/20251025/48a56615bff2aabd08212cde86ac48.mp4)"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 105,
"completion_tokens": 363,
"total_tokens": 468,
"prompt_tokens_details": {
"text_tokens": 98
},
"completion_tokens_details": {
"content_tokens": 363
}
}
}