@flaqai/model-adapter 0.2.10 → 0.2.12
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/flaq/3d/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/flaq/3d/{index.d.mts → index.d.ts} +3 -3
- package/dist/flaq/3d/providers/{tripo.d.mts → tripo.d.ts} +1 -1
- package/dist/flaq/3d/providers/tripo.js +1 -0
- package/dist/flaq/image/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/flaq/image/{catalog.d.mts → catalog.d.ts} +8 -8
- package/dist/flaq/image/catalog.js +1 -0
- package/dist/flaq/image/{index.d.mts → index.d.ts} +11 -11
- package/dist/flaq/image/providers/{gemini.d.mts → gemini.d.ts} +1 -1
- package/dist/flaq/image/providers/gemini.js +1 -0
- package/dist/flaq/image/providers/{gpt-image-2.d.mts → gpt-image-2.d.ts} +2 -2
- package/dist/flaq/image/providers/gpt-image-2.js +1 -0
- package/dist/flaq/image/providers/{hidream.d.mts → hidream.d.ts} +1 -1
- package/dist/flaq/image/providers/hidream.js +1 -0
- package/dist/flaq/image/providers/{qwen.d.mts → qwen.d.ts} +1 -1
- package/dist/flaq/image/providers/qwen.js +1 -0
- package/dist/flaq/image/providers/{seedream.d.mts → seedream.d.ts} +1 -1
- package/dist/flaq/image/providers/seedream.js +1 -0
- package/dist/flaq/image/{ratios.d.mts → ratios.d.ts} +1 -1
- package/dist/flaq/image/ratios.js +1 -0
- package/dist/flaq/image/{resolutions.d.mts → resolutions.d.ts} +1 -1
- package/dist/flaq/image/resolutions.js +1 -0
- package/dist/flaq/{index.d.mts → index.d.ts} +32 -32
- package/dist/flaq/video/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/flaq/video/{catalog.d.mts → catalog.d.ts} +11 -11
- package/dist/flaq/video/catalog.js +1 -0
- package/dist/flaq/video/{index.d.mts → index.d.ts} +15 -15
- package/dist/flaq/video/providers/{alibaba.d.mts → alibaba.d.ts} +1 -1
- package/dist/flaq/video/providers/alibaba.js +1 -0
- package/dist/flaq/video/providers/{hailuo.d.mts → hailuo.d.ts} +1 -1
- package/dist/flaq/video/providers/hailuo.js +1 -0
- package/dist/flaq/video/providers/{hedra.d.mts → hedra.d.ts} +1 -1
- package/dist/flaq/video/providers/hedra.js +1 -0
- package/dist/flaq/video/providers/{higgsfield.d.mts → higgsfield.d.ts} +1 -1
- package/dist/flaq/video/providers/higgsfield.js +1 -0
- package/dist/flaq/video/providers/{infinitetalk.d.mts → infinitetalk.d.ts} +1 -1
- package/dist/flaq/video/providers/infinitetalk.js +1 -0
- package/dist/flaq/video/providers/{kling.d.mts → kling.d.ts} +1 -1
- package/dist/flaq/video/providers/kling.js +1 -0
- package/dist/flaq/video/providers/{seedance-2-0.d.mts → seedance-2-0.d.ts} +1 -1
- package/dist/flaq/video/providers/seedance-2-0.js +1 -0
- package/dist/flaq/video/providers/{seedance.d.mts → seedance.d.ts} +1 -1
- package/dist/flaq/video/providers/seedance.js +1 -0
- package/dist/flaq/video/providers/{veo.d.mts → veo.d.ts} +1 -1
- package/dist/flaq/video/providers/veo.js +1 -0
- package/dist/flaq/video/providers/{vidu.d.mts → vidu.d.ts} +1 -1
- package/dist/flaq/video/providers/vidu.js +5 -0
- package/dist/flaq/video/{ratios.d.mts → ratios.d.ts} +1 -1
- package/dist/flaq/video/ratios.js +1 -0
- package/dist/{flaq-namespace.d.mts → flaq-namespace.d.ts} +30 -30
- package/dist/flaq-namespace.js +1 -0
- package/dist/{flaq.d.mts → flaq.d.ts} +30 -30
- package/dist/flaq.js +1 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.js +1 -0
- package/dist/videoweb/audio/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/videoweb/audio/{index.d.mts → index.d.ts} +3 -3
- package/dist/videoweb/audio/providers/{elevenlabs-tts.d.mts → elevenlabs-tts.d.ts} +1 -1
- package/dist/videoweb/audio/providers/elevenlabs-tts.js +1 -0
- package/dist/videoweb/image/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/videoweb/image/{any.d.mts → any.d.ts} +1 -1
- package/dist/videoweb/image/any.js +1 -0
- package/dist/videoweb/image/{featured-models.d.mts → featured-models.d.ts} +1 -1
- package/dist/videoweb/image/featured-models.js +1 -0
- package/dist/videoweb/image/{group-v2.d.mts → group-v2.d.ts} +1 -1
- package/dist/videoweb/image/group-v2.js +1 -0
- package/dist/videoweb/image/{group.d.mts → group.d.ts} +1 -1
- package/dist/videoweb/image/group.js +1 -0
- package/dist/videoweb/image/{index.d.mts → index.d.ts} +34 -34
- package/dist/videoweb/image/providers/{4o-image.d.mts → 4o-image.d.ts} +1 -1
- package/dist/videoweb/image/providers/4o-image.js +1 -0
- package/dist/videoweb/image/providers/{flux-2.d.mts → flux-2.d.ts} +1 -1
- package/dist/videoweb/image/providers/flux-2.js +1 -0
- package/dist/videoweb/image/providers/{flux-canny-redux.d.mts → flux-canny-redux.d.ts} +1 -1
- package/dist/videoweb/image/providers/flux-canny-redux.js +1 -0
- package/dist/videoweb/image/providers/{flux-kontext.d.mts → flux-kontext.d.ts} +1 -1
- package/dist/videoweb/image/providers/flux-kontext.js +1 -0
- package/dist/videoweb/image/providers/{flux-krea.d.mts → flux-krea.d.ts} +1 -1
- package/dist/videoweb/image/providers/flux-krea.js +1 -0
- package/dist/videoweb/image/providers/{flux.d.mts → flux.d.ts} +1 -1
- package/dist/videoweb/image/providers/flux.js +1 -0
- package/dist/videoweb/image/providers/{ghiblify.d.mts → ghiblify.d.ts} +2 -2
- package/dist/videoweb/image/providers/ghiblify.js +1 -0
- package/dist/videoweb/image/providers/{glm.d.mts → glm.d.ts} +1 -1
- package/dist/videoweb/image/providers/glm.js +1 -0
- package/dist/videoweb/image/providers/{gpt-image-2-free.d.mts → gpt-image-2-free.d.ts} +1 -1
- package/dist/videoweb/image/providers/gpt-image-2-free.js +1 -0
- package/dist/videoweb/image/providers/{gpt-image-2.d.mts → gpt-image-2.d.ts} +2 -2
- package/dist/videoweb/image/providers/gpt-image-2.js +1 -0
- package/dist/videoweb/image/providers/{ideogram-v2.d.mts → ideogram-v2.d.ts} +1 -1
- package/dist/videoweb/image/providers/ideogram-v2.js +1 -0
- package/dist/videoweb/image/providers/{ideogram-v3.d.mts → ideogram-v3.d.ts} +1 -1
- package/dist/videoweb/image/providers/ideogram-v3.js +1 -0
- package/dist/videoweb/image/providers/{image-effect.d.mts → image-effect.d.ts} +1 -1
- package/dist/videoweb/image/providers/image-effect.js +1 -0
- package/dist/videoweb/image/providers/{index.d.mts → index.d.ts} +26 -26
- package/dist/videoweb/image/providers/{nano-banana-2.d.mts → nano-banana-2.d.ts} +1 -1
- package/dist/videoweb/image/providers/nano-banana-2.js +1 -0
- package/dist/videoweb/image/providers/{nano-banana-free.d.mts → nano-banana-free.d.ts} +1 -1
- package/dist/videoweb/image/providers/nano-banana-free.js +1 -0
- package/dist/videoweb/image/providers/{nano-banana-pro.d.mts → nano-banana-pro.d.ts} +1 -1
- package/dist/videoweb/image/providers/nano-banana-pro.js +1 -0
- package/dist/videoweb/image/providers/{nano-banana.d.mts → nano-banana.d.ts} +1 -1
- package/dist/videoweb/image/providers/nano-banana.js +1 -0
- package/dist/videoweb/image/providers/{qwen-image-2.d.mts → qwen-image-2.d.ts} +1 -1
- package/dist/videoweb/image/providers/qwen-image-2.js +1 -0
- package/dist/videoweb/image/providers/{qwen-image-3-free.d.mts → qwen-image-3-free.d.ts} +1 -1
- package/dist/videoweb/image/providers/{qwen-image-3-pro.mjs → qwen-image-3-free.js} +1 -1
- package/dist/videoweb/image/providers/{qwen-image-3-pro.d.mts → qwen-image-3-pro.d.ts} +1 -1
- package/dist/videoweb/image/providers/qwen-image-3-pro.js +1 -0
- package/dist/videoweb/image/providers/{qwen-image-official.d.mts → qwen-image-official.d.ts} +1 -1
- package/dist/videoweb/image/providers/qwen-image-official.js +1 -0
- package/dist/videoweb/image/providers/{qwen-image.d.mts → qwen-image.d.ts} +1 -1
- package/dist/videoweb/image/providers/qwen-image.js +1 -0
- package/dist/videoweb/image/providers/{seedream-4-5.d.mts → seedream-4-5.d.ts} +1 -1
- package/dist/videoweb/image/providers/seedream-4-5.js +1 -0
- package/dist/videoweb/image/providers/{seedream-5-0-pro.d.mts → seedream-5-0-pro.d.ts} +1 -1
- package/dist/videoweb/image/providers/seedream-5-0-pro.js +1 -0
- package/dist/videoweb/image/providers/{seedream-5-0.d.mts → seedream-5-0.d.ts} +1 -1
- package/dist/videoweb/image/providers/seedream-5-0.js +1 -0
- package/dist/videoweb/image/providers/{seedream-v4.d.mts → seedream-v4.d.ts} +1 -1
- package/dist/videoweb/image/providers/seedream-v4.js +1 -0
- package/dist/videoweb/music/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/videoweb/music/{index.d.mts → index.d.ts} +3 -3
- package/dist/videoweb/music/providers/{suno.d.mts → suno.d.ts} +1 -1
- package/dist/videoweb/music/providers/suno.js +1 -0
- package/dist/videoweb/video/{adapter.d.mts → adapter.d.ts} +1 -1
- package/dist/videoweb/video/{any.d.mts → any.d.ts} +3 -3
- package/dist/videoweb/video/{any.mjs → any.js} +1 -1
- package/dist/videoweb/video/{collection-options.d.mts → collection-options.d.ts} +2 -2
- package/dist/videoweb/video/{group-v2.d.mts → group-v2.d.ts} +2 -2
- package/dist/videoweb/video/group-v2.js +1 -0
- package/dist/videoweb/video/{group.d.mts → group.d.ts} +1 -1
- package/dist/videoweb/video/group.js +1 -0
- package/dist/videoweb/video/index.d.ts +67 -0
- package/dist/videoweb/video/{landing-page.d.mts → landing-page.d.ts} +1 -1
- package/dist/videoweb/video/{legacy-groups.d.mts → legacy-groups.d.ts} +1 -1
- package/dist/videoweb/video/legacy-groups.js +1 -0
- package/dist/videoweb/video/providers/flux-3.d.ts +34 -0
- package/dist/videoweb/video/providers/flux-3.js +1 -0
- package/dist/videoweb/video/providers/{gemini-omni-flash.d.mts → gemini-omni-flash.d.ts} +3 -3
- package/dist/videoweb/video/providers/gemini-omni-flash.js +1 -0
- package/dist/videoweb/video/providers/{grok-imagine-1-5.d.mts → grok-imagine-1-5.d.ts} +3 -3
- package/dist/videoweb/video/providers/grok-imagine-1-5.js +1 -0
- package/dist/videoweb/video/providers/{hailuo-2-0.d.mts → hailuo-2-0.d.ts} +3 -3
- package/dist/videoweb/video/providers/hailuo-2-0.js +1 -0
- package/dist/videoweb/video/providers/{hailuo-2-3.d.mts → hailuo-2-3.d.ts} +3 -3
- package/dist/videoweb/video/providers/hailuo-2-3.js +1 -0
- package/dist/videoweb/video/providers/{happy-horse-1-0.d.mts → happy-horse-1-0.d.ts} +2 -2
- package/dist/videoweb/video/providers/happy-horse-1-0.js +1 -0
- package/dist/videoweb/video/providers/{happy-horse-1-1.d.mts → happy-horse-1-1.d.ts} +2 -2
- package/dist/videoweb/video/providers/happy-horse-1-1.js +1 -0
- package/dist/videoweb/video/providers/{hedra.d.mts → hedra.d.ts} +1 -1
- package/dist/videoweb/video/providers/hedra.js +1 -0
- package/dist/videoweb/video/providers/{higgsfield.d.mts → higgsfield.d.ts} +1 -1
- package/dist/videoweb/video/providers/higgsfield.js +1 -0
- package/dist/videoweb/video/providers/index.d.ts +57 -0
- package/dist/videoweb/video/providers/{infinitetalk.d.mts → infinitetalk.d.ts} +3 -3
- package/dist/videoweb/video/providers/infinitetalk.js +1 -0
- package/dist/videoweb/video/providers/{kling-2-5.d.mts → kling-2-5.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-2-5.js +1 -0
- package/dist/videoweb/video/providers/{kling-2-6.d.mts → kling-2-6.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-2-6.js +1 -0
- package/dist/videoweb/video/providers/{kling-3-0-4k.d.mts → kling-3-0-4k.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-3-0-4k.js +1 -0
- package/dist/videoweb/video/providers/{kling-3-0-turbo.d.mts → kling-3-0-turbo.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-3-0-turbo.js +1 -0
- package/dist/videoweb/video/providers/{kling-3-0.d.mts → kling-3-0.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-3-0.js +1 -0
- package/dist/videoweb/video/providers/{kling-effects-korean-baseball.d.mts → kling-effects-korean-baseball.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-effects-korean-baseball.js +1 -0
- package/dist/videoweb/video/providers/{kling-motion-control.d.mts → kling-motion-control.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-motion-control.js +1 -0
- package/dist/videoweb/video/providers/{kling-o1.d.mts → kling-o1.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-o1.js +1 -0
- package/dist/videoweb/video/providers/{kling-omni-3-reference.d.mts → kling-omni-3-reference.d.ts} +3 -3
- package/dist/videoweb/video/providers/kling-omni-3-reference.js +1 -0
- package/dist/videoweb/video/providers/{kling.d.mts → kling.d.ts} +4 -4
- package/dist/videoweb/video/providers/kling.js +1 -0
- package/dist/videoweb/video/providers/{luma-modify-video.d.mts → luma-modify-video.d.ts} +3 -3
- package/dist/videoweb/video/providers/luma-modify-video.js +1 -0
- package/dist/videoweb/video/providers/{midjourney-image-to-video.d.mts → midjourney-image-to-video.d.ts} +3 -3
- package/dist/videoweb/video/providers/midjourney-image-to-video.js +1 -0
- package/dist/videoweb/video/providers/{midjourney.d.mts → midjourney.d.ts} +3 -3
- package/dist/videoweb/video/providers/midjourney.js +1 -0
- package/dist/videoweb/video/providers/{minimax-h3-reference.d.mts → minimax-h3-reference.d.ts} +3 -3
- package/dist/videoweb/video/providers/minimax-h3-reference.js +1 -0
- package/dist/videoweb/video/providers/{minimax-h3.d.mts → minimax-h3.d.ts} +3 -3
- package/dist/videoweb/video/providers/minimax-h3.js +1 -0
- package/dist/videoweb/video/providers/{pixverse-4-5.d.mts → pixverse-4-5.d.ts} +2 -2
- package/dist/videoweb/video/providers/pixverse-4-5.js +1 -0
- package/dist/videoweb/video/providers/{pixverse-5-0.d.mts → pixverse-5-0.d.ts} +3 -3
- package/dist/videoweb/video/providers/pixverse-5-0.js +1 -0
- package/dist/videoweb/video/providers/{pixverse-5-5.d.mts → pixverse-5-5.d.ts} +3 -3
- package/dist/videoweb/video/providers/pixverse-5-5.js +1 -0
- package/dist/videoweb/video/providers/{pixverse-6-0.d.mts → pixverse-6-0.d.ts} +3 -3
- package/dist/videoweb/video/providers/pixverse-6-0.js +1 -0
- package/dist/videoweb/video/providers/{runway-gen3a.d.mts → runway-gen3a.d.ts} +1 -1
- package/dist/videoweb/video/providers/runway-gen3a.js +1 -0
- package/dist/videoweb/video/providers/{runway-gen4.d.mts → runway-gen4.d.ts} +3 -3
- package/dist/videoweb/video/providers/runway-gen4.js +1 -0
- package/dist/videoweb/video/providers/{seedance-1-5.d.mts → seedance-1-5.d.ts} +3 -3
- package/dist/videoweb/video/providers/seedance-1-5.js +1 -0
- package/dist/videoweb/video/providers/{seedance-2-0-mini.d.mts → seedance-2-0-mini.d.ts} +3 -3
- package/dist/videoweb/video/providers/seedance-2-0-mini.js +1 -0
- package/dist/videoweb/video/providers/{seedance-2-0-reference.d.mts → seedance-2-0-reference.d.ts} +3 -3
- package/dist/videoweb/video/providers/seedance-2-0-reference.js +1 -0
- package/dist/videoweb/video/providers/{seedance-2-0.d.mts → seedance-2-0.d.ts} +2 -2
- package/dist/videoweb/video/providers/seedance-2-0.js +1 -0
- package/dist/videoweb/video/providers/{seedance-v1.d.mts → seedance-v1.d.ts} +3 -3
- package/dist/videoweb/video/providers/seedance-v1.js +1 -0
- package/dist/videoweb/video/providers/{sora-2-pro.d.mts → sora-2-pro.d.ts} +2 -2
- package/dist/videoweb/video/providers/sora-2-pro.js +1 -0
- package/dist/videoweb/video/providers/{sora-2.d.mts → sora-2.d.ts} +2 -2
- package/dist/videoweb/video/providers/sora-2.js +1 -0
- package/dist/videoweb/video/providers/{veo-2.d.mts → veo-2.d.ts} +3 -3
- package/dist/videoweb/video/providers/veo-2.js +1 -0
- package/dist/videoweb/video/providers/{veo-3-1.d.mts → veo-3-1.d.ts} +2 -2
- package/dist/videoweb/video/providers/veo-3-1.js +1 -0
- package/dist/videoweb/video/providers/{veo-3.d.mts → veo-3.d.ts} +3 -3
- package/dist/videoweb/video/providers/veo-3.js +1 -0
- package/dist/videoweb/video/providers/{video-effect.d.mts → video-effect.d.ts} +1 -1
- package/dist/videoweb/video/providers/{video-effect.mjs → video-effect.js} +1 -1
- package/dist/videoweb/video/providers/{video-upscaler.d.mts → video-upscaler.d.ts} +3 -3
- package/dist/videoweb/video/providers/video-upscaler.js +1 -0
- package/dist/videoweb/video/providers/{vidu-2-0.d.mts → vidu-2-0.d.ts} +2 -2
- package/dist/videoweb/video/providers/vidu-2-0.js +1 -0
- package/dist/videoweb/video/providers/{vidu-christmas-effect.d.mts → vidu-christmas-effect.d.ts} +1 -1
- package/dist/videoweb/video/providers/vidu-christmas-effect.js +8 -0
- package/dist/videoweb/video/providers/{vidu-q1.d.mts → vidu-q1.d.ts} +1 -1
- package/dist/videoweb/video/providers/vidu-q1.js +1 -0
- package/dist/videoweb/video/providers/{vidu-q2-reference.d.mts → vidu-q2-reference.d.ts} +3 -3
- package/dist/videoweb/video/providers/vidu-q2-reference.js +1 -0
- package/dist/videoweb/video/providers/{vidu-q2.d.mts → vidu-q2.d.ts} +2 -2
- package/dist/videoweb/video/providers/vidu-q2.js +1 -0
- package/dist/videoweb/video/providers/{vidu-q3-reference.d.mts → vidu-q3-reference.d.ts} +1 -1
- package/dist/videoweb/video/providers/vidu-q3-reference.js +1 -0
- package/dist/videoweb/video/providers/{vidu-q3.d.mts → vidu-q3.d.ts} +1 -1
- package/dist/videoweb/video/providers/vidu-q3.js +1 -0
- package/dist/videoweb/video/providers/{wan-2-2-animate.d.mts → wan-2-2-animate.d.ts} +3 -3
- package/dist/videoweb/video/providers/wan-2-2-animate.js +1 -0
- package/dist/videoweb/video/providers/{wan-2-5.d.mts → wan-2-5.d.ts} +2 -2
- package/dist/videoweb/video/providers/wan-2-5.js +1 -0
- package/dist/videoweb/video/providers/{wan-2-6.d.mts → wan-2-6.d.ts} +4 -4
- package/dist/videoweb/video/providers/wan-2-6.js +1 -0
- package/dist/videoweb/video/providers/{wan-2-7-lora.d.mts → wan-2-7-lora.d.ts} +3 -3
- package/dist/videoweb/video/providers/wan-2-7-lora.js +1 -0
- package/dist/videoweb/video/providers/{wan-2-7.d.mts → wan-2-7.d.ts} +3 -3
- package/dist/videoweb/video/providers/wan-2-7.js +1 -0
- package/dist/videoweb/video/providers/{wan.d.mts → wan.d.ts} +4 -4
- package/dist/videoweb/video/providers/wan.js +1 -0
- package/dist/videoweb/video/{videoweb-video-catalog-types.d.mts → videoweb-video-catalog-types.d.ts} +3 -3
- package/dist/{index.d.mts → videoweb.d.ts} +110 -112
- package/dist/videoweb.js +1 -0
- package/package.json +8 -8
- package/dist/flaq/3d/providers/tripo.mjs +0 -1
- package/dist/flaq/image/catalog.mjs +0 -1
- package/dist/flaq/image/providers/gemini.mjs +0 -1
- package/dist/flaq/image/providers/gpt-image-2.mjs +0 -1
- package/dist/flaq/image/providers/hidream.mjs +0 -1
- package/dist/flaq/image/providers/qwen.mjs +0 -1
- package/dist/flaq/image/providers/seedream.mjs +0 -1
- package/dist/flaq/image/ratios.mjs +0 -1
- package/dist/flaq/image/resolutions.mjs +0 -1
- package/dist/flaq/video/catalog.mjs +0 -1
- package/dist/flaq/video/providers/alibaba.mjs +0 -1
- package/dist/flaq/video/providers/hailuo.mjs +0 -1
- package/dist/flaq/video/providers/hedra.mjs +0 -1
- package/dist/flaq/video/providers/higgsfield.mjs +0 -1
- package/dist/flaq/video/providers/infinitetalk.mjs +0 -1
- package/dist/flaq/video/providers/kling.mjs +0 -1
- package/dist/flaq/video/providers/seedance-2-0.mjs +0 -1
- package/dist/flaq/video/providers/seedance.mjs +0 -1
- package/dist/flaq/video/providers/veo.mjs +0 -1
- package/dist/flaq/video/providers/vidu.mjs +0 -5
- package/dist/flaq/video/ratios.mjs +0 -1
- package/dist/flaq-namespace.mjs +0 -1
- package/dist/flaq.mjs +0 -1
- package/dist/index.mjs +0 -1
- package/dist/videoweb/audio/providers/elevenlabs-tts.mjs +0 -1
- package/dist/videoweb/image/any.mjs +0 -1
- package/dist/videoweb/image/featured-models.mjs +0 -1
- package/dist/videoweb/image/group-v2.mjs +0 -1
- package/dist/videoweb/image/group.mjs +0 -1
- package/dist/videoweb/image/providers/4o-image.mjs +0 -1
- package/dist/videoweb/image/providers/flux-2.mjs +0 -1
- package/dist/videoweb/image/providers/flux-canny-redux.mjs +0 -1
- package/dist/videoweb/image/providers/flux-kontext.mjs +0 -1
- package/dist/videoweb/image/providers/flux-krea.mjs +0 -1
- package/dist/videoweb/image/providers/flux.mjs +0 -1
- package/dist/videoweb/image/providers/ghiblify.mjs +0 -1
- package/dist/videoweb/image/providers/glm.mjs +0 -1
- package/dist/videoweb/image/providers/gpt-image-2-free.mjs +0 -1
- package/dist/videoweb/image/providers/gpt-image-2.mjs +0 -1
- package/dist/videoweb/image/providers/ideogram-v2.mjs +0 -1
- package/dist/videoweb/image/providers/ideogram-v3.mjs +0 -1
- package/dist/videoweb/image/providers/image-effect.mjs +0 -1
- package/dist/videoweb/image/providers/nano-banana-2.mjs +0 -1
- package/dist/videoweb/image/providers/nano-banana-free.mjs +0 -1
- package/dist/videoweb/image/providers/nano-banana-pro.mjs +0 -1
- package/dist/videoweb/image/providers/nano-banana.mjs +0 -1
- package/dist/videoweb/image/providers/qwen-image-2.mjs +0 -1
- package/dist/videoweb/image/providers/qwen-image-3-free.mjs +0 -1
- package/dist/videoweb/image/providers/qwen-image-official.mjs +0 -1
- package/dist/videoweb/image/providers/qwen-image.mjs +0 -1
- package/dist/videoweb/image/providers/seedream-4-5.mjs +0 -1
- package/dist/videoweb/image/providers/seedream-5-0-pro.mjs +0 -1
- package/dist/videoweb/image/providers/seedream-5-0.mjs +0 -1
- package/dist/videoweb/image/providers/seedream-v4.mjs +0 -1
- package/dist/videoweb/music/providers/suno.mjs +0 -1
- package/dist/videoweb/video/group-v2.mjs +0 -1
- package/dist/videoweb/video/group.mjs +0 -1
- package/dist/videoweb/video/index.d.mts +0 -66
- package/dist/videoweb/video/legacy-groups.mjs +0 -1
- package/dist/videoweb/video/providers/gemini-omni-flash.mjs +0 -1
- package/dist/videoweb/video/providers/grok-imagine-1-5.mjs +0 -1
- package/dist/videoweb/video/providers/hailuo-2-0.mjs +0 -1
- package/dist/videoweb/video/providers/hailuo-2-3.mjs +0 -1
- package/dist/videoweb/video/providers/happy-horse-1-0.mjs +0 -1
- package/dist/videoweb/video/providers/happy-horse-1-1.mjs +0 -1
- package/dist/videoweb/video/providers/hedra.mjs +0 -1
- package/dist/videoweb/video/providers/higgsfield.mjs +0 -1
- package/dist/videoweb/video/providers/index.d.mts +0 -56
- package/dist/videoweb/video/providers/infinitetalk.mjs +0 -1
- package/dist/videoweb/video/providers/kling-2-5.mjs +0 -1
- package/dist/videoweb/video/providers/kling-2-6.mjs +0 -1
- package/dist/videoweb/video/providers/kling-3-0-4k.mjs +0 -1
- package/dist/videoweb/video/providers/kling-3-0-turbo.mjs +0 -1
- package/dist/videoweb/video/providers/kling-3-0.mjs +0 -1
- package/dist/videoweb/video/providers/kling-effects-korean-baseball.mjs +0 -1
- package/dist/videoweb/video/providers/kling-motion-control.mjs +0 -1
- package/dist/videoweb/video/providers/kling-o1.mjs +0 -1
- package/dist/videoweb/video/providers/kling-omni-3-reference.mjs +0 -1
- package/dist/videoweb/video/providers/kling.mjs +0 -1
- package/dist/videoweb/video/providers/luma-modify-video.mjs +0 -1
- package/dist/videoweb/video/providers/midjourney-image-to-video.mjs +0 -1
- package/dist/videoweb/video/providers/midjourney.mjs +0 -1
- package/dist/videoweb/video/providers/minimax-h3-reference.mjs +0 -1
- package/dist/videoweb/video/providers/minimax-h3.mjs +0 -1
- package/dist/videoweb/video/providers/pixverse-4-5.mjs +0 -1
- package/dist/videoweb/video/providers/pixverse-5-0.mjs +0 -1
- package/dist/videoweb/video/providers/pixverse-5-5.mjs +0 -1
- package/dist/videoweb/video/providers/pixverse-6-0.mjs +0 -1
- package/dist/videoweb/video/providers/runway-gen3a.mjs +0 -1
- package/dist/videoweb/video/providers/runway-gen4.mjs +0 -1
- package/dist/videoweb/video/providers/seedance-1-5.mjs +0 -1
- package/dist/videoweb/video/providers/seedance-2-0-mini.mjs +0 -1
- package/dist/videoweb/video/providers/seedance-2-0-reference.mjs +0 -1
- package/dist/videoweb/video/providers/seedance-2-0.mjs +0 -1
- package/dist/videoweb/video/providers/seedance-v1.mjs +0 -1
- package/dist/videoweb/video/providers/sora-2-pro.mjs +0 -1
- package/dist/videoweb/video/providers/sora-2.mjs +0 -1
- package/dist/videoweb/video/providers/veo-2.mjs +0 -1
- package/dist/videoweb/video/providers/veo-3-1.mjs +0 -1
- package/dist/videoweb/video/providers/veo-3.mjs +0 -1
- package/dist/videoweb/video/providers/video-upscaler.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-2-0.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-christmas-effect.mjs +0 -8
- package/dist/videoweb/video/providers/vidu-q1.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-q2-reference.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-q2.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-q3-reference.mjs +0 -1
- package/dist/videoweb/video/providers/vidu-q3.mjs +0 -1
- package/dist/videoweb/video/providers/wan-2-2-animate.mjs +0 -1
- package/dist/videoweb/video/providers/wan-2-5.mjs +0 -1
- package/dist/videoweb/video/providers/wan-2-6.mjs +0 -1
- package/dist/videoweb/video/providers/wan-2-7-lora.mjs +0 -1
- package/dist/videoweb/video/providers/wan-2-7.mjs +0 -1
- package/dist/videoweb/video/providers/wan.mjs +0 -1
- package/dist/videoweb.d.mts +0 -109
- package/dist/videoweb.mjs +0 -1
- /package/dist/_virtual/_rolldown/{runtime.mjs → runtime.js} +0 -0
- /package/dist/flaq/3d/{adapter.mjs → adapter.js} +0 -0
- /package/dist/flaq/3d/{flaq-three-d-types.d.mts → flaq-three-d-types.d.ts} +0 -0
- /package/dist/flaq/image/{adapter.mjs → adapter.js} +0 -0
- /package/dist/flaq/image/{flaq-image-catalog-types.d.mts → flaq-image-catalog-types.d.ts} +0 -0
- /package/dist/flaq/image/{flaq-image-types.d.mts → flaq-image-types.d.ts} +0 -0
- /package/dist/flaq/video/{adapter.mjs → adapter.js} +0 -0
- /package/dist/flaq/video/{flaq-video-catalog-types.d.mts → flaq-video-catalog-types.d.ts} +0 -0
- /package/dist/flaq/video/{flaq-video-types.d.mts → flaq-video-types.d.ts} +0 -0
- /package/dist/{parameter-list-adapter.d.mts → parameter-list-adapter.d.ts} +0 -0
- /package/dist/{parameter-list-adapter.mjs → parameter-list-adapter.js} +0 -0
- /package/dist/videoweb/audio/{adapter.mjs → adapter.js} +0 -0
- /package/dist/videoweb/audio/{videoweb-audio-types.d.mts → videoweb-audio-types.d.ts} +0 -0
- /package/dist/videoweb/image/{adapter.mjs → adapter.js} +0 -0
- /package/dist/videoweb/image/{videoweb-image-catalog-types.d.mts → videoweb-image-catalog-types.d.ts} +0 -0
- /package/dist/videoweb/image/{videoweb-image-types.d.mts → videoweb-image-types.d.ts} +0 -0
- /package/dist/videoweb/{model-select.d.mts → model-select.d.ts} +0 -0
- /package/dist/videoweb/{model-select.mjs → model-select.js} +0 -0
- /package/dist/videoweb/music/{adapter.mjs → adapter.js} +0 -0
- /package/dist/videoweb/music/{videoweb-music-types.d.mts → videoweb-music-types.d.ts} +0 -0
- /package/dist/videoweb/video/{adapter.mjs → adapter.js} +0 -0
- /package/dist/videoweb/video/{collection-options.mjs → collection-options.js} +0 -0
- /package/dist/videoweb/video/{landing-page.mjs → landing-page.js} +0 -0
- /package/dist/videoweb/video/{videoweb-video-types.d.mts → videoweb-video-types.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{PIXVERSE_5_5_DURATION_LIST as r,PIXVERSE_5_5_RATIO_LIST as i,PIXVERSE_5_5_RESOLUTION_LIST as a,VIDEO_PIXVERSE_5_5_MODELS as o}from"@flaqai/model-core";const s={"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`1`,iconHeight:`1`},"4:3":{iconWidth:`4`,iconHeight:`3`},"3:4":{iconWidth:`3`,iconHeight:`4`}},c=e(a),l=e(r),u=t(i,s),d=e=>n(o[e],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`Pixverse 5.5 ${e.replace(`pixverse-v5.5-`,``).replaceAll(`-`,` `)}`,isPaid:!1,pricingType:`video`,videoType:`pixverse-5-5`}),f=d(`pixverse-v5.5-540p-5s`),p=Object.fromEntries(Object.keys(o).map(e=>{let t=e.match(/pixverse-v5\.5-(\d+p)-(audio-)?(\d+s)/);return[`${t[1]}__${t[3]}__${t[2]?`audio`:`noAudio`}`,d(e)]}));export{p as GROUP_PIXVERSE_5_5_MODELS,l as PIXVERSE_5_5_DURATION_LIST,u as PIXVERSE_5_5_RATIO_LIST,c as PIXVERSE_5_5_RESOLUTION_LIST,f as PIXVERSE_5_5_VIDEO_MODEL_540P_5S};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{PIXVERSE_6_0_DURATION_LIST as r,PIXVERSE_6_0_MODE_LIST as i,PIXVERSE_6_0_RATIO_LIST as a,PIXVERSE_6_0_RESOLUTION_LIST as o,VIDEO_PIXVERSE_6_0_MODELS as s}from"@flaqai/model-core";const c={"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`1`,iconHeight:`1`},"4:3":{iconWidth:`4`,iconHeight:`3`},"3:4":{iconWidth:`3`,iconHeight:`4`}},l=e(i),u=e(o),d=e(r),f=t(a,c);function p(e,t){let r=e.match(/pixverse-v6\.0-(\d+p)-(audio-)?(\d+s)/),i=t===`text-to-video`?`Text to Video`:`Image to Video`,a=r[2]?` Audio`:``;return n(s[e],{parameterOverride:t===`text-to-video`?{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0}:{maxImages:1,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Pixverse 6.0 ${i} ${r[1]}${a} (${r[3]})`,isPaid:!1,pricingType:`video`,videoType:`pixverse-6-0`})}const m=p(`pixverse-v6.0-540p-5s`,`text-to-video`),h=p(`pixverse-v6.0-540p-5s`,`image-to-video`),g=Object.fromEntries(Object.keys(s).flatMap(e=>{let t=e.match(/pixverse-v6\.0-(\d+p)-(audio-)?(\d+s)/),n=`${t[1]}__${t[3]}__${t[2]?`audio`:`noAudio`}`,r=e;return[[`text-to-video__${n}`,p(r,`text-to-video`)],[`image-to-video__${n}`,p(r,`image-to-video`)]]}));export{g as GROUP_PIXVERSE_6_0_MODELS,d as PIXVERSE_6_0_DURATION_LIST,h as PIXVERSE_6_0_IMAGE_TO_VIDEO_540P_5S_MODEL,l as PIXVERSE_6_0_MODE_LIST,f as PIXVERSE_6_0_RATIO_LIST,u as PIXVERSE_6_0_RESOLUTION_LIST,m as PIXVERSE_6_0_TEXT_TO_VIDEO_540P_5S_MODEL};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptVideoWebVideoModel as e}from"../adapter.mjs";import{VIDEO_RUNWAY_GEN3A_MODELS as t}from"@flaqai/model-core";const n=e(t[`runway-gen3a_turbo-5s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!0},name:`Video PRO 5s`,pricingType:`video`,isPaid:!1,videoType:`Photo-to-video`}),r=e(t[`runway-gen3a_turbo-10s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!0},name:`Video PRO 10s`,pricingType:`video`,isPaid:!0,videoType:`Photo-to-video`});export{r as runway10sVideoModel,n as runway5sVideoModel};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterListWithPresentation as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{RUNWAY_GEN4_RATIO_LIST as n,VIDEO_RUNWAY_GEN4_MODELS as r}from"@flaqai/model-core";const i=e(n,{"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`12`,iconHeight:`12`},"4:3":{iconWidth:`4`,iconHeight:`3`},"3:4":{iconWidth:`3`,iconHeight:`4`}}),a=t(r[`runway-gen4-turbo-5s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!0},name:`Runway Gen4 (5s)`,isPaid:!1,pricingType:`video`,videoType:`runway-gen4`}),o=t(r[`runway-gen4-turbo-10s`],{parameterOverride:{supportEndFrame:!1,supportStartFrame:!0},name:`Runway Gen4 (10s)`,isPaid:!1,pricingType:`video`,videoType:`runway-gen4`});export{o as RUNWAY_GEN4_TURBO_10S,a as RUNWAY_GEN4_TURBO_5S,i as RUNWAY_GEN4_VIDEO_RARIO};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SEEDANCE_1_5_DURATION_LIST as r,SEEDANCE_1_5_RATIO_LIST as i,SEEDANCE_1_5_RESOLUTION_LIST as a,VIDEO_SEEDANCE_1_5_MODELS as o}from"@flaqai/model-core";const s=e(a),c=e(r),l=t(i,{"21:9":{iconWidth:`21`,iconHeight:`9`},"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`14`,iconHeight:`14`},"4:3":{iconWidth:`16`,iconHeight:`12`},"3:4":{iconWidth:`12`,iconHeight:`16`}}),u=n(o[`seedance-v1.5-pro-text-to-video-audio-480p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),d=n(o[`seedance-v1.5-pro-text-to-video-audio-480p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video·Audio 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),f=n(o[`seedance-v1.5-pro-text-to-video-audio-480p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video·Audio 480p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),p=n(o[`seedance-v1.5-pro-text-to-video-audio-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video·Audio 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),m=n(o[`seedance-v1.5-pro-text-to-video-audio-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video·Audio 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),h=n(o[`seedance-v1.5-pro-text-to-video-audio-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video·Audio 720p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),g=n(o[`seedance-v1.5-pro-image-to-video-audio-480p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),_=n(o[`seedance-v1.5-pro-image-to-video-audio-480p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),v=n(o[`seedance-v1.5-pro-image-to-video-audio-480p-12s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 480p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),y=n(o[`seedance-v1.5-pro-image-to-video-audio-720p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),b=n(o[`seedance-v1.5-pro-image-to-video-audio-720p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),x=n(o[`seedance-v1.5-pro-image-to-video-audio-720p-12s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video·Audio 720p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),S=n(o[`seedance-v1.5-pro-text-to-video-480p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),C=n(o[`seedance-v1.5-pro-text-to-video-480p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),w=n(o[`seedance-v1.5-pro-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),T=n(o[`seedance-v1.5-pro-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),E=n(o[`seedance-v1.5-pro-text-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.5 Pro Text to Video 720p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Text-to-video`}),D=n(o[`seedance-v1.5-pro-image-to-video-480p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),O=n(o[`seedance-v1.5-pro-image-to-video-480p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),k=n(o[`seedance-v1.5-pro-image-to-video-480p-12s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 480p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),A=n(o[`seedance-v1.5-pro-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),j=n(o[`seedance-v1.5-pro-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),M=n(o[`seedance-v1.5-pro-image-to-video-720p-12s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0},name:`Seedance 1.5 Pro Image to Video 720p (12s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),N={"text-to-video__480p__5s__noAudio":S,"text-to-video__480p__10s__noAudio":C,"text-to-video__720p__5s__noAudio":w,"text-to-video__720p__10s__noAudio":T,"text-to-video__720p__12s__noAudio":E,"text-to-video__480p__5s__audio":u,"text-to-video__480p__10s__audio":d,"text-to-video__480p__12s__audio":f,"text-to-video__720p__5s__audio":p,"text-to-video__720p__10s__audio":m,"text-to-video__720p__12s__audio":h,"image-to-video__480p__5s__noAudio":g,"image-to-video__480p__10s__noAudio":_,"image-to-video__480p__12s__noAudio":v,"image-to-video__720p__5s__noAudio":y,"image-to-video__720p__10s__noAudio":b,"image-to-video__720p__12s__noAudio":x,"image-to-video__480p__5s__audio":g,"image-to-video__480p__10s__audio":_,"image-to-video__480p__12s__audio":v,"image-to-video__720p__5s__audio":y,"image-to-video__720p__10s__audio":b,"image-to-video__720p__12s__audio":x};export{N as GROUP_SEEDANCE_1_5,c as SEEDANCE_1_5_DURATION_LIST,O as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_480P_10S_MODEL,k as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_480P_12S_MODEL,D as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_480P_5S_MODEL,j as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_720P_10S_MODEL,M as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_720P_12S_MODEL,A as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_720P_5S_MODEL,_ as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_480P_10S_MODEL,v as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_480P_12S_MODEL,g as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_480P_5S_MODEL,b as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_720P_10S_MODEL,x as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_720P_12S_MODEL,y as SEEDANCE_1_5_PRO_IMAGE_TO_VIDEO_AUDIO_720P_5S_MODEL,C as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_480P_10S_MODEL,S as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_480P_5S_MODEL,T as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_720P_10S_MODEL,E as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_720P_12S_MODEL,w as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_720P_5S_MODEL,d as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_480P_10S_MODEL,f as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_480P_12S_MODEL,u as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_480P_5S_MODEL,m as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_720P_10S_MODEL,h as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_720P_12S_MODEL,p as SEEDANCE_1_5_PRO_TEXT_TO_VIDEO_AUDIO_720P_5S_MODEL,l as SEEDANCE_1_5_RATIO_LIST,s as SEEDANCE_1_5_RESOLUTION_LIST};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SEEDANCE_2_0_MINI_DURATION_LIST as r,SEEDANCE_2_0_MINI_MODE_LIST as i,SEEDANCE_2_0_MINI_RATIO_LIST as a,SEEDANCE_2_0_MINI_RESOLUTION_LIST as o,VIDEO_SEEDANCE_2_0_MINI_MODELS as s}from"@flaqai/model-core";const c=e(i),l=e(o),u=e(r),d=t(a,{"1:1":{iconWidth:`14`,iconHeight:`14`},"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"4:3":{iconWidth:`16`,iconHeight:`12`},"3:4":{iconWidth:`12`,iconHeight:`16`},"21:9":{iconWidth:`21`,iconHeight:`9`}}),f=n(s[`seedance-v2.0-mini-up-text-to-video-480p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),p=n(s[`seedance-v2.0-mini-up-text-to-video-480p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),m=n(s[`seedance-v2.0-mini-up-text-to-video-480p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 480p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),h=n(s[`seedance-v2.0-mini-up-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),g=n(s[`seedance-v2.0-mini-up-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),_=n(s[`seedance-v2.0-mini-up-text-to-video-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),v=n(s[`seedance-v2.0-mini-up-text-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),y=n(s[`seedance-v2.0-mini-up-text-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),b=n(s[`seedance-v2.0-mini-up-text-to-video-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),x=n(s[`seedance-v2.0-mini-up-text-to-video-4k-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 4K (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),S=n(s[`seedance-v2.0-mini-up-text-to-video-4k-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 4K (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),C=n(s[`seedance-v2.0-mini-up-text-to-video-4k-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Seedance 2.0 Mini Text to Video 4K (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),w=n(s[`seedance-v2.0-mini-up-image-to-video-480p-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 480p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),T=n(s[`seedance-v2.0-mini-up-image-to-video-480p-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 480p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),E=n(s[`seedance-v2.0-mini-up-image-to-video-480p-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 480p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),D=n(s[`seedance-v2.0-mini-up-image-to-video-720p-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),O=n(s[`seedance-v2.0-mini-up-image-to-video-720p-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),k=n(s[`seedance-v2.0-mini-up-image-to-video-720p-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),A=n(s[`seedance-v2.0-mini-up-image-to-video-1080p-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),j=n(s[`seedance-v2.0-mini-up-image-to-video-1080p-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),M=n(s[`seedance-v2.0-mini-up-image-to-video-1080p-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),N=n(s[`seedance-v2.0-mini-up-image-to-video-4k-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 4K (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),P=n(s[`seedance-v2.0-mini-up-image-to-video-4k-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 4K (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),F=n(s[`seedance-v2.0-mini-up-image-to-video-4k-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Image to Video 4K (15s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0-mini`}),I={"text-to-video__480p__5s":f,"text-to-video__480p__10s":p,"text-to-video__480p__15s":m,"text-to-video__720p__5s":h,"text-to-video__720p__10s":g,"text-to-video__720p__15s":_,"text-to-video__1080p__5s":v,"text-to-video__1080p__10s":y,"text-to-video__1080p__15s":b,"text-to-video__4k__5s":x,"text-to-video__4k__10s":S,"text-to-video__4k__15s":C,"image-to-video__480p__5s":w,"image-to-video__480p__10s":T,"image-to-video__480p__15s":E,"image-to-video__720p__5s":D,"image-to-video__720p__10s":O,"image-to-video__720p__15s":k,"image-to-video__1080p__5s":A,"image-to-video__1080p__10s":j,"image-to-video__1080p__15s":M,"image-to-video__4k__5s":N,"image-to-video__4k__10s":P,"image-to-video__4k__15s":F};export{I as GROUP_SEEDANCE_2_0_MINI,u as SEEDANCE_2_0_MINI_DURATION_LIST,j as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_1080P_10S_MODEL,M as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_1080P_15S_MODEL,A as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_1080P_5S_MODEL,T as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_480P_10S_MODEL,E as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_480P_15S_MODEL,w as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_480P_5S_MODEL,P as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_4K_10S_MODEL,F as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_4K_15S_MODEL,N as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_4K_5S_MODEL,O as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_720P_10S_MODEL,k as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_720P_15S_MODEL,D as SEEDANCE_2_0_MINI_IMAGE_TO_VIDEO_720P_5S_MODEL,c as SEEDANCE_2_0_MINI_MODE_LIST,d as SEEDANCE_2_0_MINI_RATIO_LIST,l as SEEDANCE_2_0_MINI_RESOLUTION_LIST,y as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_1080P_10S_MODEL,b as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_1080P_15S_MODEL,v as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_1080P_5S_MODEL,p as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_480P_10S_MODEL,m as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_480P_15S_MODEL,f as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_480P_5S_MODEL,S as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_4K_10S_MODEL,C as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_4K_15S_MODEL,x as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_4K_5S_MODEL,g as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_720P_10S_MODEL,_ as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_720P_15S_MODEL,h as SEEDANCE_2_0_MINI_TEXT_TO_VIDEO_720P_5S_MODEL};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithOverrides as t,adaptParameterListWithPresentation as n}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as r}from"../adapter.mjs";import{SEEDANCE_2_0_REFERENCE_DURATION_LIST as i,SEEDANCE_2_0_REFERENCE_RATIO_LIST as ee,SEEDANCE_2_0_REFERENCE_RESOLUTION_LIST as a,SEEDANCE_2_0_REFERENCE_VERSION_LIST as o,VIDEO_SEEDANCE_2_0_REFERENCE_MODELS as s}from"@flaqai/model-core";const c=e(o),l={"480p":`480p`,"720p":`720p`,"1080p":`1080p`,"4k":`4K`},u=t(a,({value:e})=>({name:l[e]})),d=u,f=u,p=u,m=u,h={fast:d,standard:f,mini:p};function g(e=`fast`){return h[e]||m}function te(e=`fast`){let t=g(e);return t[t.length-1]?.value??`480p`}function ne(e,t){return g(e).some(e=>e.value===t)}const re=e(i),_=n(ee,{"21:9":{iconWidth:`21`,iconHeight:`9`},"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`14`,iconHeight:`14`},"4:3":{iconWidth:`16`,iconHeight:`12`},"3:4":{iconWidth:`12`,iconHeight:`16`}}),v=r(s[`seedance-v2.0-fast-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),y=r(s[`seedance-v2.0-fast-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),b=r(s[`seedance-v2.0-fast-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),x=r(s[`seedance-v2.0-fast-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),S=r(s[`seedance-v2.0-fast-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),C=r(s[`seedance-v2.0-fast-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),w=r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),T=r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),E=r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),D=r(s[`seedance-v2.0-fast-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),O=r(s[`seedance-v2.0-fast-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),k=r(s[`seedance-v2.0-fast-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Fast Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),A=r(s[`seedance-v2.0-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),j=r(s[`seedance-v2.0-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),M=r(s[`seedance-v2.0-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),N=r(s[`seedance-v2.0-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),P=r(s[`seedance-v2.0-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),F=r(s[`seedance-v2.0-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),I=r(s[`seedance-v2.0-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),L=r(s[`seedance-v2.0-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),R=r(s[`seedance-v2.0-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),z=r(s[`seedance-v2.0-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),B=r(s[`seedance-v2.0-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),V=r(s[`seedance-v2.0-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),H=r(s[`seedance-v2.0-mini-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),U=r(s[`seedance-v2.0-mini-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),W=r(s[`seedance-v2.0-mini-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),G=r(s[`seedance-v2.0-mini-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),K=r(s[`seedance-v2.0-mini-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),q=r(s[`seedance-v2.0-mini-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),J=r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),Y=r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),X=r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),Z=r(s[`seedance-v2.0-mini-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),Q=r(s[`seedance-v2.0-mini-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),$=r(s[`seedance-v2.0-mini-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},name:`Seedance 2.0 Mini Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),ie={"fast__reference-to-video__480p__5s":v,"fast__reference-to-video__480p__10s":y,"fast__reference-to-video__480p__15s":b,"fast__reference-to-video__720p__5s":x,"fast__reference-to-video__720p__10s":S,"fast__reference-to-video__720p__15s":C,"fast__reference-to-video__1080p__5s":w,"fast__reference-to-video__1080p__10s":T,"fast__reference-to-video__1080p__15s":E,"fast__reference-to-video__4k__5s":D,"fast__reference-to-video__4k__10s":O,"fast__reference-to-video__4k__15s":k,"standard__reference-to-video__480p__5s":A,"standard__reference-to-video__480p__10s":j,"standard__reference-to-video__480p__15s":M,"standard__reference-to-video__720p__5s":N,"standard__reference-to-video__720p__10s":P,"standard__reference-to-video__720p__15s":F,"standard__reference-to-video__1080p__5s":I,"standard__reference-to-video__1080p__10s":L,"standard__reference-to-video__1080p__15s":R,"standard__reference-to-video__4k__5s":z,"standard__reference-to-video__4k__10s":B,"standard__reference-to-video__4k__15s":V,"mini__reference-to-video__480p__5s":H,"mini__reference-to-video__480p__10s":U,"mini__reference-to-video__480p__15s":W,"mini__reference-to-video__720p__5s":G,"mini__reference-to-video__720p__10s":K,"mini__reference-to-video__720p__15s":q,"mini__reference-to-video__1080p__5s":J,"mini__reference-to-video__1080p__10s":Y,"mini__reference-to-video__1080p__15s":X,"mini__reference-to-video__4k__5s":Z,"mini__reference-to-video__4k__10s":Q,"mini__reference-to-video__4k__15s":$,"fast__reference-to-video__480p__5s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1e3},name:`Seedance 2.0 Fast Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__480p__10s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2e3},name:`Seedance 2.0 Fast Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__480p__15s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:3e3},name:`Seedance 2.0 Fast Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__720p__5s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2e3},name:`Seedance 2.0 Fast Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__720p__10s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:4e3},name:`Seedance 2.0 Fast Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__720p__15s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:6e3},name:`Seedance 2.0 Fast Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__1080p__5s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:5e3},name:`Seedance 2.0 Fast Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__1080p__10s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1e4},name:`Seedance 2.0 Fast Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__1080p__15s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:15e3},name:`Seedance 2.0 Fast Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__4k__5s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1e4},name:`Seedance 2.0 Fast Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__4k__10s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2e4},name:`Seedance 2.0 Fast Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"fast__reference-to-video__4k__15s__video":r(s[`seedance-v2.0-fast-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:3e4},name:`Seedance 2.0 Fast Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__480p__5s__video":r(s[`seedance-v2.0-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1200},name:`Seedance 2.0 Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__480p__10s__video":r(s[`seedance-v2.0-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2400},name:`Seedance 2.0 Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__480p__15s__video":r(s[`seedance-v2.0-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:3600},name:`Seedance 2.0 Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__720p__5s__video":r(s[`seedance-v2.0-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2400},name:`Seedance 2.0 Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__720p__10s__video":r(s[`seedance-v2.0-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:4800},name:`Seedance 2.0 Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__720p__15s__video":r(s[`seedance-v2.0-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:7200},name:`Seedance 2.0 Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__1080p__5s__video":r(s[`seedance-v2.0-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:6e3},name:`Seedance 2.0 Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__1080p__10s__video":r(s[`seedance-v2.0-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:12e3},name:`Seedance 2.0 Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__1080p__15s__video":r(s[`seedance-v2.0-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:18e3},name:`Seedance 2.0 Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__4k__5s__video":r(s[`seedance-v2.0-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:12e3},name:`Seedance 2.0 Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__4k__10s__video":r(s[`seedance-v2.0-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:24e3},name:`Seedance 2.0 Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"standard__reference-to-video__4k__15s__video":r(s[`seedance-v2.0-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:36e3},name:`Seedance 2.0 Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__480p__5s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-480p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:800},name:`Seedance 2.0 Mini Reference 480p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__480p__10s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-480p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1600},name:`Seedance 2.0 Mini Reference 480p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__480p__15s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-480p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:2400},name:`Seedance 2.0 Mini Reference 480p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__720p__5s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-720p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:1600},name:`Seedance 2.0 Mini Reference 720p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__720p__10s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-720p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:3200},name:`Seedance 2.0 Mini Reference 720p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__720p__15s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-720p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:4800},name:`Seedance 2.0 Mini Reference 720p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__1080p__5s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:4e3},name:`Seedance 2.0 Mini Reference 1080p (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__1080p__10s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:8e3},name:`Seedance 2.0 Mini Reference 1080p (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__1080p__15s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-1080p-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:12e3},name:`Seedance 2.0 Mini Reference 1080p (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__4k__5s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-4k-5s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:8e3},name:`Seedance 2.0 Mini Reference 4K (5s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__4k__10s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-4k-10s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:16e3},name:`Seedance 2.0 Mini Reference 4K (10s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`}),"mini__reference-to-video__4k__15s__video":r(s[`seedance-v2.0-mini-up-reference-to-video-4k-15s`],{parameterOverride:{maxImages:5,supportEndFrame:!0,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!1},factOverride:{credit:24e3},name:`Seedance 2.0 Mini Reference 4K (15s)`,isPaid:!1,pricingType:`video`,videoType:`seedance-2-0`})};export{ie as GROUP_SEEDANCE_2_0_REFERENCE_MODELS,d as SEEDANCE_2_0_FAST_REFERENCE_RESOLUTION_LIST,T as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_1080P_10S_MODEL,E as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_1080P_15S_MODEL,w as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_1080P_5S_MODEL,y as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_480P_10S_MODEL,b as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_480P_15S_MODEL,v as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_480P_5S_MODEL,O as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_4K_10S_MODEL,k as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_4K_15S_MODEL,D as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_4K_5S_MODEL,S as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_720P_10S_MODEL,C as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_720P_15S_MODEL,x as SEEDANCE_2_0_FAST_REFERENCE_TO_VIDEO_720P_5S_MODEL,p as SEEDANCE_2_0_MINI_REFERENCE_RESOLUTION_LIST,Y as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_1080P_10S_MODEL,X as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_1080P_15S_MODEL,J as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_1080P_5S_MODEL,U as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_480P_10S_MODEL,W as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_480P_15S_MODEL,H as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_480P_5S_MODEL,Q as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_4K_10S_MODEL,$ as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_4K_15S_MODEL,Z as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_4K_5S_MODEL,K as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_720P_10S_MODEL,q as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_720P_15S_MODEL,G as SEEDANCE_2_0_MINI_REFERENCE_TO_VIDEO_720P_5S_MODEL,re as SEEDANCE_2_0_REFERENCE_DURATION_LIST,_ as SEEDANCE_2_0_REFERENCE_RATIO_LIST,m as SEEDANCE_2_0_REFERENCE_RESOLUTION_LIST,L as SEEDANCE_2_0_REFERENCE_TO_VIDEO_1080P_10S_MODEL,R as SEEDANCE_2_0_REFERENCE_TO_VIDEO_1080P_15S_MODEL,I as SEEDANCE_2_0_REFERENCE_TO_VIDEO_1080P_5S_MODEL,j as SEEDANCE_2_0_REFERENCE_TO_VIDEO_480P_10S_MODEL,M as SEEDANCE_2_0_REFERENCE_TO_VIDEO_480P_15S_MODEL,A as SEEDANCE_2_0_REFERENCE_TO_VIDEO_480P_5S_MODEL,B as SEEDANCE_2_0_REFERENCE_TO_VIDEO_4K_10S_MODEL,V as SEEDANCE_2_0_REFERENCE_TO_VIDEO_4K_15S_MODEL,z as SEEDANCE_2_0_REFERENCE_TO_VIDEO_4K_5S_MODEL,P as SEEDANCE_2_0_REFERENCE_TO_VIDEO_720P_10S_MODEL,F as SEEDANCE_2_0_REFERENCE_TO_VIDEO_720P_15S_MODEL,N as SEEDANCE_2_0_REFERENCE_TO_VIDEO_720P_5S_MODEL,c as SEEDANCE_2_0_REFERENCE_VERSION_LIST,f as SEEDANCE_2_0_STANDARD_REFERENCE_RESOLUTION_LIST,te as getSeedance2ReferenceFallbackResolution,g as getSeedance2ReferenceResolutionList,ne as isSeedance2ReferenceResolutionSupported};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SEEDANCE_2_0_DURATION_LIST as r,SEEDANCE_2_0_MODEL_CATALOG as i,SEEDANCE_2_0_MODE_LIST as a,SEEDANCE_2_0_RATIO_LIST as o,SEEDANCE_2_0_RESOLUTION_LIST as s,SEEDANCE_2_0_VERSION_LIST as c}from"@flaqai/model-core";const l={"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`14`,iconHeight:`14`},"4:3":{iconWidth:`16`,iconHeight:`12`},"3:4":{iconWidth:`12`,iconHeight:`16`},"21:9":{iconWidth:`21`,iconHeight:`9`}};function u({duration:e,mode:t,resolution:n,version:r}){return`${r===`fast`?`Seedance 2.0 Fast`:`Seedance 2.0`} ${t===`text-to-video`?`Text to Video`:`Image to Video`} ${n===`4k`?`4K`:n} (${e})`}function d(e,{displayName:t}){let r=e.variant.mode===`image-to-video`;return n(e.fact,{parameterOverride:{...r?{maxImages:2}:{},supportEndFrame:r,supportRatio:!0,supportStartFrame:r,supportTextToVideo:!r},name:t,pricingType:`video`,isPaid:!1,videoType:`seedance-2-0`})}const f=e(c),p=e(a),m=e(s),h=e(r),g=t(o,l);function _(){let e={};for(let t of i){let{duration:n,mode:r,resolution:i,version:a}=t.variant,o=`${a}__${r}__${i}__${n}`;e[o]=d(t,{displayName:u(t.variant)})}return e}const v=_(),y=v[`fast__text-to-video__480p__5s`],b=v[`fast__image-to-video__480p__5s`];function x({duration:e=`5s`,mode:t,resolution:n=`480p`,version:r=`fast`}){return v[`${r}__${t}__${n}__${e}`]}export{v as GROUP_SEEDANCE_2_0,h as SEEDANCE_2_0_DURATION_LIST,b as SEEDANCE_2_0_FAST_IMAGE_TO_VIDEO_480P_5S_MODEL,y as SEEDANCE_2_0_FAST_TEXT_TO_VIDEO_480P_5S_MODEL,p as SEEDANCE_2_0_MODE_LIST,g as SEEDANCE_2_0_RATIO_LIST,m as SEEDANCE_2_0_RESOLUTION_LIST,f as SEEDANCE_2_0_VERSION_LIST,d as adaptVideoWebSeedance20Model,x as resolveVideoWebSeedance20Model};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SEEDANCE_V1_DURATION_LIST as r,SEEDANCE_V1_LITE_RATIO_LIST as i,SEEDANCE_V1_VERSION_LIST as a,VIDEO_SEEDANCE_V1_MODELS as o}from"@flaqai/model-core";const s=e(a),c=e(r),l=t(i,{"16:9":{iconWidth:`16`,iconHeight:`9`},"4:3":{iconWidth:`16`,iconHeight:`12`},"1:1":{iconWidth:`14`,iconHeight:`14`},"3:4":{iconWidth:`12`,iconHeight:`16`},"9:16":{iconWidth:`9`,iconHeight:`16`},"9:21":{iconWidth:`9`,iconHeight:`21`}}),u=n(o[`seedance-v1-lite-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.0 Lite Text to Video (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`,ratioList:l}),d=n(o[`seedance-v1-lite-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.0 Lite Text to Video (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`,ratioList:l}),f=n(o[`seedance-v1-pro-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.0 Pro Text to Video (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`,ratioList:l,modelTags:[`5/10s`],infoTags:[`pro`,`endFrame`,`300+ credits`],videoModelPlatform:`seedance`}),p=n(o[`seedance-v1-pro-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1},name:`Seedance 1.0 Pro Text to Video (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`,ratioList:l,modelTags:[`5/10s`],infoTags:[`pro`,`endFrame`,`600+ credits`],videoModelPlatform:`seedance`}),m=n(o[`seedance-v1-lite-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0},name:`Seedance 1.0 Lite`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`}),h=n(o[`seedance-v1-lite-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0},name:`Seedance 1.0 Lite (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`}),g=n(o[`seedance-v1-pro-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0},name:`Seedance 1.0 Pro (5s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`}),_=n(o[`seedance-v1-pro-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0},name:`Seedance 1.0 Pro (10s)`,pricingType:`video`,isPaid:!1,videoType:`seedance-1-0`}),v={standard__5s:m,standard__10s:h,pro__5s:g,pro__10s:_},y={standard__5s:u,standard__10s:d,pro__5s:f,pro__10s:p};export{y as GroupSeedance10TextToVideoModel,v as GroupSeedance10VideoModel,c as SEEDANCE_V1_DURATION_LIST,h as SEEDANCE_V1_LITE_10S_MODEL,d as SEEDANCE_V1_LITE_10S_TEXT_TO_VIDEO_MODEL,m as SEEDANCE_V1_LITE_5S_MODEL,u as SEEDANCE_V1_LITE_5S_TEXT_TO_VIDEO_MODEL,l as SEEDANCE_V1_LITE_RATIO_LIST,_ as SEEDANCE_V1_PRO_10S_MODEL,p as SEEDANCE_V1_PRO_10S_TEXT_TO_VIDEO_MODEL,g as SEEDANCE_V1_PRO_5S_MODEL,f as SEEDANCE_V1_PRO_5S_TEXT_TO_VIDEO_MODEL,s as SEEDANCE_V1_VERSION_LIST};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{SORA_2_PRO_DURATION_LIST as r,SORA_2_PRO_RATIO_LIST as i,VIDEO_SORA_2_PRO_MODELS as a}from"@flaqai/model-core";const o=e(r),s=t(i,{"16:9":{iconWidth:`22px`,iconHeight:`12px`},"9:16":{iconWidth:`12px`,iconHeight:`22px`}}),c=n(a[`sora-2-pro-small-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`Sora2 Pro - 10s`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:s}),l=n(a[`sora-2-pro-small-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`Sora2 Pro - 15s`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:s}),u=n(a[`sora-2-pro-small-25s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!0,supportTextToVideo:!0},name:`Sora2 Pro - 25s`,pricingType:`video`,isPaid:!1,videoType:`sora-2`,ratioList:s}),d={"10s":c,"15s":l,"25s":u};export{d as GROUP_SORA_2_PRO_MODELS,o as SORA_2_PRO_DURATION_LIST,s as SORA_2_PRO_RATIO_LIST,c as SORA_2_PRO_SMALL_10S,l as SORA_2_PRO_SMALL_15S,u as SORA_2_PRO_SMALL_25S};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1,8 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
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};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_WAN_2_6_MODELS as n,WAN_2_6_DURATION_LIST as r,WAN_2_6_RATIO_LIST as i,WAN_2_6_RESOLUTION_LIST as a,WAN_2_6_VERSION_LIST as o}from"@flaqai/model-core";const s=e(o),c=e(i),l=e(a),u=e(r),d=t(n[`wan-v2.6-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),f=t(n[`wan-v2.6-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),p=t(n[`wan-v2.6-text-to-video-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),m=t(n[`wan-v2.6-text-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),h=t(n[`wan-v2.6-text-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),g=t(n[`wan-v2.6-text-to-video-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan v2.6 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),_=t(n[`wan-v2.6-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),v=t(n[`wan-v2.6-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),y=t(n[`wan-v2.6-image-to-video-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),b=t(n[`wan-v2.6-image-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),x=t(n[`wan-v2.6-image-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),S=t(n[`wan-v2.6-image-to-video-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),C=t(n[`wan-v2.6-flash-image-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),w=t(n[`wan-v2.6-flash-image-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),T=t(n[`wan-v2.6-flash-image-to-video-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),E=t(n[`wan-v2.6-flash-image-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),D=t(n[`wan-v2.6-flash-image-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),O=t(n[`wan-v2.6-flash-image-to-video-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan v2.6 Flash 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`wan-ai-video-2-6`}),k={"text-to-video__720p__5s":d,"text-to-video__720p__10s":f,"text-to-video__720p__15s":p,"text-to-video__1080p__5s":m,"text-to-video__1080p__10s":h,"text-to-video__1080p__15s":g,"image-to-video__720p__5s":_,"image-to-video__720p__10s":v,"image-to-video__720p__15s":y,"image-to-video__1080p__5s":b,"image-to-video__1080p__10s":x,"image-to-video__1080p__15s":S},A={"image-to-video__720p__5s":C,"image-to-video__720p__10s":w,"image-to-video__720p__15s":T,"image-to-video__1080p__5s":E,"image-to-video__1080p__10s":D,"image-to-video__1080p__15s":O};export{A as GROUP_WAN_2_6_FLASH_MODELS,k as GROUP_WAN_2_6_MODELS,u as WAN_2_6_DURATION_LIST,D as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_1080P_10S,O as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_1080P_15S,E as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_1080P_5S,w as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_720P_10S,T as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_720P_15S,C as WAN_2_6_FLASH_IMAGE_TO_VIDEO_MODEL_720P_5S,x as WAN_2_6_IMAGE_TO_VIDEO_MODEL_1080P_10S,S as WAN_2_6_IMAGE_TO_VIDEO_MODEL_1080P_15S,b as WAN_2_6_IMAGE_TO_VIDEO_MODEL_1080P_5S,v as WAN_2_6_IMAGE_TO_VIDEO_MODEL_720P_10S,y as WAN_2_6_IMAGE_TO_VIDEO_MODEL_720P_15S,_ as WAN_2_6_IMAGE_TO_VIDEO_MODEL_720P_5S,c as WAN_2_6_RATIO_LIST,l as WAN_2_6_RESOLUTION_LIST,h as WAN_2_6_TEXT_TO_VIDEO_MODEL_1080P_10S,g as WAN_2_6_TEXT_TO_VIDEO_MODEL_1080P_15S,m as WAN_2_6_TEXT_TO_VIDEO_MODEL_1080P_5S,f as WAN_2_6_TEXT_TO_VIDEO_MODEL_720P_10S,p as WAN_2_6_TEXT_TO_VIDEO_MODEL_720P_15S,d as WAN_2_6_TEXT_TO_VIDEO_MODEL_720P_5S,s as WAN_2_6_VERSION_LIST};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_WAN_2_7_LORA_MODELS as n,WAN_2_7_LORA_DURATION_LIST as r,WAN_2_7_LORA_RESOLUTION_LIST as i}from"@flaqai/model-core";const a=e(i),o=e(r),s=t(n[`wan-v2.7-lora-up-image-to-video-720p-5s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),c=t(n[`wan-v2.7-lora-up-image-to-video-720p-10s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),l=t(n[`wan-v2.7-lora-up-image-to-video-720p-15s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),u=t(n[`wan-v2.7-lora-up-image-to-video-1080p-5s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),d=t(n[`wan-v2.7-lora-up-image-to-video-1080p-10s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),f=t(n[`wan-v2.7-lora-up-image-to-video-1080p-15s`],{parameterOverride:{maxImages:1,supportAudio:!0,supportEndFrame:!1,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 LoRA Up Image to Video 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),p={"image-to-video__720p__5s":s,"image-to-video__720p__10s":c,"image-to-video__720p__15s":l,"image-to-video__1080p__5s":u,"image-to-video__1080p__10s":d,"image-to-video__1080p__15s":f};export{p as GROUP_WAN_2_7_LORA,o as WAN_2_7_LORA_DURATION_LIST,d as WAN_2_7_LORA_IMAGE_TO_VIDEO_1080P_10S_MODEL,f as WAN_2_7_LORA_IMAGE_TO_VIDEO_1080P_15S_MODEL,u as WAN_2_7_LORA_IMAGE_TO_VIDEO_1080P_5S_MODEL,c as WAN_2_7_LORA_IMAGE_TO_VIDEO_720P_10S_MODEL,l as WAN_2_7_LORA_IMAGE_TO_VIDEO_720P_15S_MODEL,s as WAN_2_7_LORA_IMAGE_TO_VIDEO_720P_5S_MODEL,a as WAN_2_7_LORA_RESOLUTION_LIST};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e,adaptParameterListWithPresentation as t}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as n}from"../adapter.mjs";import{VIDEO_WAN_2_7_MODELS as r,WAN_2_7_DURATION_LIST as i,WAN_2_7_RATIO_LIST as a,WAN_2_7_RESOLUTION_LIST as o}from"@flaqai/model-core";const s=e(o),c=e(i),l=t(a,{"16:9":{iconWidth:`16`,iconHeight:`9`},"9:16":{iconWidth:`9`,iconHeight:`16`},"1:1":{iconWidth:`14`,iconHeight:`14`},"4:3":{iconWidth:`16`,iconHeight:`12`},"3:4":{iconWidth:`12`,iconHeight:`16`}}),u=n(r[`wan-v2.7-up-text-to-video-720p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),d=n(r[`wan-v2.7-up-text-to-video-720p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),f=n(r[`wan-v2.7-up-text-to-video-720p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),p=n(r[`wan-v2.7-up-text-to-video-1080p-5s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),m=n(r[`wan-v2.7-up-text-to-video-1080p-10s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),h=n(r[`wan-v2.7-up-text-to-video-1080p-15s`],{parameterOverride:{supportEndFrame:!1,supportRatio:!0,supportStartFrame:!1,supportTextToVideo:!0},name:`Wan 2.7 Text to Video 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),g=n(r[`wan-v2.7-up-image-to-video-720p-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 720p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),_=n(r[`wan-v2.7-up-image-to-video-720p-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 720p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),v=n(r[`wan-v2.7-up-image-to-video-720p-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 720p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),y=n(r[`wan-v2.7-up-image-to-video-1080p-5s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 1080p (5s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),b=n(r[`wan-v2.7-up-image-to-video-1080p-10s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 1080p (10s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),x=n(r[`wan-v2.7-up-image-to-video-1080p-15s`],{parameterOverride:{maxImages:2,supportEndFrame:!0,supportRatio:!1,supportStartFrame:!0,supportTextToVideo:!1},name:`Wan 2.7 Image to Video 1080p (15s)`,pricingType:`video`,isPaid:!1,videoType:`Image-to-video`}),S={"text-to-video__720p__5s":u,"text-to-video__720p__10s":d,"text-to-video__720p__15s":f,"text-to-video__1080p__5s":p,"text-to-video__1080p__10s":m,"text-to-video__1080p__15s":h,"image-to-video__720p__5s":g,"image-to-video__720p__10s":_,"image-to-video__720p__15s":v,"image-to-video__1080p__5s":y,"image-to-video__1080p__10s":b,"image-to-video__1080p__15s":x};export{S as GROUP_WAN_2_7,c as WAN_2_7_DURATION_LIST,b as WAN_2_7_IMAGE_TO_VIDEO_1080P_10S_MODEL,x as WAN_2_7_IMAGE_TO_VIDEO_1080P_15S_MODEL,y as WAN_2_7_IMAGE_TO_VIDEO_1080P_5S_MODEL,_ as WAN_2_7_IMAGE_TO_VIDEO_720P_10S_MODEL,v as WAN_2_7_IMAGE_TO_VIDEO_720P_15S_MODEL,g as WAN_2_7_IMAGE_TO_VIDEO_720P_5S_MODEL,l as WAN_2_7_RATIO_LIST,s as WAN_2_7_RESOLUTION_LIST,m as WAN_2_7_TEXT_TO_VIDEO_1080P_10S_MODEL,h as WAN_2_7_TEXT_TO_VIDEO_1080P_15S_MODEL,p as WAN_2_7_TEXT_TO_VIDEO_1080P_5S_MODEL,d as WAN_2_7_TEXT_TO_VIDEO_720P_10S_MODEL,f as WAN_2_7_TEXT_TO_VIDEO_720P_15S_MODEL,u as WAN_2_7_TEXT_TO_VIDEO_720P_5S_MODEL};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{adaptParameterList as e}from"../../../parameter-list-adapter.mjs";import{adaptVideoWebVideoModel as t}from"../adapter.mjs";import{VIDEO_WAN_MODELS as n,WAN_DURATION_LIST as r,WAN_RATIO_LIST as i,WAN_RESOLUTION_LIST as a}from"@flaqai/model-core";const o=e(a.toReversed()),s=e(i),c=e(a),l=e(i),u=[...e(r),{name:`10s`,value:`10s`}],d=c,f=l,p=t(n[`wan-v2.1-text-to-video-480p-5s`],{name:`Wan AI Video 480p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),m=t(n[`wan-v2.1-text-to-video-720p-5s`],{name:`Wan AI Video 720p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),h=t(n[`wan-v2.1-image-to-video-480p-5s`],{name:`Wan AI Image to Video 480p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),g=t(n[`wan-v2.1-image-to-video-720p-5s`],{name:`Wan AI Image to Video 720p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),_=t(n[`wan-v2.2-text-to-video-480p-5s`],{name:`Wan AI 2.2 Video 480p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),v=t(n[`wan-v2.2-text-to-video-720p-5s`],{name:`Wan AI 2.2 Video 720p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),y=t(n[`wan-v2.2-image-to-video-480p-5s`],{name:`Wan AI 2.2 Image to Video 480p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),b=t(n[`wan-v2.2-image-to-video-720p-5s`],{name:`Wan AI 2.2 Image to Video 720p`,isPaid:!1,pricingType:`video`,videoType:`wan-ai-video`}),x={"text-to-video__480p":p,"text-to-video__720p":m,"image-to-video__480p":h,"image-to-video__720p":g},S={"text-to-video__480p":_,"text-to-video__720p":v,"image-to-video__480p":y,"image-to-video__720p":b},C=x,w=S;export{x as GROUP_WAN_AI_VIDEO_IMAGE_MODEL,S as GROUP_WAN_AI_VIDEO_IMAGE_MODEL_2_2,C as WAN_2_1_GROUP_MODEL,u as WAN_2_1_VIDEO_MODEL_DURATION,l as WAN_2_1_VIDEO_MODEL_RATIO,c as WAN_2_1_VIDEO_MODEL_RESOLUTION,w as WAN_2_2_GROUP_MODEL,f as WAN_2_2_VIDEO_MODEL_RATIO,d as WAN_2_2_VIDEO_MODEL_RESOLUTION,h as WAN_AI_IMAGE_TO_VIDEO_480P_MODEL,y as WAN_AI_IMAGE_TO_VIDEO_480P_MODEL_2_2,g as WAN_AI_IMAGE_TO_VIDEO_720P_MODEL,b as WAN_AI_IMAGE_TO_VIDEO_720P_MODEL_2_2,p as WAN_AI_VIDEO_480P_MODEL,_ as WAN_AI_VIDEO_480P_MODEL_2_2,m as WAN_AI_VIDEO_720P_MODEL,v as WAN_AI_VIDEO_720P_MODEL_2_2,s as WAN_AI_VIDEO_RATIO,o as WAN_AI_VIDEO_RESOLUTION};
|