| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "model_code": "wan2.6-r2v",
- "model_intro": "通义万相2.6-参考生视频,支持指定人物或任意物品进行参考,精准保持形象和声音的一致性,支持多角色参考合拍。提示:当使用视频进行参考时,输入视频也会计入费用,详见模型计费文档。",
- "model_tags": ["Wan2.6", "视频生成"],
- "model_capabilities": {
- "input_modalities": ["text", "video"],
- "output_modalities": ["video"],
- "features": {
- "model_experience": false,
- "function_calling": false,
- "structured_output": false,
- "web_search": false,
- "prefix_continuation": false,
- "cache": false,
- "batch_inference": false,
- "model_tuning": false
- }
- },
- "model_pricing": [
- {"item": "视频生成(720P)", "price": 0.6, "unit": "元/秒"},
- {"item": "视频生成(1080P)", "price": 1, "unit": "元/秒"}
- ],
- "model_limits": {
- "max_input_length": null,
- "max_output_length": null,
- "rpm": 300,
- "context_length": null
- },
- "api_examples": {
- "curl": [
- "curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n -H 'X-DashScope-Async: enable' \\\n -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n -H 'Content-Type: application/json' \\\n -d '{\n \"model\": \"wan2.6-r2v\",\n \"input\": {\n \"prompt\": \"character1在沙发上开心地看电影\",\n \"reference_video_urls\":[\"https://cdn.wanx.aliyuncs.com/static/demo-wan26/vace.mp4\"]\n },\n \"parameters\": {\n \"size\": \"1280*720\",\n \"duration\": 5,\n \"audio\": true,\n \"shot_type\":\"multi\"\n }\n}'",
- "curl --location --request GET 'https://dashscope.aliyuncs.com/api/v1/tasks/{task_id}' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\""
- ]
- }
- }
|