Skip to main content

Model IDs

The Decart provider supports four video generation models with different capabilities.

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)
Use Cases:
  • 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
Use Cases:
  • 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
Use Cases:
  • 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
Use Cases:
  • Creating videos with specific camera movements
  • Precise control over motion paths
  • Complex animation sequences
Special Settings:
  • Requires trajectory parameter in providerOptions.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:
  1. Job Submission - Request is submitted and returns a job ID
  2. Polling - Status is polled until completion
  3. Download - Video content is downloaded when ready
The polling behavior can be customized using provider options:

Response Format

All video models return the same response structure: