We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic…

DeepInfra raises $107M Series B to scale the inference cloud — read the announcement

FastVideo/

FastWan2.2-TI2V-5B-FullAttn-Diffusers

$0.0225 per 5s video (720p); 480p half price

A fast, high-quality text-to-video model — 5-second clips at 24 fps in 720p or 480p, landscape or portrait, from a text prompt. A 3-step DMD distillation of Wan2.2-TI2V-5B by FastVideo (Hao AI Lab).

FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers cover image

HTTP/cURL API

You can use cURL or any other http client to run inferences:

curl -X POST \
    -d '{"prompt": "A male lion walking directly toward the camera across short-cropped savanna at golden hour, zebra and wildebeest parting far in the background haze and turning to watch, heat shimmer rising gently off the plain, his shoulders rolling with each deliberate step. Head-on low angle, long warm shadows reaching toward the lens, quiet command of the frame, photorealistic.", "seconds": 5, "resolution": "720p", "orientation": "landscape"}'  \
    -H "Authorization: bearer $DEEPINFRA_TOKEN"  \
    -H 'Content-Type: application/json'  \
    'https://api.deepinfra.com/v1/inference/FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers'
copy

which will give you back something similar to:

{
  "video_url": "/model/inference/pyramid_sample.mp4",
  "seed": "12345",
  "request_id": null,
  "inference_status": {
    "status": "unknown",
    "runtime_ms": 0,
    "cost": 0.0,
    "tokens_generated": 0,
    "tokens_input": 0,
    "output_length": 0
  }
}

copy

Input fields

Input Schema

Output Schema