Search Docs
Loading...
Skip to content

AI Feature Plugins

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.

Terminal window
npm install @cesdk/cesdk-js@1.78.0
npm install @imgly/plugin-ai-apps-web@1.78.0
# Add the generation capabilities you need
npm install @imgly/plugin-ai-image-generation-web@1.78.0
npm install @imgly/plugin-ai-video-generation-web@1.78.0
npm install @imgly/plugin-ai-audio-generation-web@1.78.0
npm install @imgly/plugin-ai-text-generation-web@1.78.0

Each 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: