From ee55ab522f346d79940c789b458e396af99d8a74 Mon Sep 17 00:00:00 2001 From: wauputr4 <103489788+wauputr4@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:34:12 +0000 Subject: [PATCH] feat(ui): update media dashboard with new KIE video models --- .../dashboard/cache/media/MediaPageClient.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/app/(dashboard)/dashboard/cache/media/MediaPageClient.tsx b/src/app/(dashboard)/dashboard/cache/media/MediaPageClient.tsx index 578196443a..0a5865479e 100644 --- a/src/app/(dashboard)/dashboard/cache/media/MediaPageClient.tsx +++ b/src/app/(dashboard)/dashboard/cache/media/MediaPageClient.tsx @@ -94,7 +94,22 @@ const PROVIDER_MODELS: Record< name: "KIE.AI", models: [ { id: "kie/kling-2.6/text-to-video", name: "Kling 2.6 Text to Video" }, + { id: "kie/kling/v2-1-master-image-to-video", name: "Kling v2.1 Master I2V" }, + { id: "kie/kling/v2-1-master-text-to-video", name: "Kling v2.1 Master T2V" }, + { id: "kie/kling/v25-turbo-image-to-video-pro", name: "Kling v2.5 Turbo I2V Pro" }, + { id: "kie/kling/v25-turbo-text-to-video-pro", name: "Kling v2.5 Turbo T2V Pro" }, { id: "kie/wan/2-6-text-to-video", name: "Wan 2.6 Text to Video" }, + { id: "kie/wan/2-6-image-to-video", name: "Wan 2.6 Image to Video" }, + { id: "kie/wan/2-7-text-to-video", name: "Wan 2.7 Text to Video" }, + { id: "kie/wan/2-7-image-to-video", name: "Wan 2.7 Image to Video" }, + { id: "kie/sora2/sora-2-text-to-video", name: "Sora 2 Text to Video" }, + { id: "kie/sora2/sora-2-image-to-video", name: "Sora 2 Image to Video" }, + { id: "kie/hailuo/02-text-to-video-pro", name: "Hailuo 02 T2V Pro" }, + { id: "kie/hailuo/02-image-to-video-pro", name: "Hailuo 02 I2V Pro" }, + { id: "kie/grok-imagine/text-to-video", name: "Grok Imagine T2V" }, + { id: "kie/grok-imagine/image-to-video", name: "Grok Imagine I2V" }, + { id: "kie/bytedance/v1-pro-text-to-video", name: "Bytedance v1 Pro T2V" }, + { id: "kie/bytedance/v1-pro-image-to-video", name: "Bytedance v1 Pro I2V" }, ], }, {