Wan

Wan Text-to-Video Turbo

Alibaba Wan text-to-video generation model for generated UI and admin verification.

Alibaba CloudText to videoneeds review

Visual demos

Demo videos

Real model output

Wan 2.7 high-resolution output

1080P example with the subject beginning to rap confidently and bobbing to the beat.

Real model output

Wan 2.7 negative-prompt output

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.

Inputs

Advanced settings

Cost

Unknown

Pricing has not been verified. Treat this model as needs_review for production use.

Unpriced usageNeeds review

Output

video
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Disabled for public runs until the Singapore media payload and safety settings are adapter-verified.

Limits

maxDurationSeconds10
maxResolutionneeds_review
rpm5

API Examples

curl
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"}'
JavaScript
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"
})
});
Python
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"
})

Recent Runs

No runs recorded yet.