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

Wan-AI/
$0.10 / second
*Generates video content from images while stably preserving details such as subject, style, and text elements. Ensures visual consistency and information fidelity throughout dynamic transitions.

You can use cURL or any other http client to run inferences:
curl -X POST \
-d '{}' \
-H "Authorization: bearer $DEEPINFRA_TOKEN" \
-H 'Content-Type: application/json' \
'https://api.deepinfra.com/v1/inference/Wan-AI/Wan2.7-I2V'
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
}
}
© 2026 DeepInfra. All rights reserved.