We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7a2db commit 4d8efeaCopy full SHA for 4d8efea
src/shared/constants/generation.constants.ts
@@ -515,17 +515,25 @@ type EnginesDictionary = Record<
515
whatIf?: string[];
516
}
517
>;
518
+/** order of video gen configurations
519
+ Kling
520
+ Hailou
521
+ LTXV
522
+ Haiper
523
+ Vidu
524
+ Mochi
525
+ */
526
export const engineDefinitions: EnginesDictionary = {
- minimax: {
- label: 'Hailuo by MiniMax',
- description: '',
- whatIf: [],
- },
527
kling: {
528
label: 'Kling',
529
description: ``,
530
whatIf: ['mode', 'duration'],
531
},
532
+ minimax: {
533
+ label: 'Hailuo by MiniMax',
534
+ description: '',
535
+ whatIf: [],
536
+ },
537
haiper: {
538
label: 'Haiper',
539
description: `Generate hyper-realistic and stunning videos with Haiper's next-gen 2.0 model!`,
0 commit comments