Skip to content

Commit 83ecc70

Browse files
zhansheng.lzsclaude
andcommitted
Add HappyHorse video generation model constant (#210)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 64c97cd commit 83ecc70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/alibaba/dashscope/aigc/videosynthesis/VideoSynthesis.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public static class Models {
3838

3939
public static final String WANX_2_1_KF2V_PLUS = "wanx2.1-kf2v-plus";
4040
public static final String WANX_KF2V = "wanx-kf2v";
41+
42+
public static final String HAPPYHORSE_1_0_T2V = "happyhorse-1.0-t2v";
4143
}
4244

4345
/** Video synthesis size */

0 commit comments

Comments
 (0)