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…

GLM-5.1 - state-of-the-art agentic engineering, now available on DeepInfra!

Wan-AI logo

Wan-AI/

Wan2.7-R2V

Partner

$0.10 / second

*

Accurately preserve the look and voice of people or objects from a reference video, supporting multi-reference co-creation.

Public
Wan-AI/Wan2.7-R2V cover image

HTTP/cURL API

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

curl -X POST \
    -d '{"prompt": "Video 1 holds Image 3 and plays a soothing country folk song while Image 1 walks past", "media": null}'  \
    -H "Authorization: bearer $DEEPINFRA_TOKEN"  \
    -H 'Content-Type: application/json'  \
    'https://api.deepinfra.com/v1/inference/Wan-AI/Wan2.7-R2V'
copy

which will give you back something similar to:

{
  "video_url": "https://example.com/video.mp4",
  "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