See what this model can do
A handful of real prompts and their outputs.
Performance
Actor Expressions
"30-second close-up shifting through concern, surprise, and laughter, with the film crew in frame."
Dance
Apocalyptic Dance
"Synchronized choreography, golden-hour light through a collapsed warehouse roof."
Stylized
Clay Fox
"Handcrafted stop-motion claymation look with an autumn village and market stall."
Photoreal
Misty Moorland Walk
"Photoreal dawn light, mist rolling over the hills."
Transitions
Transition Demo
"In-camera transition through a rain-streaked window between two scenes."
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "wan-v3-0-video-prime",
"prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
"generate_audio": true,
"aspect_ratio": "adaptive",
"resolution": "1080P",
"duration": 5,
"enable_thinking": false,
"watermark": false
}'