wan2.2-s2v.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "model_code": "wan2.2-s2v",
  3. "model_intro": "wan2.2-s2v 是一款视频生成模型,可基于人物图片和人声音频文件,生成高质量的人物说话/唱歌/表演动态视频。",
  4. "model_tags": ["Wan2.2", "视频生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["image"],
  7. "output_modalities": ["video"],
  8. "features": {
  9. "model_experience": false,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "web_search": false,
  13. "prefix_continuation": false,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": [
  20. {
  21. "item": "视频生成(480P)",
  22. "price": 0.5,
  23. "unit": "元/秒"
  24. },
  25. {
  26. "item": "视频生成(720P)",
  27. "price": 0.9,
  28. "unit": "元/秒"
  29. }
  30. ],
  31. "model_limits": {
  32. "max_input_length": null,
  33. "max_output_length": null,
  34. "rpm": null,
  35. "context_length": null,
  36. "note": "截图中以“-”展示的字段已置为 null"
  37. },
  38. "api_examples": {
  39. "curl": [
  40. "curl 'https://dashscope.aliyuncs.com/api/v1/services/aigc/image2video/video-synthesis/' \\\n --header 'X-DashScope-Async: enable' \\\n --header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n --header 'Content-Type: application/json' \\\n --data '{\n \"model\": \"wan2.2-s2v\",\n \"input\": {\n \"image_url\": \"https://img.alicdn.com/imgextra/i3/O1CN011FObkp1T7Ttowoq4F_!!6000000002335-0-tps-1440-1797.jpg\",\n \"audio_url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250825/iaqpio/input_audio.MP3\"\n },\n \"parameters\": {\n \"resolution\": \"480P\"\n }\n }'"
  41. ]
  42. }
  43. }