From fb5784a5e8e474c92a269b9b2fea5824fb31d749 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:13:15 +0000 Subject: [PATCH] Prune non-working Runware models with 0 calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed 21 non-working models (0 calls or 'Coming soon' status) - Kept 122 working models: 85 image, 36 video, 1 audio - Verified against https://runware.ai/models on 2025-11-04 - Only kept ElevenLabs Music V1 (7.7K calls) from audio models - Removed all other ElevenLabs TTS models with 0 calls - Removed image/video models marked as 'Coming soon' Models removed: - Audio: 8 ElevenLabs TTS models (kept Music V1 only) - Image: 2 models (FLUX.1 [dev] SRPO, Kolors variants) - Video: 11 models (Veo 2, Veo 3.1, Sora 2, etc.) Total: 143 → 122 models (-21) Co-Authored-By: Ilya Timonin --- src/lib/runware-models.ts | 335 +------------------------------------- 1 file changed, 6 insertions(+), 329 deletions(-) diff --git a/src/lib/runware-models.ts b/src/lib/runware-models.ts index b8c42258..35eb0724 100644 --- a/src/lib/runware-models.ts +++ b/src/lib/runware-models.ts @@ -6,17 +6,18 @@ import type { ApiInfo } from "./fal"; * This file is auto-generated by merging extracted data from the Runware playground * with manually-curated options for existing models. * - * Last updated: 2025-11-04T02:53:01.162Z + * Last updated: 2025-11-04T03:11:18.040Z * - * Total models: 143 - * - Image models: 88 - * - Video models: 46 - * - Audio models: 0 + * Total models: 122 + * - Image models: 85 + * - Video models: 36 + * - Audio models: 1 * * Merge strategy: * - Existing models: preserved curated options (dimensions, schedulers, ranges) * - Existing models: updated labels, descriptions, and defaults from bundle * - New models: added with safe defaults only (no guessed ranges) + * - Non-working models: removed models with 0 calls or "Coming soon" status */ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ @@ -56,14 +57,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultScheduler: "FlowMatchEulerDiscreteScheduler", hasNegativePrompt: true, }, - { - provider: "runware", - endpointId: "runware:111@1", - label: "FLUX.1 [dev] SRPO", - description: "FLUX development model with SRPO optimization", - popularity: 5, - category: "image", - }, { provider: "runware", endpointId: "bfl:1@1", @@ -923,22 +916,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultGuidanceScale: 3, defaultScheduler: "Euler Beta", }, - { - provider: "runware", - endpointId: "klingai:5@10", - label: "Kolors 2.0", - description: "Color-focused image generation model", - popularity: 4, - category: "image", - }, - { - provider: "runware", - endpointId: "klingai:4@10", - label: "Kolors 2.1", - description: "Advanced color-aware image generation", - popularity: 4, - category: "image", - }, { provider: "runware", endpointId: "runware:108@1", @@ -1538,43 +1515,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultGuidanceScale: 7.5, hasNegativePrompt: true, }, - { - provider: "runware", - endpointId: "google:2@0", - label: "Google Veo 2", - description: - "High-quality video generation with advanced camera controls, outpainting, and object manipulation. Supports up to 4K resolution with cinematic quality.", - popularity: 5, - category: "video", - availableDurations: [8], - availableDimensions: [ - { - width: 1280, - height: 720, - label: "16:9 (Standard / Landscape) - 720p", - }, - { - width: 720, - height: 1280, - label: "9:16 (Standard / Portrait) - 720p", - }, - { - width: 1920, - height: 1080, - label: "16:9 (Standard / Landscape) - 1080p", - }, - { - width: 1080, - height: 1920, - label: "9:16 (Standard / Portrait) - 1080p", - }, - ], - availableFps: [24], - defaultDuration: 8, - defaultWidth: 1280, - defaultHeight: 720, - defaultFps: 24, - }, { provider: "runware", endpointId: "google:3@0", @@ -1687,39 +1627,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ category: "video", inputAsset: ["image"], }, - { - provider: "runware", - endpointId: "lightricks:2@1", - label: "LTX-2 Fast", - description: - "High-speed edition of LTX-2 designed for quick cinematic generation. It renders complex motion efficiently while preserving strong visual consistency.", - popularity: 5, - category: "video", - availableDurations: [6, 8, 10], - availableDimensions: [ - { - width: 1920, - height: 1080, - label: "16:9 (Standard / Landscape) - 1080p", - }, - { - width: 2560, - height: 1440, - label: "16:9 (Standard / Landscape) - 1440p", - }, - { - width: 3840, - height: 2160, - label: "16:9 (Standard / Landscape) - 4K", - }, - ], - availableFps: [25, 50], - defaultDuration: 6, - defaultWidth: 1920, - defaultHeight: 1080, - defaultFps: 25, - defaultSteps: 20, - }, { provider: "runware", endpointId: "lightricks:2@0", @@ -1753,33 +1660,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultFps: 25, defaultSteps: 20, }, - { - provider: "runware", - endpointId: "minimax:3@1", - label: "MiniMax 02 Hailuo", - description: - "Most polished and dynamic model with vibrant, theatrical visuals and fluid motion. Ideal for viral content and commercial-style footage.", - popularity: 5, - category: "video", - availableDurations: [6, 10], - availableDimensions: [ - { - width: 1366, - height: 768, - label: "16:9 (768p)", - }, - { - width: 1920, - height: 1080, - label: "16:9 (1080p)", - }, - ], - availableFps: [25], - defaultDuration: 6, - defaultWidth: 1366, - defaultHeight: 768, - defaultFps: 25, - }, { provider: "runware", endpointId: "minimax:4@1", @@ -2112,34 +1992,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultHeight: 1088, defaultFps: 24, }, - { - provider: "runware", - endpointId: "openai:3@1", - label: "Sora 2", - description: - "OpenAI’s next-generation video & audio generation model, delivering more accurate physics than previous generation model, with synchronized dialogue and high-fidelity visuals.", - cost: "$0.4/video", - popularity: 5, - category: "video", - availableDurations: [4, 8, 12], - availableDimensions: [ - { - width: 1280, - height: 720, - label: "16:9 (Standard / Landscape) - 720p", - }, - { - width: 720, - height: 1280, - label: "9:16 (Standard / Portrait) - 720p", - }, - ], - availableFps: [24, 30], - defaultDuration: 4, - defaultWidth: 1280, - defaultHeight: 720, - defaultFps: 30, - }, { provider: "runware", endpointId: "openai:3@2", @@ -2178,43 +2030,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultHeight: 720, defaultFps: 24, }, - { - provider: "runware", - endpointId: "google:3@2", - label: "Veo 3.1", - description: - "Google's newest Veo model for cinematic video generation, capable of turning images or text into realistic, story-driven scenes with natural sound and smooth motion.", - popularity: 5, - category: "video", - availableDurations: [8], - availableDimensions: [ - { - width: 1280, - height: 720, - label: "16:9 (Standard / Landscape) - 720p", - }, - { - width: 720, - height: 1280, - label: "9:16 (Standard / Portrait) - 720p", - }, - { - width: 1920, - height: 1080, - label: "16:9 (Standard / Landscape) - 1080p", - }, - { - width: 1080, - height: 1920, - label: "9:16 (Standard / Portrait) - 1080p", - }, - ], - availableFps: [24], - defaultDuration: 8, - defaultWidth: 1280, - defaultHeight: 720, - defaultFps: 24, - }, { provider: "runware", endpointId: "google:3@3", @@ -2357,25 +2172,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ category: "video", defaultSteps: 20, }, - { - provider: "runware", - endpointId: "klingai:3@2", - label: "KlingAI 1.6 PRO", - description: - "Top-tier model with smoother motion, natural expressions, and comprehensive upgrades in lighting dynamics and detailed rendering.", - popularity: 4, - category: "video", - inputAsset: ["image"], - }, - { - provider: "runware", - endpointId: "klingai:3@1", - label: "KlingAI 1.6 STD", - description: - "Advanced text responsiveness with improved interpretation of motion, temporal actions, and camera movements.", - popularity: 4, - category: "video", - }, { provider: "runware", endpointId: "klingai:4@3", @@ -2395,28 +2191,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ category: "video", inputAsset: ["image"], }, - { - provider: "runware", - endpointId: "minimax:2@1", - label: "MiniMax 01 Director", - description: - "Advanced cinematic framing and lighting model producing film-like scenes with professional-grade control and reduced movement randomness.", - popularity: 4, - category: "video", - availableDurations: [6], - availableDimensions: [ - { - width: 1366, - height: 768, - label: "16:9 (768p)", - }, - ], - availableFps: [25], - defaultDuration: 6, - defaultWidth: 1366, - defaultHeight: 768, - defaultFps: 25, - }, { provider: "runware", endpointId: "bytedance:5@1", @@ -2446,15 +2220,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ category: "video", inputAsset: ["video", "audio"], }, - { - provider: "runware", - endpointId: "pixverse:1@3", - label: "PixVerse v4.5", - description: - "Supports refined camera motion and cinematic movements with fast mode capabilities. Remains a solid choice for stylized generation tasks.", - popularity: 4, - category: "video", - }, { provider: "runware", endpointId: "bytedance:1@1", @@ -2522,38 +2287,6 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ defaultHeight: 480, defaultFps: 24, }, - { - provider: "runware", - endpointId: "vidu:1@1", - label: "Vidu Q1", - description: - "Experimental variant featuring built-in audio generation and smooth cinematic transitions from first to last frame.", - popularity: 4, - category: "video", - availableDurations: [5], - availableDimensions: [ - { - width: 1920, - height: 1080, - label: "16:9 (1080p)", - }, - { - width: 1080, - height: 1080, - label: "1:1 (Square)", - }, - { - width: 1080, - height: 1920, - label: "9:16 (1080p Portrait)", - }, - ], - availableFps: [24], - defaultDuration: 5, - defaultWidth: 1920, - defaultHeight: 1080, - defaultFps: 24, - }, { provider: "runware", endpointId: "klingai:1@2", @@ -2652,60 +2385,4 @@ export const RUNWARE_ENDPOINTS: ApiInfo[] = [ popularity: 4, category: "music", }, - { - provider: "runware", - endpointId: "elevenlabs:22@1", - label: "Eleven Flash v2", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:24@1", - label: "Eleven Flash v2.5", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:20@1", - label: "Eleven Monolingual v1", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:21@1", - label: "Eleven Multilingual v1", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:26@1", - label: "Eleven Multilingual v2", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:23@1", - label: "Eleven Turbo v2", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:25@1", - label: "Eleven Turbo v2.5", - category: "music", - popularity: 3, - }, - { - provider: "runware", - endpointId: "elevenlabs:27@1", - label: "Eleven v3", - category: "music", - popularity: 3, - }, ];