@flaqai/model-adapter 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{rolldown-runtime-DK3Fl9T5.mjs → _virtual/_rolldown/runtime.mjs} +1 -1
- package/dist/flaq/3d/adapter.d.mts +12 -0
- package/dist/flaq/3d/adapter.mjs +1 -0
- package/dist/flaq/3d/flaq-three-d-types.d.mts +52 -0
- package/dist/flaq/3d/index.d.mts +4 -0
- package/dist/flaq/3d/providers/tripo.d.mts +18 -0
- package/dist/flaq/3d/providers/tripo.mjs +1 -0
- package/dist/flaq/image/adapter.d.mts +9 -0
- package/dist/flaq/image/adapter.mjs +1 -0
- package/dist/flaq/image/catalog.d.mts +27 -0
- package/dist/flaq/image/catalog.mjs +1 -0
- package/dist/flaq/image/flaq-image-catalog-types.d.mts +128 -0
- package/dist/flaq/image/flaq-image-types.d.mts +85 -0
- package/dist/flaq/image/index.d.mts +12 -0
- package/dist/flaq/image/providers/gemini.d.mts +20 -0
- package/dist/flaq/image/providers/gemini.mjs +1 -0
- package/dist/flaq/image/providers/gpt-image-2.d.mts +29 -0
- package/dist/flaq/image/providers/gpt-image-2.mjs +1 -0
- package/dist/flaq/image/providers/hidream.d.mts +11 -0
- package/dist/flaq/image/providers/hidream.mjs +1 -0
- package/dist/flaq/image/providers/qwen.d.mts +15 -0
- package/dist/flaq/image/providers/qwen.mjs +1 -0
- package/dist/flaq/image/providers/seedream.d.mts +6 -0
- package/dist/flaq/image/providers/seedream.mjs +1 -0
- package/dist/flaq/image/ratios.d.mts +8 -0
- package/dist/flaq/image/ratios.mjs +1 -0
- package/dist/flaq/image/resolutions.d.mts +11 -0
- package/dist/flaq/image/resolutions.mjs +1 -0
- package/dist/flaq/index.d.mts +33 -0
- package/dist/flaq/video/adapter.d.mts +9 -0
- package/dist/flaq/video/adapter.mjs +1 -0
- package/dist/flaq/video/catalog.d.mts +176 -0
- package/dist/flaq/video/catalog.mjs +1 -0
- package/dist/flaq/video/flaq-video-catalog-types.d.mts +138 -0
- package/dist/flaq/video/flaq-video-types.d.mts +64 -0
- package/dist/flaq/video/index.d.mts +16 -0
- package/dist/flaq/video/providers/alibaba.d.mts +7 -0
- package/dist/flaq/video/providers/alibaba.mjs +1 -0
- package/dist/flaq/video/providers/hailuo.d.mts +11 -0
- package/dist/flaq/video/providers/hailuo.mjs +1 -0
- package/dist/flaq/video/providers/hedra.d.mts +12 -0
- package/dist/flaq/video/providers/hedra.mjs +1 -0
- package/dist/flaq/video/providers/higgsfield.d.mts +6 -0
- package/dist/flaq/video/providers/higgsfield.mjs +1 -0
- package/dist/flaq/video/providers/infinitetalk.d.mts +6 -0
- package/dist/flaq/video/providers/infinitetalk.mjs +1 -0
- package/dist/flaq/video/providers/kling.d.mts +55 -0
- package/dist/flaq/video/providers/kling.mjs +1 -0
- package/dist/flaq/video/providers/seedance-2-0.d.mts +14 -0
- package/dist/flaq/video/providers/seedance-2-0.mjs +1 -0
- package/dist/flaq/video/providers/seedance.d.mts +11 -0
- package/dist/flaq/video/providers/seedance.mjs +1 -0
- package/dist/flaq/video/providers/veo.d.mts +12 -0
- package/dist/flaq/video/providers/veo.mjs +1 -0
- package/dist/flaq/video/providers/vidu.d.mts +11 -0
- package/dist/flaq/video/providers/vidu.mjs +5 -0
- package/dist/flaq/video/ratios.d.mts +17 -0
- package/dist/flaq/video/ratios.mjs +1 -0
- package/dist/flaq-namespace.d.mts +35 -0
- package/dist/flaq-namespace.mjs +1 -0
- package/dist/flaq.d.mts +30 -1
- package/dist/flaq.mjs +1 -1
- package/dist/index.d.mts +105 -3
- package/dist/index.mjs +1 -1
- package/dist/{parameter-list-adapter-neVZQpYP.d.mts → parameter-list-adapter.d.mts} +1 -1
- package/dist/{parameter-list-adapter-BVKxc6Bx.mjs → parameter-list-adapter.mjs} +1 -1
- package/dist/videoweb/audio/adapter.d.mts +7 -0
- package/dist/videoweb/audio/adapter.mjs +1 -0
- package/dist/videoweb/audio/index.d.mts +4 -0
- package/dist/videoweb/audio/providers/elevenlabs-tts.d.mts +6 -0
- package/dist/videoweb/audio/providers/elevenlabs-tts.mjs +1 -0
- package/dist/videoweb/audio/videoweb-audio-types.d.mts +25 -0
- package/dist/videoweb/image/adapter.d.mts +18 -0
- package/dist/videoweb/image/adapter.mjs +1 -0
- package/dist/videoweb/image/any.d.mts +35 -0
- package/dist/videoweb/image/any.mjs +1 -0
- package/dist/videoweb/image/featured-models.d.mts +50 -0
- package/dist/videoweb/image/featured-models.mjs +1 -0
- package/dist/videoweb/image/group-v2.d.mts +38 -0
- package/dist/videoweb/image/group-v2.mjs +1 -0
- package/dist/videoweb/image/group.d.mts +81 -0
- package/dist/videoweb/image/group.mjs +1 -0
- package/dist/videoweb/image/index.d.mts +33 -0
- package/dist/videoweb/image/providers/4o-image.d.mts +18 -0
- package/dist/videoweb/image/providers/4o-image.mjs +1 -0
- package/dist/videoweb/image/providers/flux-2.d.mts +15 -0
- package/dist/videoweb/image/providers/flux-2.mjs +1 -0
- package/dist/videoweb/image/providers/flux-canny-redux.d.mts +13 -0
- package/dist/videoweb/image/providers/flux-canny-redux.mjs +1 -0
- package/dist/videoweb/image/providers/flux-kontext.d.mts +22 -0
- package/dist/videoweb/image/providers/flux-kontext.mjs +1 -0
- package/dist/videoweb/image/providers/flux-krea.d.mts +9 -0
- package/dist/videoweb/image/providers/flux-krea.mjs +1 -0
- package/dist/videoweb/image/providers/flux.d.mts +12 -0
- package/dist/videoweb/image/providers/flux.mjs +1 -0
- package/dist/videoweb/image/providers/ghiblify.d.mts +33 -0
- package/dist/videoweb/image/providers/ghiblify.mjs +1 -0
- package/dist/videoweb/image/providers/glm.d.mts +7 -0
- package/dist/videoweb/image/providers/glm.mjs +1 -0
- package/dist/videoweb/image/providers/gpt-image-2-free.d.mts +7 -0
- package/dist/videoweb/image/providers/gpt-image-2-free.mjs +1 -0
- package/dist/videoweb/image/providers/gpt-image-2.d.mts +25 -0
- package/dist/videoweb/image/providers/gpt-image-2.mjs +1 -0
- package/dist/videoweb/image/providers/ideogram-v2.d.mts +11 -0
- package/dist/videoweb/image/providers/ideogram-v2.mjs +1 -0
- package/dist/videoweb/image/providers/ideogram-v3.d.mts +8 -0
- package/dist/videoweb/image/providers/ideogram-v3.mjs +1 -0
- package/dist/videoweb/image/providers/image-effect.d.mts +7 -0
- package/dist/videoweb/image/providers/image-effect.mjs +1 -0
- package/dist/videoweb/image/providers/index.d.mts +25 -0
- package/dist/videoweb/image/providers/nano-banana-2.d.mts +9 -0
- package/dist/videoweb/image/providers/nano-banana-2.mjs +1 -0
- package/dist/videoweb/image/providers/nano-banana-free.d.mts +7 -0
- package/dist/videoweb/image/providers/nano-banana-free.mjs +1 -0
- package/dist/videoweb/image/providers/nano-banana-pro.d.mts +9 -0
- package/dist/videoweb/image/providers/nano-banana-pro.mjs +1 -0
- package/dist/videoweb/image/providers/nano-banana.d.mts +12 -0
- package/dist/videoweb/image/providers/nano-banana.mjs +1 -0
- package/dist/videoweb/image/providers/qwen-image-2.d.mts +9 -0
- package/dist/videoweb/image/providers/qwen-image-2.mjs +1 -0
- package/dist/videoweb/image/providers/qwen-image-official.d.mts +12 -0
- package/dist/videoweb/image/providers/qwen-image-official.mjs +1 -0
- package/dist/videoweb/image/providers/qwen-image.d.mts +7 -0
- package/dist/videoweb/image/providers/qwen-image.mjs +1 -0
- package/dist/videoweb/image/providers/seedream-4-5.d.mts +13 -0
- package/dist/videoweb/image/providers/seedream-4-5.mjs +1 -0
- package/dist/videoweb/image/providers/seedream-5-0-pro.d.mts +14 -0
- package/dist/videoweb/image/providers/seedream-5-0-pro.mjs +1 -0
- package/dist/videoweb/image/providers/seedream-5-0.d.mts +13 -0
- package/dist/videoweb/image/providers/seedream-5-0.mjs +1 -0
- package/dist/videoweb/image/providers/seedream-v4.d.mts +13 -0
- package/dist/videoweb/image/providers/seedream-v4.mjs +1 -0
- package/dist/videoweb/image/videoweb-image-catalog-types.d.mts +48 -0
- package/dist/videoweb/image/videoweb-image-types.d.mts +34 -0
- package/dist/videoweb/model-select.d.mts +26 -0
- package/dist/videoweb/model-select.mjs +1 -0
- package/dist/videoweb/music/adapter.d.mts +11 -0
- package/dist/videoweb/music/adapter.mjs +1 -0
- package/dist/videoweb/music/index.d.mts +4 -0
- package/dist/videoweb/music/providers/suno.d.mts +21 -0
- package/dist/videoweb/music/providers/suno.mjs +1 -0
- package/dist/videoweb/music/videoweb-music-types.d.mts +31 -0
- package/dist/videoweb/video/adapter.d.mts +23 -0
- package/dist/videoweb/video/adapter.mjs +1 -0
- package/dist/videoweb/video/any.d.mts +42 -0
- package/dist/videoweb/video/any.mjs +20 -0
- package/dist/videoweb/video/collection-options.d.mts +7 -0
- package/dist/videoweb/video/collection-options.mjs +1 -0
- package/dist/videoweb/video/group-v2.d.mts +39 -0
- package/dist/videoweb/video/group-v2.mjs +1 -0
- package/dist/videoweb/video/group.d.mts +24 -0
- package/dist/videoweb/video/group.mjs +1 -0
- package/dist/videoweb/video/index.d.mts +61 -0
- package/dist/videoweb/video/landing-page.d.mts +28 -0
- package/dist/videoweb/video/landing-page.mjs +1 -0
- package/dist/videoweb/video/legacy-groups.d.mts +11 -0
- package/dist/videoweb/video/legacy-groups.mjs +1 -0
- package/dist/videoweb/video/providers/grok-imagine-1-5.d.mts +16 -0
- package/dist/videoweb/video/providers/grok-imagine-1-5.mjs +1 -0
- package/dist/videoweb/video/providers/hailuo-2-0.d.mts +21 -0
- package/dist/videoweb/video/providers/hailuo-2-0.mjs +1 -0
- package/dist/videoweb/video/providers/hailuo-2-3.d.mts +17 -0
- package/dist/videoweb/video/providers/hailuo-2-3.mjs +1 -0
- package/dist/videoweb/video/providers/happy-horse-1-0.d.mts +21 -0
- package/dist/videoweb/video/providers/happy-horse-1-0.mjs +1 -0
- package/dist/videoweb/video/providers/happy-horse-1-1.d.mts +21 -0
- package/dist/videoweb/video/providers/happy-horse-1-1.mjs +1 -0
- package/dist/videoweb/video/providers/hedra.d.mts +6 -0
- package/dist/videoweb/video/providers/hedra.mjs +1 -0
- package/dist/videoweb/video/providers/higgsfield.d.mts +19 -0
- package/dist/videoweb/video/providers/higgsfield.mjs +1 -0
- package/dist/videoweb/video/providers/index.d.mts +51 -0
- package/dist/videoweb/video/providers/infinitetalk.d.mts +9 -0
- package/dist/videoweb/video/providers/infinitetalk.mjs +1 -0
- package/dist/videoweb/video/providers/kling-2-5.d.mts +20 -0
- package/dist/videoweb/video/providers/kling-2-5.mjs +1 -0
- package/dist/videoweb/video/providers/kling-2-6.d.mts +16 -0
- package/dist/videoweb/video/providers/kling-2-6.mjs +1 -0
- package/dist/videoweb/video/providers/kling-3-0-4k.d.mts +16 -0
- package/dist/videoweb/video/providers/kling-3-0-4k.mjs +1 -0
- package/dist/videoweb/video/providers/kling-3-0-turbo.d.mts +16 -0
- package/dist/videoweb/video/providers/kling-3-0-turbo.mjs +1 -0
- package/dist/videoweb/video/providers/kling-3-0.d.mts +18 -0
- package/dist/videoweb/video/providers/kling-3-0.mjs +1 -0
- package/dist/videoweb/video/providers/kling-effects-korean-baseball.d.mts +8 -0
- package/dist/videoweb/video/providers/kling-effects-korean-baseball.mjs +1 -0
- package/dist/videoweb/video/providers/kling-motion-control.d.mts +11 -0
- package/dist/videoweb/video/providers/kling-motion-control.mjs +1 -0
- package/dist/videoweb/video/providers/kling-o1.d.mts +14 -0
- package/dist/videoweb/video/providers/kling-o1.mjs +1 -0
- package/dist/videoweb/video/providers/kling-omni-3-reference.d.mts +35 -0
- package/dist/videoweb/video/providers/kling-omni-3-reference.mjs +1 -0
- package/dist/videoweb/video/providers/kling.d.mts +56 -0
- package/dist/videoweb/video/providers/kling.mjs +1 -0
- package/dist/videoweb/video/providers/luma-modify-video.d.mts +10 -0
- package/dist/videoweb/video/providers/luma-modify-video.mjs +1 -0
- package/dist/videoweb/video/providers/midjourney.d.mts +10 -0
- package/dist/videoweb/video/providers/midjourney.mjs +1 -0
- package/dist/videoweb/video/providers/pixverse-4-5.d.mts +135 -0
- package/dist/videoweb/video/providers/pixverse-4-5.mjs +1 -0
- package/dist/videoweb/video/providers/pixverse-5-0.d.mts +16 -0
- package/dist/videoweb/video/providers/pixverse-5-0.mjs +1 -0
- package/dist/videoweb/video/providers/pixverse-5-5.d.mts +56 -0
- package/dist/videoweb/video/providers/pixverse-5-5.mjs +1 -0
- package/dist/videoweb/video/providers/runway-gen3a.d.mts +6 -0
- package/dist/videoweb/video/providers/runway-gen3a.mjs +1 -0
- package/dist/videoweb/video/providers/runway-gen4.d.mts +9 -0
- package/dist/videoweb/video/providers/runway-gen4.mjs +1 -0
- package/dist/videoweb/video/providers/seedance-1-5.d.mts +33 -0
- package/dist/videoweb/video/providers/seedance-1-5.mjs +1 -0
- package/dist/videoweb/video/providers/seedance-2-0-mini.d.mts +35 -0
- package/dist/videoweb/video/providers/seedance-2-0-mini.mjs +1 -0
- package/dist/videoweb/video/providers/seedance-2-0-reference.d.mts +56 -0
- package/dist/videoweb/video/providers/seedance-2-0-reference.mjs +1 -0
- package/dist/videoweb/video/providers/seedance-2-0.d.mts +49 -0
- package/dist/videoweb/video/providers/seedance-2-0.mjs +1 -0
- package/dist/videoweb/video/providers/seedance-v1.d.mts +19 -0
- package/dist/videoweb/video/providers/seedance-v1.mjs +1 -0
- package/dist/videoweb/video/providers/sora-2-pro.d.mts +14 -0
- package/dist/videoweb/video/providers/sora-2-pro.mjs +1 -0
- package/dist/videoweb/video/providers/sora-2.d.mts +38 -0
- package/dist/videoweb/video/providers/sora-2.mjs +1 -0
- package/dist/videoweb/video/providers/veo-2.d.mts +10 -0
- package/dist/videoweb/video/providers/veo-2.mjs +1 -0
- package/dist/videoweb/video/providers/veo-3-1.d.mts +13 -0
- package/dist/videoweb/video/providers/veo-3-1.mjs +1 -0
- package/dist/videoweb/video/providers/veo-3.d.mts +16 -0
- package/dist/videoweb/video/providers/veo-3.mjs +1 -0
- package/dist/videoweb/video/providers/video-effect.d.mts +15 -0
- package/dist/videoweb/video/providers/video-effect.mjs +5 -0
- package/dist/videoweb/video/providers/video-upscaler.d.mts +17 -0
- package/dist/videoweb/video/providers/video-upscaler.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-2-0.d.mts +29 -0
- package/dist/videoweb/video/providers/vidu-2-0.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-christmas-effect.d.mts +8 -0
- package/dist/videoweb/video/providers/vidu-christmas-effect.mjs +8 -0
- package/dist/videoweb/video/providers/vidu-q1.d.mts +8 -0
- package/dist/videoweb/video/providers/vidu-q1.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-q2-reference.d.mts +22 -0
- package/dist/videoweb/video/providers/vidu-q2-reference.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-q2.d.mts +54 -0
- package/dist/videoweb/video/providers/vidu-q2.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-q3-reference.d.mts +26 -0
- package/dist/videoweb/video/providers/vidu-q3-reference.mjs +1 -0
- package/dist/videoweb/video/providers/vidu-q3.d.mts +35 -0
- package/dist/videoweb/video/providers/vidu-q3.mjs +1 -0
- package/dist/videoweb/video/providers/wan-2-2-animate.d.mts +17 -0
- package/dist/videoweb/video/providers/wan-2-2-animate.mjs +1 -0
- package/dist/videoweb/video/providers/wan-2-5.d.mts +62 -0
- package/dist/videoweb/video/providers/wan-2-5.mjs +1 -0
- package/dist/videoweb/video/providers/wan-2-6.d.mts +61 -0
- package/dist/videoweb/video/providers/wan-2-6.mjs +1 -0
- package/dist/videoweb/video/providers/wan-2-7-lora.d.mts +15 -0
- package/dist/videoweb/video/providers/wan-2-7-lora.mjs +1 -0
- package/dist/videoweb/video/providers/wan-2-7.d.mts +22 -0
- package/dist/videoweb/video/providers/wan-2-7.mjs +1 -0
- package/dist/videoweb/video/providers/wan.d.mts +38 -0
- package/dist/videoweb/video/providers/wan.mjs +1 -0
- package/dist/videoweb/video/videoweb-video-catalog-types.d.mts +63 -0
- package/dist/videoweb/video/videoweb-video-types.d.mts +38 -0
- package/dist/videoweb.d.mts +101 -1
- package/dist/videoweb.mjs +1 -1
- package/package.json +3 -2
- package/dist/flaq-CANiSsGU.mjs +0 -5
- package/dist/index-BUoUYnbk.d.mts +0 -910
- package/dist/index-Dc0qezUL.d.mts +0 -2030
- package/dist/videoweb-CFFO7_aP.mjs +0 -31
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { RatioType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
3
|
+
//#region src/videoweb/video/providers/sora-2.d.ts
|
|
4
|
+
declare const SORA_2_MODEL_VERSION_LIST: {
|
|
5
|
+
name: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}[];
|
|
8
|
+
declare const SORA_2_RESOLUTION_LIST: {
|
|
9
|
+
name: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
declare const SORA_2_DURATION_LIST: {
|
|
13
|
+
name: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[];
|
|
16
|
+
declare const SORA_2_RATIO_LIST: RatioType[];
|
|
17
|
+
declare const SORA_2_SMALL_10S: VideoModelType;
|
|
18
|
+
declare const SORA_2_TEXT_TO_VIDEO_720P_4S: VideoModelType;
|
|
19
|
+
declare const SORA_2_TEXT_TO_VIDEO_720P_8S: VideoModelType;
|
|
20
|
+
declare const SORA_2_TEXT_TO_VIDEO_720P_12S: VideoModelType;
|
|
21
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_720P_4S: VideoModelType;
|
|
22
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_720P_8S: VideoModelType;
|
|
23
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_720P_12S: VideoModelType;
|
|
24
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_1080P_4S: VideoModelType;
|
|
25
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_1080P_8S: VideoModelType;
|
|
26
|
+
declare const SORA_2_PRO_TEXT_TO_VIDEO_1080P_12S: VideoModelType;
|
|
27
|
+
declare const SORA_2_IMAGE_TO_VIDEO_720P_4S: VideoModelType;
|
|
28
|
+
declare const SORA_2_IMAGE_TO_VIDEO_720P_8S: VideoModelType;
|
|
29
|
+
declare const SORA_2_IMAGE_TO_VIDEO_720P_12S: VideoModelType;
|
|
30
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_720P_4S: VideoModelType;
|
|
31
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_720P_8S: VideoModelType;
|
|
32
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_720P_12S: VideoModelType;
|
|
33
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_1080P_4S: VideoModelType;
|
|
34
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_1080P_8S: VideoModelType;
|
|
35
|
+
declare const SORA_2_PRO_IMAGE_TO_VIDEO_1080P_12S: VideoModelType;
|
|
36
|
+
declare const GROUP_SORA_2_MODELS: Record<string, VideoModelType>;
|
|
37
|
+
//#endregion
|
|
38
|
+
export { GROUP_SORA_2_MODELS, SORA_2_DURATION_LIST, SORA_2_IMAGE_TO_VIDEO_720P_12S, SORA_2_IMAGE_TO_VIDEO_720P_4S, SORA_2_IMAGE_TO_VIDEO_720P_8S, SORA_2_MODEL_VERSION_LIST, SORA_2_PRO_IMAGE_TO_VIDEO_1080P_12S, SORA_2_PRO_IMAGE_TO_VIDEO_1080P_4S, SORA_2_PRO_IMAGE_TO_VIDEO_1080P_8S, SORA_2_PRO_IMAGE_TO_VIDEO_720P_12S, SORA_2_PRO_IMAGE_TO_VIDEO_720P_4S, SORA_2_PRO_IMAGE_TO_VIDEO_720P_8S, SORA_2_PRO_TEXT_TO_VIDEO_1080P_12S, SORA_2_PRO_TEXT_TO_VIDEO_1080P_4S, SORA_2_PRO_TEXT_TO_VIDEO_1080P_8S, SORA_2_PRO_TEXT_TO_VIDEO_720P_12S, SORA_2_PRO_TEXT_TO_VIDEO_720P_4S, SORA_2_PRO_TEXT_TO_VIDEO_720P_8S, SORA_2_RATIO_LIST, SORA_2_RESOLUTION_LIST, SORA_2_SMALL_10S, SORA_2_TEXT_TO_VIDEO_720P_12S, SORA_2_TEXT_TO_VIDEO_720P_4S, SORA_2_TEXT_TO_VIDEO_720P_8S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SORA_2_DURATION_LIST as r,SORA_2_MODEL_VERSION_LIST as i,SORA_2_RATIO_LIST as a,SORA_2_RESOLUTION_LIST as o,VIDEO_SORA_2_MODELS as s}from"@flaqai/model-core";const c=e(i),l=e(o),u=new Set([`4s`,`8s`,`12s`]),d=e(r.filter(({value:e})=>u.has(e))),f=t(a,{"16:9":{iconWidth:`22px`,iconHeight:`12px`},"9:16":{iconWidth:`12px`,iconHeight:`22px`}}),p=n(s[`sora-2-small-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`Sora2`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),m=n(s[`sora-2-text-to-video-720p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 - 720p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),h=n(s[`sora-2-text-to-video-720p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 - 720p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),g=n(s[`sora-2-text-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 - 720p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),_=n(s[`sora-2-pro-text-to-video-720p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 720p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),v=n(s[`sora-2-pro-text-to-video-720p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 720p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),y=n(s[`sora-2-pro-text-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 720p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),b=n(s[`sora-2-pro-text-to-video-1080p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 1080p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),x=n(s[`sora-2-pro-text-to-video-1080p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 1080p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),S=n(s[`sora-2-pro-text-to-video-1080p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Sora2 Pro - 1080p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:f}),C=n(s[`sora-2-image-to-video-720p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 - 720p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),w=n(s[`sora-2-image-to-video-720p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 - 720p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),T=n(s[`sora-2-image-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 - 720p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),E=n(s[`sora-2-pro-image-to-video-720p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 720p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),D=n(s[`sora-2-pro-image-to-video-720p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 720p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),O=n(s[`sora-2-pro-image-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 720p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),k=n(s[`sora-2-pro-image-to-video-1080p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 1080p (4s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),A=n(s[`sora-2-pro-image-to-video-1080p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 1080p (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),j=n(s[`sora-2-pro-image-to-video-1080p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Sora2 Pro - 1080p (12s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`sora-2`}),M={"text-to-video__720p__4s__sora-2":m,"text-to-video__720p__4s__sora-2-pro":_,"text-to-video__720p__8s__sora-2":h,"text-to-video__720p__8s__sora-2-pro":v,"text-to-video__720p__12s__sora-2":g,"text-to-video__720p__12s__sora-2-pro":y,"text-to-video__1080p__4s__sora-2-pro":b,"text-to-video__1080p__8s__sora-2-pro":x,"text-to-video__1080p__12s__sora-2-pro":S,"image-to-video__720p__4s__sora-2":C,"image-to-video__720p__4s__sora-2-pro":E,"image-to-video__720p__8s__sora-2":w,"image-to-video__720p__8s__sora-2-pro":D,"image-to-video__720p__12s__sora-2":T,"image-to-video__720p__12s__sora-2-pro":O,"image-to-video__1080p__4s__sora-2-pro":k,"image-to-video__1080p__8s__sora-2-pro":A,"image-to-video__1080p__12s__sora-2-pro":j};export{M as GROUP_SORA_2_MODELS,d as SORA_2_DURATION_LIST,T as SORA_2_IMAGE_TO_VIDEO_720P_12S,C as SORA_2_IMAGE_TO_VIDEO_720P_4S,w as SORA_2_IMAGE_TO_VIDEO_720P_8S,c as SORA_2_MODEL_VERSION_LIST,j as SORA_2_PRO_IMAGE_TO_VIDEO_1080P_12S,k as SORA_2_PRO_IMAGE_TO_VIDEO_1080P_4S,A as SORA_2_PRO_IMAGE_TO_VIDEO_1080P_8S,O as SORA_2_PRO_IMAGE_TO_VIDEO_720P_12S,E as SORA_2_PRO_IMAGE_TO_VIDEO_720P_4S,D as SORA_2_PRO_IMAGE_TO_VIDEO_720P_8S,S as SORA_2_PRO_TEXT_TO_VIDEO_1080P_12S,b as SORA_2_PRO_TEXT_TO_VIDEO_1080P_4S,x as SORA_2_PRO_TEXT_TO_VIDEO_1080P_8S,y as SORA_2_PRO_TEXT_TO_VIDEO_720P_12S,_ as SORA_2_PRO_TEXT_TO_VIDEO_720P_4S,v as SORA_2_PRO_TEXT_TO_VIDEO_720P_8S,f as SORA_2_RATIO_LIST,l as SORA_2_RESOLUTION_LIST,p as SORA_2_SMALL_10S,g as SORA_2_TEXT_TO_VIDEO_720P_12S,m as SORA_2_TEXT_TO_VIDEO_720P_4S,h as SORA_2_TEXT_TO_VIDEO_720P_8S};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
4
|
+
//#region src/videoweb/video/providers/veo-2.d.ts
|
|
5
|
+
declare const AI_VEO2_VIDEO_RATIO_LIST: SelectOptionType[];
|
|
6
|
+
declare const AI_VEO2_VIDEO_RESOLUTION_LIST: SelectOptionType[];
|
|
7
|
+
declare const AI_VEO2_VIDEO_5S_MODEL: VideoModelType;
|
|
8
|
+
declare const AI_VEO2_VIDEO_8S_MODEL: VideoModelType;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { AI_VEO2_VIDEO_5S_MODEL, AI_VEO2_VIDEO_8S_MODEL, AI_VEO2_VIDEO_RATIO_LIST, AI_VEO2_VIDEO_RESOLUTION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VEO_2_DURATION_LIST as n,VEO_2_RATIO_LIST as r,VIDEO_VEO_2_MODELS as i}from"@flaqai/model-core";const a=e(r),o=e(n),s=t(i[`falai-veo2-5s`],{name:`AI VEO2 Video 5s`,isPaid:!1,pricingType:`video`,videoType:`veo2-video`}),c=t(i[`falai-veo2-8s`],{name:`AI VEO2 Video 8s`,isPaid:!0,pricingType:`video`,videoType:`veo2-video`});export{s as AI_VEO2_VIDEO_5S_MODEL,c as AI_VEO2_VIDEO_8S_MODEL,a as AI_VEO2_VIDEO_RATIO_LIST,o as AI_VEO2_VIDEO_RESOLUTION_LIST};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RatioType, SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
3
|
+
//#region src/videoweb/video/providers/veo-3-1.d.ts
|
|
4
|
+
declare const VEO_3_1_RATIO_LIST: RatioType[];
|
|
5
|
+
declare const VEO_3_1_RESOLUTION_LIST: SelectOptionType[];
|
|
6
|
+
declare const VEO_3_1_VIDEO_MODEL_VERSION_LIST: SelectOptionType[];
|
|
7
|
+
declare const VEO_3_1_FAST_VIDEO_MODEL_720P: VideoModelType;
|
|
8
|
+
declare const VEO_3_1_FAST_VIDEO_MODEL_1080P: VideoModelType;
|
|
9
|
+
declare const VEO_3_1_VIDEO_MODEL_720P: VideoModelType;
|
|
10
|
+
declare const VEO_3_1_VIDEO_MODEL_1080P: VideoModelType;
|
|
11
|
+
declare const GROUP_VEO_3_1_VIDEO_MODEL: Record<string, VideoModelType>;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { GROUP_VEO_3_1_VIDEO_MODEL, VEO_3_1_FAST_VIDEO_MODEL_1080P, VEO_3_1_FAST_VIDEO_MODEL_720P, VEO_3_1_RATIO_LIST, VEO_3_1_RESOLUTION_LIST, VEO_3_1_VIDEO_MODEL_1080P, VEO_3_1_VIDEO_MODEL_720P, VEO_3_1_VIDEO_MODEL_VERSION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{VEO_3_1_RATIO_LIST as r,VEO_3_1_RESOLUTION_LIST as i,VEO_3_1_VIDEO_MODEL_VERSION_LIST as a,VIDEO_VEO_3_1_MODELS as o}from"@flaqai/model-core";const s=t(r,{"16:9":{iconWidth:`22px`,iconHeight:`12px`},"9:16":{iconWidth:`12px`,iconHeight:`22px`}}),c=e(i),l=e(a),u=n(o[`veo3.1-fast-720p`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`VEO 3.1 Fast`,pricingType:`video`,isPaid:!1,videoType:`veo-3-1-video`}),d=n(o[`veo3.1-fast-1080p`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`VEO 3.1 Fast (1080p, Audio)`,pricingType:`video`,isPaid:!1,videoType:`veo-3-1-video`}),f=n(o[`veo3.1-720p`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`VEO 3.1`,pricingType:`video`,isPaid:!1,videoType:`veo-3-1-video`}),p=n(o[`veo3.1-1080p`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`VEO 3.1 (1080p, Audio)`,pricingType:`video`,isPaid:!1,videoType:`veo-3-1-video`}),m={"veo-3-1-fast__720p":u,"veo-3-1-fast__1080p":d,"veo-3-1__720p":f,"veo-3-1__1080p":p};export{m as GROUP_VEO_3_1_VIDEO_MODEL,d as VEO_3_1_FAST_VIDEO_MODEL_1080P,u as VEO_3_1_FAST_VIDEO_MODEL_720P,s as VEO_3_1_RATIO_LIST,c as VEO_3_1_RESOLUTION_LIST,p as VEO_3_1_VIDEO_MODEL_1080P,f as VEO_3_1_VIDEO_MODEL_720P,l as VEO_3_1_VIDEO_MODEL_VERSION_LIST};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RatioType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
4
|
+
//#region src/videoweb/video/providers/veo-3.d.ts
|
|
5
|
+
declare const VEO3_RATIO_LIST: RatioType[];
|
|
6
|
+
declare const VEO3_VIDEO_RATIO_MODEL: RatioType[];
|
|
7
|
+
declare const veo3FastVideoModel: VideoModelType;
|
|
8
|
+
declare const veo3ProTextToVideoModel: VideoModelType;
|
|
9
|
+
declare const VEO3_TEXT_TO_VIDEO_MODEL: VideoModelType;
|
|
10
|
+
declare const veo3ProVideoModel: VideoModelType;
|
|
11
|
+
declare const VEO3_FAST_FRAMES_MODEL: VideoModelType;
|
|
12
|
+
declare const VEO3_PRO_TEXT_MODEL: VideoModelType;
|
|
13
|
+
declare const VEO3_PRO_FRAMES_MODEL: VideoModelType;
|
|
14
|
+
declare const GroupVEO3VideoModel: Record<string, VideoModelType>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { GroupVEO3VideoModel, VEO3_FAST_FRAMES_MODEL, VEO3_PRO_FRAMES_MODEL, VEO3_PRO_TEXT_MODEL, VEO3_RATIO_LIST, VEO3_TEXT_TO_VIDEO_MODEL, VEO3_VIDEO_RATIO_MODEL, veo3FastVideoModel, veo3ProTextToVideoModel, veo3ProVideoModel };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterListWithPresentation as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VEO3_RATIO_LIST as n,VIDEO_VEO_3_MODELS as r}from"@flaqai/model-core";const i=e(n,{"16:9":{iconWidth:`22px`,iconHeight:`12px`},"9:16":{iconWidth:`12px`,iconHeight:`22px`}}),a=e(n,{"16:9":{iconWidth:`16px`,iconHeight:`9px`},"9:16":{iconWidth:`9px`,iconHeight:`16px`}}),o=t(r[`veo3-fast-frames`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0},name:`Google VEO3 Fast`,pricingType:`video`,isPaid:!1,videoType:`veo3-video`,ratioList:i,modelTags:[`8s`,`audio`,`ratio`],infoTags:[`standard`,`300 credits`]}),s=t(r[`veo3-pro`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Google VEO3 (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`,ratioList:i}),c=s,l=t(r[`veo3-pro-frames`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Google VEO3 (8s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`Photo-to-video`,ratioList:i}),u=t(r[`veo3-fast-frames`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0},name:`VEO3 Fast`,pricingType:`video`,isPaid:!1,videoType:`veo3-video`}),d=t(r[`veo3-pro`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`VEO3 Pro`,pricingType:`video`,isPaid:!1,videoType:`veo3-video`}),f=t(r[`veo3-pro-frames`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:42},name:`VEO3 Pro`,pricingType:`video`,isPaid:!1,videoType:`veo3-video`}),p={"veo3-fast":u,"veo3-pro__text":d,"veo3-pro__image":f};export{p as GroupVEO3VideoModel,u as VEO3_FAST_FRAMES_MODEL,f as VEO3_PRO_FRAMES_MODEL,d as VEO3_PRO_TEXT_MODEL,i as VEO3_RATIO_LIST,c as VEO3_TEXT_TO_VIDEO_MODEL,a as VEO3_VIDEO_RATIO_MODEL,o as veo3FastVideoModel,s as veo3ProTextToVideoModel,l as veo3ProVideoModel};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
2
|
+
//#region src/videoweb/video/providers/video-effect.d.ts
|
|
3
|
+
declare const AI_HUG_VIDEO_MODEL: VideoModelType;
|
|
4
|
+
declare const AI_KISS_VIDEO_MODEL: VideoModelType;
|
|
5
|
+
declare const AI_FRENCH_KISS_VIDEO_MODEL: VideoModelType;
|
|
6
|
+
declare const AI_KUNGFU_VIDEO_MODEL: VideoModelType;
|
|
7
|
+
declare const AI_ACTION_FIGURE_VIDEO_MODEL: VideoModelType;
|
|
8
|
+
declare const AI_GHIBLI_ART_VIDEO_MODEL: VideoModelType;
|
|
9
|
+
declare const HAPPY_BIRTHDAY_VIDEO_EFFECT_MODEL: VideoModelType;
|
|
10
|
+
declare const MINECRAFT_VIDEO_EFFECT_MODEL: VideoModelType;
|
|
11
|
+
declare const TIM_BURTON_HALLOWEEN_VIDEO_EFFECT_MODEL: VideoModelType;
|
|
12
|
+
declare const PUMPKIN_HEAD_HALLOWEEN_VIDEO_EFFECT_MODEL: VideoModelType;
|
|
13
|
+
declare const GHOST_DANCE_HALLOWEEN_VIDEO_EFFECT_MODEL: VideoModelType;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { AI_ACTION_FIGURE_VIDEO_MODEL, AI_FRENCH_KISS_VIDEO_MODEL, AI_GHIBLI_ART_VIDEO_MODEL, AI_HUG_VIDEO_MODEL, AI_KISS_VIDEO_MODEL, AI_KUNGFU_VIDEO_MODEL, GHOST_DANCE_HALLOWEEN_VIDEO_EFFECT_MODEL, HAPPY_BIRTHDAY_VIDEO_EFFECT_MODEL, MINECRAFT_VIDEO_EFFECT_MODEL, PUMPKIN_HEAD_HALLOWEEN_VIDEO_EFFECT_MODEL, TIM_BURTON_HALLOWEEN_VIDEO_EFFECT_MODEL };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{adaptVideoWebVideoModel as e}from"../adapter.mjs";import{VIDEO_VIDEO_EFFECT_MODELS as t,VIDEO_VIDU_Q2_MODELS as n}from"@flaqai/model-core";const r=e(t[`template-to-video-hugging-pro`],{name:`AI Hug Video`,isPaid:!1,pricingType:`video`,videoType:`Hug`,prompt:`Video content\\nThe two subjects in the scene turn towards each other and begin to hug.\\n# Requirement\\nSet the Motion Level to 'Large'.`}),i=e(t[`template-to-video-kissing-pro`],{name:`AI Kiss Video`,isPaid:!1,pricingType:`video`,videoType:`ai-kiss`,prompt:`Video content\\nThe two subjects in the scene begin to turn towards each other and start kissing, creating a loving atmosphere.\\nRequirements:\\n1. When kissing, the lips should be in sync with each other.2. Set the Motion Level to 'Large'.`}),a=e(t[`template-to-video-french-kiss`],{name:`AI French Kiss Video`,isPaid:!1,pricingType:`video`,videoType:`ai-french-kiss`,prompt:`Let the two persons in the painting mover cloase and then passionately kiss, alternating with deep and firm intensity.`}),o=e(t[`falai-kling-v1.6-std-5s`],{name:`AI Kung Fu Video`,pricingType:`video`,isPaid:!1,videoType:`ai-kungfu`,prompt:`fighting, using kungfu, jumping on kicks, punching. Must keep original features of people in image. The movement of fighting must observe physical law`}),s=e(t[`falai-kling-v1.6-std-5s`],{name:`AI Action Figure Video`,pricingType:`video`,isPaid:!1,videoType:`ai-action-figure-video`,prompt:`The doll in the picture smiles and waves`}),c=e(t[`falai-kling-v1.6-std-5s`],{name:`AI Ghibli Art Video`,pricingType:`video`,isPaid:!1,videoType:`ghibli-art-video`}),l=e(t[`template-to-video-happy-birthday`],{factOverride:{credit:500},name:`Happy Birthday Video`,pricingType:`video`,isPaid:!1,videoType:`happy-birthday`,prompt:`Do not include any elements that are not present in the original image.
|
|
2
|
+
All characters in the image sway left and right with energy, creating a lively atmosphere. The characters wear natural smiles.
|
|
3
|
+
Each character holds a cake plate with one hand, while the other arm swings side to side.
|
|
4
|
+
Camera angle: Must remain strictly fixed.
|
|
5
|
+
Element restrictions: It is forbidden to add any characters, facial details, position changes, or decorative elements that did not appear in the original image.`}),u=e(t[`template-to-video-minecraft`],{name:`Minecraft Video`,pricingType:`video`,isPaid:!1,videoType:`minecraft`,prompt:`Video content\\nthe person Particle Dissolve to the second person.Blinding sparkles and radiant light rays swirl around his entire body, concealing the transformation process. As the light gradually fades, his final cubic and stylized form is revealed. The animation is smooth and seamless, with no visual jumps.\\n Requirements:\\n1.Do not include any description of 'Minecraft'.\\n2.The background should only describe the final image's background.\\n3.Design a reasonable motion transition based on the character's poses in the first and last frames.\\n4.If there are multiple characters, all of them should undergo the same transformation effect`}),d=e(t[`template-to-video-tim-burton`],{name:`Tim Burton Halloween Video`,pricingType:`video`,isPaid:!1,videoType:`tim-burton-halloween`,prompt:`tim burton`}),f=e(n[`image-to-video-vq2-turbo-1080p-5s`],{name:`Pumpkin Head Halloween Video`,pricingType:`video`,isPaid:!1,videoType:`pumpkin-head-halloween`,prompt:`The subject's head instantly transforms into a Halloween pumpkin head, and they make nodding and swaying movements in a threatening manner. The entire scene transitions into a Halloween dark night, with a clear transition from day to night, as bats and pumpkin lanterns appear successively.`}),p=e(t[`template-to-video-dance-with-ghost`],{name:`Ghost Dance Halloween Video`,pricingType:`video`,isPaid:!1,videoType:`ghost-dance-halloween`,prompt:`dance with ghost`});export{s as AI_ACTION_FIGURE_VIDEO_MODEL,a as AI_FRENCH_KISS_VIDEO_MODEL,c as AI_GHIBLI_ART_VIDEO_MODEL,r as AI_HUG_VIDEO_MODEL,i as AI_KISS_VIDEO_MODEL,o as AI_KUNGFU_VIDEO_MODEL,p as GHOST_DANCE_HALLOWEEN_VIDEO_EFFECT_MODEL,l as HAPPY_BIRTHDAY_VIDEO_EFFECT_MODEL,u as MINECRAFT_VIDEO_EFFECT_MODEL,f as PUMPKIN_HEAD_HALLOWEEN_VIDEO_EFFECT_MODEL,d as TIM_BURTON_HALLOWEEN_VIDEO_EFFECT_MODEL};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
4
|
+
//#region src/videoweb/video/providers/video-upscaler.d.ts
|
|
5
|
+
declare const VIDEO_UPSCALER_VERSION_LIST: SelectOptionType<'std' | 'pro'>[];
|
|
6
|
+
declare const VIDEO_UPSCALER_RESOLUTION_LIST: SelectOptionType<'720p' | '1080p' | '2k' | '4k'>[];
|
|
7
|
+
declare const VIDEO_UPSCALER_MODEL_720P: VideoModelType;
|
|
8
|
+
declare const VIDEO_UPSCALER_MODEL_1080P: VideoModelType;
|
|
9
|
+
declare const VIDEO_UPSCALER_MODEL_2K: VideoModelType;
|
|
10
|
+
declare const VIDEO_UPSCALER_MODEL_4K: VideoModelType;
|
|
11
|
+
declare const VIDEO_UPSCALER_PRO_MODEL_720P: VideoModelType;
|
|
12
|
+
declare const VIDEO_UPSCALER_PRO_MODEL_1080P: VideoModelType;
|
|
13
|
+
declare const VIDEO_UPSCALER_PRO_MODEL_2K: VideoModelType;
|
|
14
|
+
declare const VIDEO_UPSCALER_PRO_MODEL_4K: VideoModelType;
|
|
15
|
+
declare const GROUP_VIDEO_UPSCALER_MODEL: Record<string, VideoModelType>;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { GROUP_VIDEO_UPSCALER_MODEL, VIDEO_UPSCALER_MODEL_1080P, VIDEO_UPSCALER_MODEL_2K, VIDEO_UPSCALER_MODEL_4K, VIDEO_UPSCALER_MODEL_720P, VIDEO_UPSCALER_PRO_MODEL_1080P, VIDEO_UPSCALER_PRO_MODEL_2K, VIDEO_UPSCALER_PRO_MODEL_4K, VIDEO_UPSCALER_PRO_MODEL_720P, VIDEO_UPSCALER_RESOLUTION_LIST, VIDEO_UPSCALER_VERSION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_UPSCALER_RESOLUTION_LIST as n,VIDEO_UPSCALER_VERSION_LIST as r,VIDEO_VIDEO_UPSCALER_MODELS as i}from"@flaqai/model-core";const a=e(r),o=e(n),s=t(i[`video-upscaler-720p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler 720p`,creditPerSecond:5,pricingType:`video`,isPaid:!0,videoType:`all`}),c=t(i[`video-upscaler-1080p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler 1080p`,creditPerSecond:5,pricingType:`video`,isPaid:!1,videoType:`all`}),l=t(i[`video-upscaler-2k`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler 2k`,creditPerSecond:10,pricingType:`video`,isPaid:!1,videoType:`all`}),u=t(i[`video-upscaler-4k`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler 4k`,creditPerSecond:20,pricingType:`video`,isPaid:!1,videoType:`all`}),d=t(i[`video-upscaler-pro-720p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler Pro 720p`,creditPerSecond:20,pricingType:`video`,isPaid:!1,videoType:`all`}),f=t(i[`video-upscaler-pro-1080p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler Pro 1080p`,creditPerSecond:30,pricingType:`video`,isPaid:!1,videoType:`all`}),p=t(i[`video-upscaler-pro-2k`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler Pro 2k`,creditPerSecond:40,pricingType:`video`,isPaid:!1,videoType:`all`}),m=t(i[`video-upscaler-pro-4k`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!1,supportTextToVideo:!1,supportVideo:!0},factOverride:{credit:-1},name:`Video Upscaler Pro 4k`,creditPerSecond:50,pricingType:`video`,isPaid:!1,videoType:`all`}),h={std__720p:s,std__1080p:c,std__2k:l,std__4k:u,pro__720p:d,pro__1080p:f,pro__2k:p,pro__4k:m};export{h as GROUP_VIDEO_UPSCALER_MODEL,c as VIDEO_UPSCALER_MODEL_1080P,l as VIDEO_UPSCALER_MODEL_2K,u as VIDEO_UPSCALER_MODEL_4K,s as VIDEO_UPSCALER_MODEL_720P,f as VIDEO_UPSCALER_PRO_MODEL_1080P,p as VIDEO_UPSCALER_PRO_MODEL_2K,m as VIDEO_UPSCALER_PRO_MODEL_4K,d as VIDEO_UPSCALER_PRO_MODEL_720P,o as VIDEO_UPSCALER_RESOLUTION_LIST,a as VIDEO_UPSCALER_VERSION_LIST};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
3
|
+
//#region src/videoweb/video/providers/vidu-2-0.d.ts
|
|
4
|
+
declare const VIDU_2_0_RESOLUTION_LIST: SelectOptionType[];
|
|
5
|
+
declare const VIDU_2_0_DURATION_LIST: SelectOptionType[];
|
|
6
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S: VideoModelType;
|
|
7
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S: VideoModelType;
|
|
8
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S: VideoModelType;
|
|
9
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S_TWO_IMAGES: VideoModelType;
|
|
10
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S_TWO_IMAGES: VideoModelType;
|
|
11
|
+
declare const VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S_TWO_IMAGES: VideoModelType;
|
|
12
|
+
declare const GROUP_VIDU_2_0_MODELS: {
|
|
13
|
+
'720p__4': VideoModelType;
|
|
14
|
+
'1080p__4': VideoModelType;
|
|
15
|
+
'720p__8': VideoModelType;
|
|
16
|
+
};
|
|
17
|
+
declare const GROUP_VIDU_2_0_MODELS_ONE_IMAGE: {
|
|
18
|
+
'720p__4': VideoModelType;
|
|
19
|
+
'1080p__4': VideoModelType;
|
|
20
|
+
'720p__8': VideoModelType;
|
|
21
|
+
};
|
|
22
|
+
declare const GROUP_VIDU_MODELS_ONE_IMAGE: {
|
|
23
|
+
'720p__4': VideoModelType;
|
|
24
|
+
'1080p__4': VideoModelType;
|
|
25
|
+
'720p__8': VideoModelType;
|
|
26
|
+
};
|
|
27
|
+
declare const GROUP_VIDU_MODELS_ONE_IMAGE_GROUP: Record<string, VideoModelType>;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { GROUP_VIDU_2_0_MODELS, GROUP_VIDU_2_0_MODELS_ONE_IMAGE, GROUP_VIDU_MODELS_ONE_IMAGE, GROUP_VIDU_MODELS_ONE_IMAGE_GROUP, VIDU_2_0_DURATION_LIST, VIDU_2_0_RESOLUTION_LIST, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S_TWO_IMAGES, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S_TWO_IMAGES, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S, VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S_TWO_IMAGES };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_VIDU_2_0_MODELS as n,VIDU_2_0_DURATION_LIST as r,VIDU_2_0_RESOLUTION_LIST as i}from"@flaqai/model-core";const a=e(i),o=e(r),s=t(n[`image-to-video-v2.0-720p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 720p (4s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),c=t(n[`image-to-video-v2.0-1080p-4s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 1080p (4s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),l=t(n[`image-to-video-v2.0-720p-8s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 720p (8s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),u=t(n[`start-end-to-video-v2.0-720p-4s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 720p (4s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),d=t(n[`start-end-to-video-v2.0-1080p-4s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 1080p (4s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),f=t(n[`start-end-to-video-v2.0-720p-8s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu v2.0 720p (8s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),p={"720p__4":u,"1080p__4":d,"720p__8":f},m={"720p__4":s,"1080p__4":c,"720p__8":l},h=m,g={"720p__4s":s,"1080p__4s":c,"720p__8s":l};export{p as GROUP_VIDU_2_0_MODELS,m as GROUP_VIDU_2_0_MODELS_ONE_IMAGE,h as GROUP_VIDU_MODELS_ONE_IMAGE,g as GROUP_VIDU_MODELS_ONE_IMAGE_GROUP,o as VIDU_2_0_DURATION_LIST,a as VIDU_2_0_RESOLUTION_LIST,c as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S,d as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_1080P_4S_TWO_IMAGES,s as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S,u as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_4S_TWO_IMAGES,l as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S,f as VIDU_IMAGE_TO_VIDEO_MODEL_2_0_720P_8S_TWO_IMAGES};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
2
|
+
//#region src/videoweb/video/providers/vidu-christmas-effect.d.ts
|
|
3
|
+
declare const VIDU_AI_SANTA_TRANSFORMATION_VIDEO_MODEL: VideoModelType;
|
|
4
|
+
declare const VIDU_AI_SANTA_GIVING_GIFTS_VIDEO_MODEL: VideoModelType;
|
|
5
|
+
declare const VIDU_AI_CHRISTMAS_TOASTING_VIDEO_MODEL: VideoModelType;
|
|
6
|
+
declare const VIDU_AI_SANTA_HUG_VIDEO_MODEL: VideoModelType;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { VIDU_AI_CHRISTMAS_TOASTING_VIDEO_MODEL, VIDU_AI_SANTA_GIVING_GIFTS_VIDEO_MODEL, VIDU_AI_SANTA_HUG_VIDEO_MODEL, VIDU_AI_SANTA_TRANSFORMATION_VIDEO_MODEL };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{adaptVideoWebVideoModel as e}from"../adapter.mjs";import{VIDEO_VIDU_CHRISTMAS_EFFECT_MODELS as t}from"@flaqai/model-core";const n=e(t[`template-to-video-transform-into-santa-claus`],{name:`AI Santa Transformation`,isPaid:!1,pricingType:`video`,videoType:`ai-christmas-video-generator`,prompt:`Video content\\nThe character in the picture gently lifts up a bright red cloth from the bottom front, and covers it from head to body in a neat and tidy motion. Then, as the character quickly pulls the red cloth down, the character becomes a festive Santa Claus. \\n# Requirements\\n1. Style is set to: Realistic, HD\\n2. Determine the number of characters based on the user's uploaded picture. Do not use pronouns such as [a group of people] or [them] but accurately indicate the number of characters\\n3. If there are multiple characters in the user's uploaded picture, they need to lift up the red cloth together and all of them will become Santa Claus. Do not include characters that are not in the picture`}),r=e(t[`template-to-video-santa-claus-delivering-gifts`],{name:`AI Santa Giving Gifts`,isPaid:!1,pricingType:`video`,videoType:`ai-christmas-video-generator`,prompt:`Video content\\nThe person in the camera looks to the right, and then a Santa Claus walks into the picture from the right with a big smile on his face, holding an exquisite gift box in his hand. He gently hands the gift to the person in the picture, his movements are natural and full of warmth. The camera focuses on the person who receives the gift, and his expression is full of surprise and gratitude. The picture captures the micro-expressions and interactive details of the characters. \\n# Requirements\\n1. Style is set to: Realistic, HD\\n2. Determine the number of characters based on the pictures uploaded by the user. Do not use pronouns such as [a group of people] or [them], but accurately indicate the number of characters\\n3. If there are multiple characters in the picture uploaded by the user, they need to hold up the red cloth together, and everyone will turn into Santa Claus. Do not include characters that are not in the picture`}),i=e(t[`template-to-video-christmas-toast-celebration`],{name:`AI Christmas Toasting Video Generator`,isPaid:!1,pricingType:`video`,videoType:`ai-christmas-video-generator`,prompt:`Video content\\nThe characters in the video hold champagne glasses and celebrate Christmas. As the camera zooms out, Christmas trees and other Christmas items appear in the picture\\n# Requirements\\n1.Take a step-by-step approach in your response\\n2.Use my video description as the first element. The description of the background should be unified and reasonable. Do not describe it twice.\\n3.Determine the number of characters based on the pictures uploaded by users. Do not use pronouns such as [a group of people] or [them] but accurately indicate the number of characters\\n4.Motion Level is set to: Middle\\n5.If there are multiple characters in the picture uploaded by the user, each person needs to hold a champagne glass. Do not include characters that are not in the picture`}),a=e(t[`template-to-video-santa-claus-offering-hug`],{name:`AI Santa Hug Video Generator`,isPaid:!1,pricingType:`video`,videoType:`ai-christmas-video-generator`,prompt:`Video content
|
|
2
|
+
The character in the camera looks out of the screen, and then a Santa Claus walks in from outside the screen with a big smile on his face, and then hugs the character. The action is natural and full of warmth. The camera focuses on a warm hug, and the picture captures the character's micro-expressions and interactive details
|
|
3
|
+
# Requirements
|
|
4
|
+
1. Design the action reasonably according to the position and state of the character, rather than abruptly hugging directly. First describe the character's transition to a suitable hugging posture
|
|
5
|
+
2.Take a step-by-step approach in your response
|
|
6
|
+
3. Determine the number of characters based on the pictures uploaded by the user. Do not use pronouns such as [a group of people] or [them], but accurately indicate the number of characters
|
|
7
|
+
4. If there are multiple characters in the picture, they need to hug Santa Claus together. Do not include characters that are not in the picture
|
|
8
|
+
5. Emphasize that there is only one Santa Claus`});export{i as VIDU_AI_CHRISTMAS_TOASTING_VIDEO_MODEL,r as VIDU_AI_SANTA_GIVING_GIFTS_VIDEO_MODEL,a as VIDU_AI_SANTA_HUG_VIDEO_MODEL,n as VIDU_AI_SANTA_TRANSFORMATION_VIDEO_MODEL};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
2
|
+
//#region src/videoweb/video/providers/vidu-q1.d.ts
|
|
3
|
+
declare const VIDU_Q1_TEXT_TO_VIDEO_MODEL: VideoModelType;
|
|
4
|
+
declare const VIDU_Q1_IMAGE_TO_VIDEO_MODEL: VideoModelType;
|
|
5
|
+
declare const VIDU_Q1_IMAGE_TO_VIDEO_2_IMAGES_MODEL: VideoModelType;
|
|
6
|
+
declare const VIDU_REFRENCE_TO_VIDEO_MODEL: VideoModelType;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { VIDU_Q1_IMAGE_TO_VIDEO_2_IMAGES_MODEL, VIDU_Q1_IMAGE_TO_VIDEO_MODEL, VIDU_Q1_TEXT_TO_VIDEO_MODEL, VIDU_REFRENCE_TO_VIDEO_MODEL };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptVideoWebVideoModel as e}from"../adapter.mjs";import{KLING_RATIO_LIST as t}from"./kling.mjs";import{VIDEO_VIDU_Q1_MODELS as n}from"@flaqai/model-core";const r=e(n[`text-to-video-vq1-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!1,supportTextToVideo:!0},name:`Vidu Q1 text-to-video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`vidu-video-q1`}),i=e(n[`image-to-video-vq1-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu Q1 image-to-video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`vidu-video-q1`}),a=e(n[`start-end-to-video-vq1-1080p-5s`],{parameterOverride:{supportEndFrame:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu Q1 image-to-video(2 img) 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`vidu-video-q1`}),o=e(n[`reference-to-video-vq1-1080p-5s`],{parameterOverride:{maxImages:7,supportRatio:!0},name:`Product to Video`,isPaid:!1,pricingType:`video`,videoType:`product-to-video`,ratioList:t});export{a as VIDU_Q1_IMAGE_TO_VIDEO_2_IMAGES_MODEL,i as VIDU_Q1_IMAGE_TO_VIDEO_MODEL,r as VIDU_Q1_TEXT_TO_VIDEO_MODEL,o as VIDU_REFRENCE_TO_VIDEO_MODEL};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { RatioType, SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
4
|
+
//#region src/videoweb/video/providers/vidu-q2-reference.d.ts
|
|
5
|
+
declare const VIDU_Q2_REFERENCE_RATIO_LIST: RatioType[];
|
|
6
|
+
declare const VIDU_Q2_REFERENCE_RESOLUTION_LIST: SelectOptionType[];
|
|
7
|
+
declare const VIDU_Q2_REFERENCE_DURATION_LIST: SelectOptionType[];
|
|
8
|
+
declare const VIDU_Q2_REFERENCE_MODEL_540P_5S: VideoModelType;
|
|
9
|
+
declare const VIDU_Q2_REFERENCE_MODEL_540P_8S: VideoModelType;
|
|
10
|
+
declare const VIDU_Q2_REFERENCE_MODEL_720P_5S: VideoModelType;
|
|
11
|
+
declare const VIDU_Q2_REFERENCE_MODEL_720P_8S: VideoModelType;
|
|
12
|
+
declare const VIDU_Q2_REFERENCE_MODEL_1080P_5S: VideoModelType;
|
|
13
|
+
declare const VIDU_Q2_REFERENCE_MODEL_1080P_8S: VideoModelType;
|
|
14
|
+
declare const VIDU_Q2_REFERENCE_MODEL_540P_5S_AUDIO: VideoModelType;
|
|
15
|
+
declare const VIDU_Q2_REFERENCE_MODEL_540P_8S_AUDIO: VideoModelType;
|
|
16
|
+
declare const VIDU_Q2_REFERENCE_MODEL_720P_5S_AUDIO: VideoModelType;
|
|
17
|
+
declare const VIDU_Q2_REFERENCE_MODEL_720P_8S_AUDIO: VideoModelType;
|
|
18
|
+
declare const VIDU_Q2_REFERENCE_MODEL_1080P_5S_AUDIO: VideoModelType;
|
|
19
|
+
declare const VIDU_Q2_REFERENCE_MODEL_1080P_8S_AUDIO: VideoModelType;
|
|
20
|
+
declare const VIDU_Q2_REFERENCE_GROUP_MODELS: Record<string, VideoModelType>;
|
|
21
|
+
//#endregion
|
|
22
|
+
export { VIDU_Q2_REFERENCE_DURATION_LIST, VIDU_Q2_REFERENCE_GROUP_MODELS, VIDU_Q2_REFERENCE_MODEL_1080P_5S, VIDU_Q2_REFERENCE_MODEL_1080P_5S_AUDIO, VIDU_Q2_REFERENCE_MODEL_1080P_8S, VIDU_Q2_REFERENCE_MODEL_1080P_8S_AUDIO, VIDU_Q2_REFERENCE_MODEL_540P_5S, VIDU_Q2_REFERENCE_MODEL_540P_5S_AUDIO, VIDU_Q2_REFERENCE_MODEL_540P_8S, VIDU_Q2_REFERENCE_MODEL_540P_8S_AUDIO, VIDU_Q2_REFERENCE_MODEL_720P_5S, VIDU_Q2_REFERENCE_MODEL_720P_5S_AUDIO, VIDU_Q2_REFERENCE_MODEL_720P_8S, VIDU_Q2_REFERENCE_MODEL_720P_8S_AUDIO, VIDU_Q2_REFERENCE_RATIO_LIST, VIDU_Q2_REFERENCE_RESOLUTION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{VIDEO_VIDU_Q2_REFERENCE_MODELS as r,VIDU_Q2_REFERENCE_DURATION_LIST as i,VIDU_Q2_REFERENCE_RATIO_LIST as a,VIDU_Q2_REFERENCE_RESOLUTION_LIST as o}from"@flaqai/model-core";const s=t(a,{"16:9":{iconWidth:`22px`,iconHeight:`12px`},"9:16":{iconWidth:`12px`,iconHeight:`22px`},"3:4":{iconWidth:`12px`,iconHeight:`16px`},"4:3":{iconWidth:`16px`,iconHeight:`12px`},"1:1":{iconWidth:`12px`,iconHeight:`12px`}}),c=e(o),l=e(i),u=n(r[`reference-to-video-vq2-540p-5s`],{name:`reference-to-video-vq2-540p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),d=n(r[`reference-to-video-vq2-540p-8s`],{name:`reference-to-video-vq2-540p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),f=n(r[`reference-to-video-vq2-720p-5s`],{name:`reference-to-video-vq2-720p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),p=n(r[`reference-to-video-vq2-720p-8s`],{name:`reference-to-video-vq2-720p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),m=n(r[`reference-to-video-vq2-1080p-5s`],{name:`reference-to-video-vq2-1080p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),h=n(r[`reference-to-video-vq2-1080p-8s`],{name:`reference-to-video-vq2-1080p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),g=n(r[`reference-to-video-vq2-audio-540p-5s`],{name:`reference-to-video-vq2-audio-540p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),_=n(r[`reference-to-video-vq2-audio-540p-8s`],{name:`reference-to-video-vq2-audio-540p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),v=n(r[`reference-to-video-vq2-audio-720p-5s`],{name:`reference-to-video-vq2-audio-720p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),y=n(r[`reference-to-video-vq2-audio-720p-8s`],{name:`reference-to-video-vq2-audio-720p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),b=n(r[`reference-to-video-vq2-audio-1080p-5s`],{name:`reference-to-video-vq2-audio-1080p-5s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),x=n(r[`reference-to-video-vq2-audio-1080p-8s`],{name:`reference-to-video-vq2-audio-1080p-8s`,isPaid:!0,pricingType:`video`,videoType:`consistent-character-video`}),S={"540p__5s":u,"540p__8s":d,"720p__5s":f,"720p__8s":p,"1080p__5s":m,"1080p__8s":h,"540p__5s__audio":g,"540p__8s__audio":_,"720p__5s__audio":v,"720p__8s__audio":y,"1080p__5s__audio":b,"1080p__8s__audio":x};export{l as VIDU_Q2_REFERENCE_DURATION_LIST,S as VIDU_Q2_REFERENCE_GROUP_MODELS,m as VIDU_Q2_REFERENCE_MODEL_1080P_5S,b as VIDU_Q2_REFERENCE_MODEL_1080P_5S_AUDIO,h as VIDU_Q2_REFERENCE_MODEL_1080P_8S,x as VIDU_Q2_REFERENCE_MODEL_1080P_8S_AUDIO,u as VIDU_Q2_REFERENCE_MODEL_540P_5S,g as VIDU_Q2_REFERENCE_MODEL_540P_5S_AUDIO,d as VIDU_Q2_REFERENCE_MODEL_540P_8S,_ as VIDU_Q2_REFERENCE_MODEL_540P_8S_AUDIO,f as VIDU_Q2_REFERENCE_MODEL_720P_5S,v as VIDU_Q2_REFERENCE_MODEL_720P_5S_AUDIO,p as VIDU_Q2_REFERENCE_MODEL_720P_8S,y as VIDU_Q2_REFERENCE_MODEL_720P_8S_AUDIO,s as VIDU_Q2_REFERENCE_RATIO_LIST,c as VIDU_Q2_REFERENCE_RESOLUTION_LIST};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
//#region src/videoweb/video/providers/vidu-q2.d.ts
|
|
4
|
+
declare const VIDU_Q2_MODE_LIST: SelectOptionType[];
|
|
5
|
+
declare const VIDU_Q2_RESOLUTION_LIST: SelectOptionType[];
|
|
6
|
+
declare const VIDU_Q2_DURATION_LIST: SelectOptionType[];
|
|
7
|
+
declare const GROUP_VIDU_Q2_MODELS: {
|
|
8
|
+
[k: string]: import("@flaqai/model-core").VideoModelFact & Omit<{
|
|
9
|
+
parameterOverride: {
|
|
10
|
+
supportEndFrame: boolean;
|
|
11
|
+
supportRatio: false;
|
|
12
|
+
supportStartFrame: true;
|
|
13
|
+
supportTextToVideo: false;
|
|
14
|
+
};
|
|
15
|
+
name: "image-to-video-vq2-pro-1080p-5s" | "image-to-video-vq2-pro-1080p-8s" | "image-to-video-vq2-pro-720p-5s" | "image-to-video-vq2-pro-720p-8s" | "image-to-video-vq2-turbo-1080p-5s" | "image-to-video-vq2-turbo-1080p-8s" | "image-to-video-vq2-turbo-720p-5s" | "image-to-video-vq2-turbo-720p-8s" | "start-end-to-video-vq2-pro-1080p-5s" | "start-end-to-video-vq2-pro-1080p-8s" | "start-end-to-video-vq2-pro-720p-5s" | "start-end-to-video-vq2-pro-720p-8s" | "start-end-to-video-vq2-turbo-1080p-5s" | "start-end-to-video-vq2-turbo-1080p-8s" | "start-end-to-video-vq2-turbo-720p-5s" | "start-end-to-video-vq2-turbo-720p-8s";
|
|
16
|
+
isPaid: false;
|
|
17
|
+
pricingType: string;
|
|
18
|
+
videoType: "vidu-video-q2";
|
|
19
|
+
}, keyof {
|
|
20
|
+
readonly factOverride?: Partial<Pick<import("@flaqai/model-core").VideoModelFact, 'credit' | 'platformType'>>;
|
|
21
|
+
readonly parameterOverride?: Partial<{
|
|
22
|
+
maxImages?: number;
|
|
23
|
+
supportStartFrame?: boolean;
|
|
24
|
+
supportEndFrame?: boolean;
|
|
25
|
+
supportTextToVideo?: boolean;
|
|
26
|
+
supportRatio?: boolean;
|
|
27
|
+
supportVideo?: boolean;
|
|
28
|
+
videoSecondsRange?: [number, number];
|
|
29
|
+
supportAudio?: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
readonly credit?: never;
|
|
32
|
+
readonly maxImages?: never;
|
|
33
|
+
readonly platformType?: never;
|
|
34
|
+
readonly supportAudio?: never;
|
|
35
|
+
readonly supportEndFrame?: never;
|
|
36
|
+
readonly supportRatio?: never;
|
|
37
|
+
readonly supportStartFrame?: never;
|
|
38
|
+
readonly supportTextToVideo?: never;
|
|
39
|
+
readonly supportVideo?: never;
|
|
40
|
+
readonly value?: never;
|
|
41
|
+
readonly videoSecondsRange?: never;
|
|
42
|
+
}> & {
|
|
43
|
+
maxImages?: number;
|
|
44
|
+
supportStartFrame?: boolean;
|
|
45
|
+
supportEndFrame?: boolean;
|
|
46
|
+
supportTextToVideo?: boolean;
|
|
47
|
+
supportRatio?: boolean;
|
|
48
|
+
supportVideo?: boolean;
|
|
49
|
+
videoSecondsRange?: [number, number];
|
|
50
|
+
supportAudio?: boolean;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//#endregion
|
|
54
|
+
export { GROUP_VIDU_Q2_MODELS, VIDU_Q2_DURATION_LIST, VIDU_Q2_MODE_LIST, VIDU_Q2_RESOLUTION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_VIDU_Q2_MODELS as n,VIDU_Q2_DURATION_LIST as r,VIDU_Q2_MODE_LIST as i,VIDU_Q2_RESOLUTION_LIST as a}from"@flaqai/model-core";const o=e(i),s=e(a),c=e(r),l=e=>t(n[e],{parameterOverride:{supportEndFrame:e.startsWith(`start-end`),supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:e,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q2`}),u=Object.fromEntries(Object.keys(n).map(e=>{let t=e.match(/^(image-to-video|start-end-to-video)-vq2-(turbo|pro)-(720p|1080p)-(5s|8s)$/),n=t[1]===`start-end-to-video`?`two_images`:`one_image`;return[`${t[2]}__${t[3]}__${t[4]}__${n}`,l(e)]}));export{u as GROUP_VIDU_Q2_MODELS,c as VIDU_Q2_DURATION_LIST,o as VIDU_Q2_MODE_LIST,s as VIDU_Q2_RESOLUTION_LIST};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
2
|
+
//#region src/videoweb/video/providers/vidu-q3-reference.d.ts
|
|
3
|
+
declare const VIDU_Q3_REFERENCE_RESOLUTION_LIST: {
|
|
4
|
+
name: string;
|
|
5
|
+
value: string;
|
|
6
|
+
}[];
|
|
7
|
+
declare const VIDU_Q3_REFERENCE_DURATION_LIST: {
|
|
8
|
+
name: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}[];
|
|
11
|
+
declare const VIDU_Q3_REFERENCE_RATIO_LIST: {
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}[];
|
|
15
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_5S: VideoModelType;
|
|
16
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_10S: VideoModelType;
|
|
17
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_15S: VideoModelType;
|
|
18
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_5S: VideoModelType;
|
|
19
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_10S: VideoModelType;
|
|
20
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_15S: VideoModelType;
|
|
21
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_5S: VideoModelType;
|
|
22
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_10S: VideoModelType;
|
|
23
|
+
declare const VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_15S: VideoModelType;
|
|
24
|
+
declare const GROUP_VIDU_Q3_REFERENCE_MODELS: Record<string, VideoModelType>;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { GROUP_VIDU_Q3_REFERENCE_MODELS, VIDU_Q3_REFERENCE_DURATION_LIST, VIDU_Q3_REFERENCE_RATIO_LIST, VIDU_Q3_REFERENCE_RESOLUTION_LIST, VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_10S, VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_15S, VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_5S, VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_10S, VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_15S, VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_5S, VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_10S, VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_15S, VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_5S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_VIDU_Q3_REFERENCE_MODELS as n,VIDU_Q3_REFERENCE_DURATION_LIST as r,VIDU_Q3_REFERENCE_RATIO_LIST as i,VIDU_Q3_REFERENCE_RESOLUTION_LIST as a}from"@flaqai/model-core";const o=e(a),s=e(r),c=e(i);function l({resolution:e,duration:r}){return t(n[`reference-to-video-vq3-audio-${e}-${r}`],{parameterOverride:{maxImages:7,supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Vidu Q3 Reference ${e} (${r})`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`})}const u=l({resolution:`540p`,duration:`5s`}),d=l({resolution:`540p`,duration:`10s`}),f=l({resolution:`540p`,duration:`15s`}),p=l({resolution:`720p`,duration:`5s`}),m=l({resolution:`720p`,duration:`10s`}),h=l({resolution:`720p`,duration:`15s`}),g=l({resolution:`1080p`,duration:`5s`}),_=l({resolution:`1080p`,duration:`10s`}),v=l({resolution:`1080p`,duration:`15s`}),y={"reference-to-video__540p__5s":u,"reference-to-video__540p__10s":d,"reference-to-video__540p__15s":f,"reference-to-video__720p__5s":p,"reference-to-video__720p__10s":m,"reference-to-video__720p__15s":h,"reference-to-video__1080p__5s":g,"reference-to-video__1080p__10s":_,"reference-to-video__1080p__15s":v};export{y as GROUP_VIDU_Q3_REFERENCE_MODELS,s as VIDU_Q3_REFERENCE_DURATION_LIST,c as VIDU_Q3_REFERENCE_RATIO_LIST,o as VIDU_Q3_REFERENCE_RESOLUTION_LIST,_ as VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_10S,v as VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_15S,g as VIDU_Q3_REFERENCE_VIDEO_MODEL_1080P_5S,d as VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_10S,f as VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_15S,u as VIDU_Q3_REFERENCE_VIDEO_MODEL_540P_5S,m as VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_10S,h as VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_15S,p as VIDU_Q3_REFERENCE_VIDEO_MODEL_720P_5S};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
2
|
+
//#region src/videoweb/video/providers/vidu-q3.d.ts
|
|
3
|
+
declare const VIDU_Q3_RESOLUTION_LIST: {
|
|
4
|
+
name: string;
|
|
5
|
+
value: string;
|
|
6
|
+
}[];
|
|
7
|
+
declare const VIDU_Q3_DURATION_LIST: {
|
|
8
|
+
name: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}[];
|
|
11
|
+
declare const VIDU_Q3_RATIO_LIST: {
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}[];
|
|
15
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_540P_5S: VideoModelType;
|
|
16
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_540P_10S: VideoModelType;
|
|
17
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_540P_15S: VideoModelType;
|
|
18
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_720P_5S: VideoModelType;
|
|
19
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_720P_10S: VideoModelType;
|
|
20
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_720P_15S: VideoModelType;
|
|
21
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_1080P_5S: VideoModelType;
|
|
22
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_1080P_10S: VideoModelType;
|
|
23
|
+
declare const VIDU_Q3_VIDEO_MODEL_TEXT_1080P_15S: VideoModelType;
|
|
24
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_540P_5S: VideoModelType;
|
|
25
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_540P_10S: VideoModelType;
|
|
26
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_540P_15S: VideoModelType;
|
|
27
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_720P_5S: VideoModelType;
|
|
28
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_720P_10S: VideoModelType;
|
|
29
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_720P_15S: VideoModelType;
|
|
30
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_5S: VideoModelType;
|
|
31
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_10S: VideoModelType;
|
|
32
|
+
declare const VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_15S: VideoModelType;
|
|
33
|
+
declare const GROUP_VIDU_Q3_MODELS: Record<string, VideoModelType>;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { GROUP_VIDU_Q3_MODELS, VIDU_Q3_DURATION_LIST, VIDU_Q3_RATIO_LIST, VIDU_Q3_RESOLUTION_LIST, VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_10S, VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_15S, VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_5S, VIDU_Q3_VIDEO_MODEL_IMAGE_540P_10S, VIDU_Q3_VIDEO_MODEL_IMAGE_540P_15S, VIDU_Q3_VIDEO_MODEL_IMAGE_540P_5S, VIDU_Q3_VIDEO_MODEL_IMAGE_720P_10S, VIDU_Q3_VIDEO_MODEL_IMAGE_720P_15S, VIDU_Q3_VIDEO_MODEL_IMAGE_720P_5S, VIDU_Q3_VIDEO_MODEL_TEXT_1080P_10S, VIDU_Q3_VIDEO_MODEL_TEXT_1080P_15S, VIDU_Q3_VIDEO_MODEL_TEXT_1080P_5S, VIDU_Q3_VIDEO_MODEL_TEXT_540P_10S, VIDU_Q3_VIDEO_MODEL_TEXT_540P_15S, VIDU_Q3_VIDEO_MODEL_TEXT_540P_5S, VIDU_Q3_VIDEO_MODEL_TEXT_720P_10S, VIDU_Q3_VIDEO_MODEL_TEXT_720P_15S, VIDU_Q3_VIDEO_MODEL_TEXT_720P_5S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_VIDU_Q3_MODELS as n,VIDU_Q3_DURATION_LIST as r,VIDU_Q3_RATIO_LIST as i,VIDU_Q3_RESOLUTION_LIST as a}from"@flaqai/model-core";const o=e(a),s=e(r),c=e(i),l=t(n[`text-to-video-viduq3-pro-audio-540p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),u=t(n[`text-to-video-viduq3-pro-audio-540p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),d=t(n[`text-to-video-viduq3-pro-audio-540p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),f=t(n[`text-to-video-viduq3-pro-audio-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),p=t(n[`text-to-video-viduq3-pro-audio-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),m=t(n[`text-to-video-viduq3-pro-audio-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),h=t(n[`text-to-video-viduq3-pro-audio-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),g=t(n[`text-to-video-viduq3-pro-audio-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),_=t(n[`text-to-video-viduq3-pro-audio-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),v=t(n[`image-to-video-viduq3-pro-audio-540p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),y=t(n[`image-to-video-viduq3-pro-audio-540p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),b=t(n[`image-to-video-viduq3-pro-audio-540p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 540p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),x=t(n[`image-to-video-viduq3-pro-audio-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),S=t(n[`image-to-video-viduq3-pro-audio-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),C=t(n[`image-to-video-viduq3-pro-audio-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 720p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),w=t(n[`image-to-video-viduq3-pro-audio-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (5s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),T=t(n[`image-to-video-viduq3-pro-audio-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (10s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),E=t(n[`image-to-video-viduq3-pro-audio-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{platformType:39},name:`Vidu Q3 1080p Pro (15s)`,isPaid:!1,pricingType:`video`,videoType:`vidu-video-q3`}),D={"text-to-video__540p__5s":l,"text-to-video__540p__10s":u,"text-to-video__540p__15s":d,"text-to-video__720p__5s":f,"text-to-video__720p__10s":p,"text-to-video__720p__15s":m,"text-to-video__1080p__5s":h,"text-to-video__1080p__10s":g,"text-to-video__1080p__15s":_,"image-to-video__540p__5s":v,"image-to-video__540p__10s":y,"image-to-video__540p__15s":b,"image-to-video__720p__5s":x,"image-to-video__720p__10s":S,"image-to-video__720p__15s":C,"image-to-video__1080p__5s":w,"image-to-video__1080p__10s":T,"image-to-video__1080p__15s":E};export{D as GROUP_VIDU_Q3_MODELS,s as VIDU_Q3_DURATION_LIST,c as VIDU_Q3_RATIO_LIST,o as VIDU_Q3_RESOLUTION_LIST,T as VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_10S,E as VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_15S,w as VIDU_Q3_VIDEO_MODEL_IMAGE_1080P_5S,y as VIDU_Q3_VIDEO_MODEL_IMAGE_540P_10S,b as VIDU_Q3_VIDEO_MODEL_IMAGE_540P_15S,v as VIDU_Q3_VIDEO_MODEL_IMAGE_540P_5S,S as VIDU_Q3_VIDEO_MODEL_IMAGE_720P_10S,C as VIDU_Q3_VIDEO_MODEL_IMAGE_720P_15S,x as VIDU_Q3_VIDEO_MODEL_IMAGE_720P_5S,g as VIDU_Q3_VIDEO_MODEL_TEXT_1080P_10S,_ as VIDU_Q3_VIDEO_MODEL_TEXT_1080P_15S,h as VIDU_Q3_VIDEO_MODEL_TEXT_1080P_5S,u as VIDU_Q3_VIDEO_MODEL_TEXT_540P_10S,d as VIDU_Q3_VIDEO_MODEL_TEXT_540P_15S,l as VIDU_Q3_VIDEO_MODEL_TEXT_540P_5S,p as VIDU_Q3_VIDEO_MODEL_TEXT_720P_10S,m as VIDU_Q3_VIDEO_MODEL_TEXT_720P_15S,f as VIDU_Q3_VIDEO_MODEL_TEXT_720P_5S};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SelectOptionType } from "../../image/videoweb-image-catalog-types.mjs";
|
|
2
|
+
import "../../image/index.mjs";
|
|
3
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
4
|
+
//#region src/videoweb/video/providers/wan-2-2-animate.d.ts
|
|
5
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_MIN_VIDEO_SECONDS = 0;
|
|
6
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_MAX_VIDEO_SECONDS = 120;
|
|
7
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_RESOLUTION: SelectOptionType[];
|
|
8
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_480P: VideoModelType;
|
|
9
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_720P: VideoModelType;
|
|
10
|
+
declare const WAN_2_2_ANIMATE_VIDEO_ACCEPTED_VIDEO_TYPES: Record<string, string[]>;
|
|
11
|
+
declare const WAN_2_2_ANIMATE_VIDEO_FILE_SIZE_LIMIT: [number, number];
|
|
12
|
+
declare const WAN_2_2_ANIMATE_VIDEO_DURATION_LIMIT: [number, number];
|
|
13
|
+
declare const WAN_2_2_ANIMATE_VIDEO_VERSION_LIST: SelectOptionType<'std' | 'pro'>[];
|
|
14
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_STD: VideoModelType;
|
|
15
|
+
declare const WAN_2_2_ANIMATE_VIDEO_MODEL_PRO: VideoModelType;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { WAN_2_2_ANIMATE_VIDEO_ACCEPTED_VIDEO_TYPES, WAN_2_2_ANIMATE_VIDEO_DURATION_LIMIT, WAN_2_2_ANIMATE_VIDEO_FILE_SIZE_LIMIT, WAN_2_2_ANIMATE_VIDEO_MODEL_480P, WAN_2_2_ANIMATE_VIDEO_MODEL_720P, WAN_2_2_ANIMATE_VIDEO_MODEL_MAX_VIDEO_SECONDS, WAN_2_2_ANIMATE_VIDEO_MODEL_MIN_VIDEO_SECONDS, WAN_2_2_ANIMATE_VIDEO_MODEL_PRO, WAN_2_2_ANIMATE_VIDEO_MODEL_RESOLUTION, WAN_2_2_ANIMATE_VIDEO_MODEL_STD, WAN_2_2_ANIMATE_VIDEO_VERSION_LIST };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_WAN_2_2_ANIMATE_MODELS as n,WAN_2_2_ANIMATE_RESOLUTION_LIST as r,WAN_2_2_ANIMATE_VIDEO_VERSION_LIST as i}from"@flaqai/model-core";const a=0,o=120,s=e(r),c=t(n[`wan-v2.2-animate-480p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan V2.2 Animate 480p`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-2-animate`,creditPerSecond:50}),l=t(n[`wan-v2.2-animate-720p`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan V2.2 Animate 720p`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-2-animate`,creditPerSecond:100}),u={"video/mp4":[`.mp4`],"video/quicktime":[`.mov`]},d=[0,100],f=[3,30],p=e(i),m=t(n[`wan-v2.2-animate-move-std`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan V2.2 Animate Std`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-2-animate`,creditPerSecond:30}),h=t(n[`wan-v2.2-animate-move-pro`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan V2.2 Animate Pro`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-2-animate`,creditPerSecond:50});export{u as WAN_2_2_ANIMATE_VIDEO_ACCEPTED_VIDEO_TYPES,f as WAN_2_2_ANIMATE_VIDEO_DURATION_LIMIT,d as WAN_2_2_ANIMATE_VIDEO_FILE_SIZE_LIMIT,c as WAN_2_2_ANIMATE_VIDEO_MODEL_480P,l as WAN_2_2_ANIMATE_VIDEO_MODEL_720P,o as WAN_2_2_ANIMATE_VIDEO_MODEL_MAX_VIDEO_SECONDS,a as WAN_2_2_ANIMATE_VIDEO_MODEL_MIN_VIDEO_SECONDS,h as WAN_2_2_ANIMATE_VIDEO_MODEL_PRO,s as WAN_2_2_ANIMATE_VIDEO_MODEL_RESOLUTION,m as WAN_2_2_ANIMATE_VIDEO_MODEL_STD,p as WAN_2_2_ANIMATE_VIDEO_VERSION_LIST};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { AdaptedParameter } from "../../../parameter-list-adapter.mjs";
|
|
2
|
+
import { VideoModelType } from "../videoweb-video-catalog-types.mjs";
|
|
3
|
+
//#region src/videoweb/video/providers/wan-2-5.d.ts
|
|
4
|
+
declare const WAN_2_5_MODEL_TYPE_LIST: {
|
|
5
|
+
name: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}[];
|
|
8
|
+
declare const WAN_2_5_RATIO_LIST: AdaptedParameter<{
|
|
9
|
+
readonly name: '16:9';
|
|
10
|
+
readonly value: '16:9';
|
|
11
|
+
} | {
|
|
12
|
+
readonly name: '9:16';
|
|
13
|
+
readonly value: '9:16';
|
|
14
|
+
}>[];
|
|
15
|
+
declare const WAN_2_5_RESOLUTION_LIST: AdaptedParameter<{
|
|
16
|
+
readonly name: '480p';
|
|
17
|
+
readonly value: '480p';
|
|
18
|
+
} | {
|
|
19
|
+
readonly name: '720p';
|
|
20
|
+
readonly value: '720p';
|
|
21
|
+
} | {
|
|
22
|
+
readonly name: '1080p';
|
|
23
|
+
readonly value: '1080p';
|
|
24
|
+
}>[];
|
|
25
|
+
declare const WAN_2_5_DURATION_LIST: AdaptedParameter<{
|
|
26
|
+
readonly name: '5s';
|
|
27
|
+
readonly value: '5s';
|
|
28
|
+
} | {
|
|
29
|
+
readonly name: '10s';
|
|
30
|
+
readonly value: '10s';
|
|
31
|
+
}>[];
|
|
32
|
+
declare const WAN_2_5_MODEL_VERSION_LIST: AdaptedParameter<{
|
|
33
|
+
readonly name: 'Wan 2.5';
|
|
34
|
+
readonly value: 'wan-2.5';
|
|
35
|
+
} | {
|
|
36
|
+
readonly name: 'Wan 2.5 Fast';
|
|
37
|
+
readonly value: 'wan-2.5-fast';
|
|
38
|
+
}>[];
|
|
39
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_5S: VideoModelType;
|
|
40
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_10S: VideoModelType;
|
|
41
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_5S: VideoModelType;
|
|
42
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_10S: VideoModelType;
|
|
43
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_5S: VideoModelType;
|
|
44
|
+
declare const WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_10S: VideoModelType;
|
|
45
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_5S: VideoModelType;
|
|
46
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_10S: VideoModelType;
|
|
47
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_5S: VideoModelType;
|
|
48
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_10S: VideoModelType;
|
|
49
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_5S: VideoModelType;
|
|
50
|
+
declare const WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_10S: VideoModelType;
|
|
51
|
+
declare const WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_5S: VideoModelType;
|
|
52
|
+
declare const WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_10S: VideoModelType;
|
|
53
|
+
declare const WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_5S: VideoModelType;
|
|
54
|
+
declare const WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_10S: VideoModelType;
|
|
55
|
+
declare const WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_5S: VideoModelType;
|
|
56
|
+
declare const WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_10S: VideoModelType;
|
|
57
|
+
declare const WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_5S: VideoModelType;
|
|
58
|
+
declare const WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_10S: VideoModelType;
|
|
59
|
+
declare const GROUP_WAN_2_5_FAST_MODELS: Record<string, VideoModelType>;
|
|
60
|
+
declare const GROUP_WAN_2_5_MODELS: Record<string, VideoModelType>;
|
|
61
|
+
//#endregion
|
|
62
|
+
export { GROUP_WAN_2_5_FAST_MODELS, GROUP_WAN_2_5_MODELS, WAN_2_5_DURATION_LIST, WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_10S, WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_5S, WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_10S, WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_5S, WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_10S, WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_5S, WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_10S, WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_5S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_10S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_5S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_10S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_5S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_10S, WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_5S, WAN_2_5_MODEL_TYPE_LIST, WAN_2_5_MODEL_VERSION_LIST, WAN_2_5_RATIO_LIST, WAN_2_5_RESOLUTION_LIST, WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_10S, WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_5S, WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_10S, WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_5S, WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_10S, WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_5S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_WAN_2_5_MODELS as n,WAN_2_5_DURATION_LIST as r,WAN_2_5_MODEL_VERSION_LIST as i,WAN_2_5_RATIO_LIST as a,WAN_2_5_RESOLUTION_LIST as o}from"@flaqai/model-core";const s=[{name:`Wan v2.5`,value:`wan-v2-5`},{name:`Wan v2.5 Fast`,value:`wan-v2-5-fast`}],c=e(a),l=new Set([`720p`,`1080p`]),u=e(o.filter(({value:e})=>l.has(e))),d=e(r),f=e(i);function p(e,r){let i=e.includes(`-fast-`),a=e.includes(`-text-to-video-`);return t(n[e],{parameterOverride:{supportEndFrame:!1,supportRatio:a&&!i,supportStartFrame:!a||i,supportTextToVideo:a,supportVideo:!a||i},name:r,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`})}const m=t(n[`wan-v2.5-text-to-video-480p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0,supportVideo:!1},name:`Wan v2.5 480p (5s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),h=t(n[`wan-v2.5-text-to-video-480p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0,supportVideo:!1},name:`Wan v2.5 480p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),g=p(`wan-v2.5-text-to-video-720p-5s`,`Wan v2.5 720p (5s, Audio)`),_=p(`wan-v2.5-text-to-video-720p-10s`,`Wan v2.5 720p (10s, Audio)`),v=p(`wan-v2.5-text-to-video-1080p-5s`,`Wan v2.5 1080p (5s, Audio)`),y=p(`wan-v2.5-text-to-video-1080p-10s`,`Wan v2.5 1080p (10s, Audio)`),b=t(n[`wan-v2.5-image-to-video-480p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 480p (5s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),x=t(n[`wan-v2.5-image-to-video-480p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 480p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),S=p(`wan-v2.5-image-to-video-720p-5s`,`Wan v2.5 720p (5s, Audio)`),C=p(`wan-v2.5-image-to-video-720p-10s`,`Wan v2.5 720p (10s, Audio)`),w=p(`wan-v2.5-image-to-video-1080p-5s`,`Wan v2.5 1080p (5s, Audio)`),T=p(`wan-v2.5-image-to-video-1080p-10s`,`Wan v2.5 1080p (10s, Audio)`),E=t(n[`wan-v2.5-fast-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0,supportVideo:!0},name:`Wan v2.5 Fast 720p (5s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),D=t(n[`wan-v2.5-fast-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0,supportVideo:!0},name:`Wan v2.5 Fast 720p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),O=t(n[`wan-v2.5-fast-text-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0,supportVideo:!0},name:`Wan v2.5 Fast 1080p (5s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),k=t(n[`wan-v2.5-fast-text-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!0,supportVideo:!0},name:`Wan v2.5 Fast 1080p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),A=t(n[`wan-v2.5-fast-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 Fast`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),j=t(n[`wan-v2.5-fast-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 Fast 720p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),M=t(n[`wan-v2.5-fast-image-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 Fast 1080p (5s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),N=t(n[`wan-v2.5-fast-image-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1,supportVideo:!0},name:`Wan v2.5 Fast 1080p (10s, Audio)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-5`}),P={"text-to-video__720p__5s":E,"text-to-video__720p__10s":D,"text-to-video__1080p__5s":O,"text-to-video__1080p__10s":k,"image-to-video__720p__5s":A,"image-to-video__720p__10s":j,"image-to-video__1080p__5s":M,"image-to-video__1080p__10s":N},F={"text-to-video__720p__5s":g,"text-to-video__720p__10s":_,"text-to-video__1080p__5s":v,"text-to-video__1080p__10s":y,"image-to-video__720p__5s":S,"image-to-video__720p__10s":C,"image-to-video__1080p__5s":w,"image-to-video__1080p__10s":T};export{P as GROUP_WAN_2_5_FAST_MODELS,F as GROUP_WAN_2_5_MODELS,d as WAN_2_5_DURATION_LIST,N as WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_10S,M as WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_1080P_5S,j as WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_10S,A as WAN_2_5_FAST_IMAGE_TO_VIDEO_MODEL_720P_5S,k as WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_10S,O as WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_1080P_5S,D as WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_10S,E as WAN_2_5_FAST_TEXT_TO_VIDEO_MODEL_720P_5S,T as WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_10S,w as WAN_2_5_IMAGE_TO_VIDEO_MODEL_1080P_5S,x as WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_10S,b as WAN_2_5_IMAGE_TO_VIDEO_MODEL_480P_5S,C as WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_10S,S as WAN_2_5_IMAGE_TO_VIDEO_MODEL_720P_5S,s as WAN_2_5_MODEL_TYPE_LIST,f as WAN_2_5_MODEL_VERSION_LIST,c as WAN_2_5_RATIO_LIST,u as WAN_2_5_RESOLUTION_LIST,y as WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_10S,v as WAN_2_5_TEXT_TO_VIDEO_MODEL_1080P_5S,h as WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_10S,m as WAN_2_5_TEXT_TO_VIDEO_MODEL_480P_5S,_ as WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_10S,g as WAN_2_5_TEXT_TO_VIDEO_MODEL_720P_5S};
|