Real model output
Wan 2.7 I2V output
Reference image animated with a gentle camera push-in and soft ambient lighting.
Wan
WanAlibaba Wan text-to-video generation model for generated UI and admin verification.
Visual demos
Reference image animated with a gentle camera push-in and soft ambient lighting.
1080P example with the subject beginning to rap confidently and bobbing to the beat.
Example guided away from blur, distorted faces, and extra limbs.
These are locally hosted copies of public Cloudflare AI example outputs for Alibaba video models, with source links on each card.
Pricing has not been verified. Treat this model as needs_review for production use.
No run output yet.
Provider terms Commercial status: unknown.
Disabled for public runs until the Singapore media payload and safety settings are adapter-verified.
curl -X POST https://nfero.com/api/models/wanx2.1-t2v-turbo/run \
-H 'content-type: application/json' \
-d '{"prompt":"A cinematic product shot of the Nfero Model Hub interface running on a workstation.","duration":5,"resolution":"720p"}'await fetch('/api/models/wanx2.1-t2v-turbo/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"prompt": "A cinematic product shot of the Nfero Model Hub interface running on a workstation.",
"duration": 5,
"resolution": "720p"
})
});import requests
requests.post('https://nfero.com/api/models/wanx2.1-t2v-turbo/run', json={
"prompt": "A cinematic product shot of the Nfero Model Hub interface running on a workstation.",
"duration": 5,
"resolution": "720p"
})No runs recorded yet.