Decart offers state-of-the-art AI models for realtime and batch video transformation, lip synchronization, and image editing. Our models are optimized for creative applications, delivering professional-quality results with minimal latency.Documentation Index
Fetch the complete documentation index at: https://docs.platform.decart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Lucy 2.1 supports both character reference images and text-only editing in one model. Get started →
Realtime models
Realtime models process live video and audio with low latency. They run continuously as long as the connection is open.| Model | ID | Resolution | Use Case |
|---|---|---|---|
| Lucy 2.1 | lucy-2.1 | 720p | Video editing (latest) |
| Lucy 2.1 VTON | lucy-2.1-vton | 720p | Virtual try-on |
| Lucy Restyle 2 | lucy-restyle-2 | 720p | Video restyling |
Video models
Video models process pre-recorded video asynchronously. Submit a job, poll for completion, then download the result.| Model | ID | Resolution | Use Case |
|---|---|---|---|
| Lucy 2.1 | lucy-2.1 | 720p | Video editing (latest) |
| Lucy 2.1 VTON | lucy-2.1-vton | 720p | Virtual try-on |
| Lucy Restyle 2 | lucy-restyle-2 | 720p | Video restyling |
Previous generation models
Previous generation models
| Model | ID | Resolution | Use Case |
|---|---|---|---|
| Lucy Clip | lucy-clip | 720p | Video editing |
Image models
Image models edit and transform images.| Model | ID | Resolution | Use Case |
|---|---|---|---|
| Lucy Image 2 | lucy-image-2 | 480p, 720p | Image editing |
Latest aliases
Use-latest aliases to always target the newest version of a model family. The server resolves these to the current latest version automatically, so your code stays up to date without changes.
| Alias | Type | Currently resolves to |
|---|---|---|
lucy-latest | realtime + video | lucy-2.1 |
lucy-vton-latest | realtime + video | lucy-vton-2 |
lucy-restyle-latest | realtime + video | lucy-restyle-2 |
lucy-clip-latest | video | lucy-clip |
lucy-image-latest | image | lucy-image-2 |
Technical Specifications
Video Requirements
All video models accept MP4 files with these specifications:- Format: MP4 (H.264 or VP8 codec)
- Aspect Ratio: 16:9 or 9:16
- File Size: Maximum 200MB
Choosing the Right Model
Decision Matrix
| If you need to… | Use this model | Why? |
|---|---|---|
| Transform or edit live video on camera | Lucy 2.1 (lucy-2.1) | Character reference images + text editing in one realtime model (latest) |
| Apply artistic styles to a live stream | Lucy Restyle 2 (lucy-restyle-2) | Full scene restyling in realtime |
| Transform or edit existing video | Lucy 2.1 (lucy-2.1) | Best quality, fastest speed, unlimited duration, supports prompt + reference image (latest) |
| Edit or transform an image | Lucy Image 2 (lucy-image-2) | Precise image editing |
Quick Start Examples
Pricing
For detailed pricing information, see the Pricing page.
Next Steps
Lucy 2.1 Guide
Character transformation with reference images in realtime
Use Cases
Explore what you can build with realtime and batch models
Quickstart Guide
Transform your first video in minutes
API Reference
Detailed API documentation
JavaScript SDK
Build with our JavaScript SDK
Streaming Best Practices
Optimize your realtime integration