Model IDs
Available Models
lucy-pro-t2v
Text-to-video generation model powered by Lucy Pro. Capabilities:- Text-to-video generation
- Seed-based reproducibility
- Resolution control (720p, 480p)
- Aspect ratio control (16:9, 9:16)
- Generating videos from text descriptions
- Creating video content without source images
lucy-pro-i2v
Image-to-video generation model powered by Lucy Pro. Capabilities:- Image-to-video generation
- Seed-based reproducibility
- Resolution control (720p, 480p)
- Aspect ratio control (16:9, 9:16)
- Optional text prompt for guidance
- Animating static images
- Creating videos from existing artwork
- Adding motion to photographs
lucy-dev-i2v
Development version of the image-to-video model. Capabilities:- Same as
lucy-pro-i2v - May include experimental features
- May have different performance characteristics
- Testing new features
- Development and experimentation
lucy-motion
Motion-controlled video generation model. Capabilities:- Image-to-video with trajectory control
- Define specific motion paths
- Frame-by-frame motion control
- Resolution and aspect ratio control
- Creating videos with specific camera movements
- Precise control over motion paths
- Complex animation sequences
- Requires
trajectoryparameter inproviderOptions.decart - Trajectory defines motion across frames
Model Specifications
string
default:"v3"
All Decart video models implement the AI SDK v3 experimental specification.
number
default:"1"
Each generation call produces exactly one video.
string
default:"decart.video"
Provider identifier for the video models.
Comparison Matrix
Generation Process
All video models use an asynchronous job-based generation process:- Job Submission - Request is submitted and returns a job ID
- Polling - Status is polled until completion
- Download - Video content is downloaded when ready