Skip to content

Available Models

modelBridge.ai connects to 900+ generative AI models hosted on fal.ai, organized into 11 categories. New models appear automatically as fal.ai adds them — the plugin’s schema-driven architecture means no plugin update is needed.

modelBridge passes through every model’s full capability as published by fal.ai. No parameters are removed, no outputs are restricted, and no model behavior is modified. If a model supports a feature on fal.ai, it is available in modelBridge. For model-specific details, see the model’s page on fal.ai/models.

CategoryDescriptionExample Models
Text-to-VideoGenerate video from a text prompt aloneKling v3, Wan 2.6, LTX 2.3, Veo 3
Image-to-VideoAnimate a still image into videoKling v3, Wan Image-to-Video, Seedance
Video-to-VideoTransform existing video with AIStyle transfer, video enhancement
Audio-to-VideoGenerate video driven by audio inputMusic visualizers, audio-reactive video
CategoryDescriptionExample Models
Text-to-ImageGenerate images from text promptsFLUX Pro, FLUX Dev, Stable Diffusion
Image-to-ImageTransform, modify, or inpaint existing imagesStyle transfer, upscaling, inpainting
CategoryDescriptionExample Models
Text-to-AudioGenerate sound effects and music from textAmbient sounds, music generation
Text-to-SpeechConvert text into spoken audioElevenLabs, Kokoro, Qwen-TTS
Audio-to-AudioTransform existing audioVoice conversion, audio enhancement
Video-to-AudioExtract or generate audio from videoSoundtrack generation, audio extraction
Speech-to-SpeechTransform spoken audio to different speechVoice cloning, accent modification

Use the search bar at the top of the Models tab to find models by name, creator, or keyword. Search results show model name, category, and a brief description.

Filter chips below the search bar let you narrow results by category. Click a chip to show only models in that category. Multiple filters can be active at the same time.

Each model displays:

  • Name and creator
  • Category badge
  • Media requirements — what input types the model accepts (video, image, audio, text-only)
  • Cost estimate — pre-generation pricing when available

When you select a model, modelBridge.ai fetches the model’s OpenAPI schema from fal.ai and generates the input form dynamically. This means:

  • Every parameter the model supports is available in the UI
  • Dropdowns, sliders, checkboxes, and text fields are generated based on the schema
  • Parameter constraints (min, max, allowed values) are enforced automatically
  • No plugin update is needed when a model adds new parameters

If you know a model’s fal.ai endpoint path, you can add it directly:

  1. Go to the Models tab
  2. Use the “Add model by ID” input
  3. Enter the endpoint path (e.g., fal-ai/kling-video/v3/pro/text-to-video)
  4. The plugin fetches the schema and adds the model to your collection

modelBridge.ai only allows models from the 11 supported categories listed above. This ensures that every model in the plugin works end-to-end — from input validation through generation to result import. Unknown or unsupported categories are blocked at all entry points (search, add by ID, import).