Use this file to discover all available pages before exploring further.
Try WAN 2.6 - Image to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
Model ID:wan-v2-6-image-to-videoWAN 2.6 image-to-video is a Large Vision Model designed for animating static images into short videos. It excels in preserving subject identity, facial features, proportions, textures, and overall composition from the input image, producing outputs up to 15 seconds at 1080p resolution with native audio and lip-sync.Some other noteworthy features of WAN 2.6 image-to-video include multi-shot sequence generation with consistent details across shots and support for reference videos to guide appearance, style, and voice.
Metric
Value
Parameter Count
Unknown
Mixture of Experts
Unknown
Context Length
Unknown
Multilingual
No
Quantized*
Unknown
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.
Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.
Sync
Async
Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
Minimal
All parameters
curl -X POST https://hub.oxen.ai/api/ai/videos/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "wan-v2-6-image-to-video", "prompt": "Zoom into the ox, while it is walking forward on the road, in cinematic fashion", "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png"}'
curl -X POST https://hub.oxen.ai/api/ai/videos/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "wan-v2-6-image-to-video", "prompt": "Zoom into the ox, while it is walking forward on the road, in cinematic fashion", "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png", "duration": 5}'
URL of the audio to use as the background music. If the audio duration exceeds the duration value, the audio is truncated to the first N seconds, and the rest is discarded. Format: uri.
⌘I
Assistant
Responses are generated using AI and may contain mistakes.