GPT-5.4 dan GPT-5.4 Mini telah dihentikan · Silakan beralih ke model lain yang tersedia
Semua model
Alibaba · API Media

Wan 3.0 Video PrimeAPI

Wan 3.0 Video Prime adalah versi cepat dari model Wan 3.0 yang sama di OmniaKey: operasi, referensi, dan audio identik, dengan waktu proses jauh lebih singkat.

ID Model
wan3.0-video-prime
Penyedia
Alibaba
Modalitas
Video AI
Per detik hasil
$0,078–$0,38
Terakhir diverifikasi
2026-09-14

01

Cocok untuk

Pakai Prime saat latensi atau throughput penting: klip 720P 5 detik kembali dalam sekitar satu menit, sementara id standar butuh dua menit. Siapkan $0.078 sampai $0.38 per detik.

02

Yang bisa dilakukan

Teks ke video

wan3.0-video-prime

Menghasilkan klip video pendek dari perintah teks.

Gambar ke video

wan3.0-video-prime

Menghidupkan gambar diam menjadi klip video pendek.

Video referensi

wan3.0-video-prime

Memakai rekaman referensi untuk memandu klip yang dihasilkan.

03

Cara memanggil

Model media berjalan asinkron: buat tugas, polling sampai selesai, lalu unduh URL aset yang ditandatangani.

Buat, polling, unduh
# 1. Create the job. 202 Accepted; the body carries the task id,
#    the pre-charged price, and a poll_url. Reuse one Idempotency-Key
#    across retries so a timeout never starts a second paid job.
curl --fail-with-body https://api.omniakey.com/v1/media/tasks \
  -H "Authorization: Bearer $OMNIAKEY_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: wan3.0-video-prime-001" \
  -d '{
    "model": "wan3.0-video-prime",
    "type": "video",
    "operation": "text_to_video",
    "input": {"prompt": "a paper boat on a quiet lake at sunset"},
    "parameters": {"duration": 6, "resolution": "720p"}
  }'

# 2. The same model id and the same poll loop serve the other operations:
#      image_to_video         media[] type "first_frame"
#      reference_to_video     media[] type "reference_image"
#    Reference media travel alongside the prompt:
#    {"prompt": "...", "media": [{"type": "first_frame", "url": "https://example.com/first-frame.png"}]}
#    A public HTTPS URL or a base64 data URI both work.

# 3. Poll GET /v1/media/tasks/{id} until status is
#    succeeded | failed | canceled. Progress carries percent and stage.
curl --fail-with-body https://api.omniakey.com/v1/media/tasks/TASK_ID \
  -H "Authorization: Bearer $OMNIAKEY_API_KEY"

# 4. Download assets[0].url before expires_at, or poll again for a
#    fresh signed URL. Failed and canceled jobs are refunded.
curl -sS -o out.mp4 "$(jq -r '.assets[0].url' result.json)"

04

Harga

Pekerjaan video ditagih per detik hasil yang dibuat, bukan per token. Pekerjaan yang gagal atau dibatalkan dikembalikan otomatis.

Per detik hasil

$0,078–$0,38per detik

480P
$0,078per detik
720P
$0,18per detik
1080P
$0,38per detik

Model Alibaba lainnya

Pertanyaan yang sering diajukan

Bagaimana cara memanggil Wan 3.0 Video Prime di OmniaKey?

Kirim POST ke /v1/media/tasks dengan id model, type "video", dan operation "text_to_video" — atau "image_to_video" dengan frame pertama di input.media[] (type "first_frame"). Gunakan Idempotency-Key yang sama saat mencoba ulang agar timeout tidak memulai pekerjaan berbayar kedua.

Berapa biaya Wan 3.0 Video Prime?

Wan 3.0 Video Prime ditagih $0,078–$0,38 per detik video yang dihasilkan. Saat dibuat, durasi yang diminta ditahan lebih dulu dari saldo prabayar Anda, dan pekerjaan yang gagal atau dibatalkan dikembalikan otomatis.

Mengapa API mengembalikan id tugas, bukan videonya?

Render video memakan waktu sekitar satu hingga beberapa menit, jadi OmniaKey menjalankan semua rute video lewat satu alur asinkron. Polling GET /v1/media/tasks/{id} sampai statusnya succeeded, lalu baca URL aset yang ditandatangani.

Wan 3.0 Video Prime API — pembuatan video asinkron · OmniaKey