Skip to main content
Decart offers state-of-the-art AI models for realtime and batch video transformation, image generation, and editing. Our models are optimized for creative applications, delivering professional-quality results with minimal latency.

Available Models

Lucy

Video TransformationTransform any video with text prompts. Perfect for style transfer, scene editing, and creative effects.

Lucy Edit

Precise Video EditingMake targeted edits to specific elements in your videos while preserving everything else.

Realtime

Realtime StreamingRealtime video transformation via WebRTC.

Model Comparison

ModelUse CaseProcessingMax ResolutionAPI Endpoint
Lucy Pro T2VGenerate videos from textBatch1280×720/v1/generate/lucy-pro-t2v
Lucy Pro I2VAnimate imagesBatch1280×720/v1/generate/lucy-pro-i2v
Lucy Pro V2VTransform and edit videosBatch1280×720/v1/generate/lucy-pro-v2v
Lucy Pro FLF2VFirst-last frame video generationBatch1280×720/v1/generate/lucy-pro-flf2v
Lucy Dev I2VAnimate images (faster)Batch1280×720/v1/generate/lucy-dev-i2v
Lucy Dev V2VTransform and edit videos (faster)Batch1280×720/v1/generate/lucy-dev-v2v
Lucy Pro T2IGenerate images from textBatch1280×720/v1/generate/lucy-pro-t2i
Lucy Pro I2IEdit and transform imagesBatch1280×720/v1/generate/lucy-pro-i2i
Realtime EditingRealtime video editingRealtime1280×704WebRTC
Realtime RestylingRealtime video transformationRealtime1280×704WebRTC

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 10MB

Model Capabilities

  • Lucy
  • Lucy Edit
  • Realtime
Strengths:
  • Complete style transformation
  • Maintains temporal consistency
  • Supports complex prompts
  • High-quality output
Best for:
  • Converting live-action to animation
  • Applying artistic styles
  • Creating visual effects
  • Brand content transformation
Example prompts:
  • “Transform into Studio Ghibli animation style”
  • “Convert to cyberpunk aesthetic with neon lighting”
  • “Make it look like a watercolor painting”

Choosing the Right Model

Decision Matrix

If you need to…Use this modelWhy?
Generate video from text promptLucy Pro T2VHighest quality text-to-video
Animate a still imageLucy Pro I2VBest image-to-video quality
Transform or edit existing videoLucy Pro V2VHighest quality video editing
Create video from first and last framesLucy Pro FLF2VInterpolate between keyframes
Generate an image from textLucy Pro T2IBest text-to-image quality
Edit or transform an imageLucy Pro I2IPrecise image editing
Process videos quickly (lower cost)Lucy Dev I2V / V2VFaster, cheaper alternatives
Add effects to a live streamVideo Restyling / EditingRealtime processing

Quick Start Examples

curl -X POST https://api.decart.ai/v1/generate/lucy-pro-v2v \
  -H "X-API-KEY: $DECART_API_KEY" \
  -F "data=@video.mp4" \
  -F "prompt=Anime style transformation" \
  --output result.mp4

Pricing

For detailed pricing information, see the Pricing page.

Next Steps

I