Skip to main content
AlibabaSlowUltra

Wan 2.5 T2V

Text-to-video model with audio synchronization support, producing high-quality videos from text prompts with natural motion.

1500 credits
per video
High-quality text-to-video generation
Audio synchronization support
Natural motion synthesis
Multiple aspect ratios
Seed control for reproducibility

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

llms.txt

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "wan-video/wan-2.5-t2v",
  "input": {
    "prompt": "A majestic eagle soaring over snow-capped mountains, dramatic aerial perspective, golden sunrise, National Geographic cinematography",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video to generate
aspect_ratiostringNo16:9Output aspect ratio
16:99:161:1
durationintegerNo5Video duration in seconds
seedintegerNo-Random seed for reproducibility

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Nature Documentary

Cinematic nature video from text

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "wan-video/wan-2.5-t2v",
  "input": {
    "prompt": "A majestic eagle soaring over snow-capped mountains, dramatic aerial perspective, golden sunrise, National Geographic cinematography",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

Urban Life

Dynamic urban scene video

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "wan-video/wan-2.5-t2v",
  "input": {
    "prompt": "Busy coffee shop interior with barista preparing latte art, warm ambient lighting, steam rising from cup, cozy atmosphere",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

Tips & Best Practices

1Use seed parameter to reproduce specific video results
2Detailed prompts with scene descriptions produce the best results
3Describe audio elements in the prompt for better audio sync
416:9 aspect ratio works best for cinematic content

Use Cases

Text-based video creation
Audio-synced video content
Marketing video production
Educational video content
Creative storytelling