Plugin Reference

Complete reference for all 32 plugins. Each plugin page includes inputs, outputs, config options, and examples.

Plugin categories

CategoryPluginsCredits
AI TextChatGPT, Claude, Gemini1-4
AI ImageNanoBanana, DALL-E, Imagen, Fal2-15
AI VideoVeo, Sora, HeyGen, Video Extender15-40
AI AudioElevenLabs, EdgeTTS, Whisper0-5
Logic & DataIf/Else, Switch, Transform, Aggregate, FFmpeg, AV Combiner, JSON Builder, Storage Save, Frame Extractor, Subtitle Burn0 (free)
PublishingInstagram, TikTok, YouTube0 (free)

How plugins work

Each plugin is a node type in the workflow editor. When you add a node, it creates an instance of the underlying plugin with default configuration. You customize it via the config panel.

Plugin anatomy

  • Input ports — data the plugin receives (prompt, image, context)
  • Output ports — data the plugin produces (response, images, video)
  • Config — settings like model, temperature, resolution
  • Credit cost — how many credits one execution costs

Input node pattern

Use input ports to pass data to AI nodes, not the config prompt field. This lets you chain data dynamically from upstream nodes:

TextInput (user data)    ──prompt──→ GeminiTextGen
TextInput (instructions) ──system_instruction──→ GeminiTextGen

Last updated: 2026-03-27

    Plugins Overview | Zephly