Prune non-working Runware models with 0 calls#202
Merged
Conversation
- 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 <timoncool@gmail.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prune non-working Runware models with 0 calls
Summary
Removed 21 non-working Runware models that have 0 calls or "Coming soon" status on https://runware.ai/models. This cleanup reduces the model catalog from 143 to 122 models while keeping only verified working models.
Changes:
Removed models:
Review & Testing Checklist for Human
Verify removed models: Open https://runware.ai/models and confirm that all 21 removed models actually have 0 calls or "Coming soon" status. Check a few key ones like:
Test model selection UI:
Verify ElevenLabs Music V1 still works: This is the only audio model kept. Test that:
Check for missing important models: Review the removed list above and confirm none of these are actually working models that should have been kept
Test end-to-end workflow: Try a complete workflow (select model → configure → generate) for at least one model in each category to ensure nothing broke
Notes
Link to Devin run: https://app.devin.ai/sessions/5388bb693ed44ffb8aa537d7f4e7c79d
Requested by: Ilya Timonin (timoncool@gmail.com, @timoncool)