The AI feature plugins add generative capabilities — image, video, audio, and text generation — directly to the CE.SDK editor. This page gets the packages installed; the AI Features guides cover how to configure and connect them.
Install the Plugins#
Add CE.SDK and the AI plugins you need. The @imgly/plugin-ai-apps-web package orchestrates the generation providers and their editor UI; install it alongside the capabilities you want.
npm install @cesdk/cesdk-js@1.78.0npm install @imgly/plugin-ai-apps-web@1.78.0
# Add the generation capabilities you neednpm install @imgly/plugin-ai-image-generation-web@1.78.0npm install @imgly/plugin-ai-video-generation-web@1.78.0npm install @imgly/plugin-ai-audio-generation-web@1.78.0npm install @imgly/plugin-ai-text-generation-web@1.78.0Each plugin adds one capability:
@imgly/plugin-ai-apps-web— orchestrates the AI apps, wiring the generation providers into the dock and canvas menu.@imgly/plugin-ai-image-generation-web— text-to-image and image-to-image generation.@imgly/plugin-ai-video-generation-web— text-to-video and image-to-video generation.@imgly/plugin-ai-audio-generation-web— audio and speech generation.@imgly/plugin-ai-text-generation-web— text generation and rewriting.
Set It Up#
Installing the packages is only the first step — each plugin still needs a provider and an AI connection. Start with the overview, then follow the guide for your path and capabilities:
- Integrate AI Into CE.SDK — Full walkthrough: register the plugins, configure the dock and canvas menu, and connect providers.
- Managed Gateway (IMG.LY) — Recommended. Connect every capability through one managed endpoint, with no proxy to run.
- Image Generation — Configure text-to-image and image-to-image providers.
- Video Generation — Configure text-to-video and image-to-video providers.
- Audio Generation — Configure speech and audio providers.
- Text Generation — Configure text generation and rewriting providers.
- Auto Captions — Transcribe audio into captions for video.