feat: 添加万相 3.0 视频模型配置 (#80)

This commit is contained in:
2026-08-25 20:35:44 +08:00
committed by GitHub
parent 61b5046117
commit fa2f10dd0d
5 changed files with 226 additions and 2 deletions

View File

@@ -512,6 +512,123 @@
"maxN": 4
}
},
{
"modelName": "wan3.0-video-prime",
"displayName": "通义万相 3.0 视频生成高速版",
"serviceType": [
"video_gen"
],
"description": "万相 3.0 全能参考视频生成高速版,能力对齐标准版并显著提升端到端生成速度",
"capabilities": [
"video_generation",
"text_to_video",
"image_to_video",
"reference_to_video",
"multi_image",
"reference_video",
"reference_audio",
"first_last_frame",
"audio_generation",
"chinese_optimized",
"high_quality",
"fast"
],
"extra": {
"endpoint": "/services/aigc/video-generation/video-synthesis",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"maxVideoDuration": 30,
"supportsIntelligentDuration": true,
"fps": 30,
"supportedResolutions": [
"480P",
"720P",
"1080P"
],
"supportedRatios": [
"adaptive",
"16:9",
"4:3",
"1:1",
"3:4",
"9:16"
],
"mediaInputTypes": [
"first_frame",
"last_frame",
"reference_image",
"reference_video",
"reference_audio",
"file",
"link"
],
"maxReferenceImages": 10,
"maxReferenceVideos": 5,
"maxReferenceAudios": 5,
"supportsOutputAudio": true,
"supportsSeed": true,
"supportsPromptExtend": true,
"supportsWatermark": true
}
},
{
"modelName": "wan3.0-video",
"displayName": "通义万相 3.0 视频生成",
"serviceType": [
"video_gen"
],
"description": "万相 3.0 全能参考视频生成标准版,统一支持文生、首帧/首尾帧图生及多类型参考生视频",
"capabilities": [
"video_generation",
"text_to_video",
"image_to_video",
"reference_to_video",
"multi_image",
"reference_video",
"reference_audio",
"first_last_frame",
"audio_generation",
"chinese_optimized",
"high_quality"
],
"extra": {
"endpoint": "/services/aigc/video-generation/video-synthesis",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"maxVideoDuration": 30,
"supportsIntelligentDuration": true,
"fps": 30,
"supportedResolutions": [
"480P",
"720P",
"1080P"
],
"supportedRatios": [
"adaptive",
"16:9",
"4:3",
"1:1",
"3:4",
"9:16"
],
"mediaInputTypes": [
"first_frame",
"last_frame",
"reference_image",
"reference_video",
"reference_audio",
"file",
"link"
],
"maxReferenceImages": 10,
"maxReferenceVideos": 5,
"maxReferenceAudios": 5,
"supportsOutputAudio": true,
"supportsSeed": true,
"supportsPromptExtend": true,
"supportsWatermark": true
}
},
{
"modelName": "wan2.6-t2v",
"displayName": "通义万相 2.6 文生视频",