Tek kimlik doğrulama, tüm sağlayıcılar
Tek bir RunAPI anahtarı tüm kataloğu açar. Ayrı hesap yok, her entegrasyon için anahtar döndürme yok.
It looks like you may prefer a different language. Switch anytime.
Wan API’sini RunAPI üzerinden model skill, birleşik kimlik doğrulama ve kullandıkça öde fiyatlandırmayla kullanın.
curl -X POST https://runapi.ai/api/v1/wan/image_to_video \
-H "Authorization: Bearer $RUNAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2.7-text-to-video",
"image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
"prompt": "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
}'
import { WanClient } from "@runapi.ai/wan";
const client = new WanClient();
const result = await client.imageToVideo.run({
model: "wan-2.7-text-to-video",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Wan\WanClient;
$client = new WanClient();
$result = $client->imageToVideo->run([
'model' => 'wan-2.7-text-to-video',
'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
'prompt' => 'Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.',
]);
require "runapi/wan"
client = RunApi::Wan::Client.new
result = client.image_to_video.run(
model: "wan-2.7-text-to-video",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
)
npx skills add runapi-ai/wan -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
Wan is Alibaba's comprehensive video and image generation suite covering text-to-video, image-to-video, video editing, speech-to-video, and storyboard generation. It spans multiple model versions optimized for quality, speed, and specialized creative tasks.
| Varyant | Faturalandırma | Fiyatlandırma | |
|---|---|---|---|
| wan-2.2-a14b-image-to-video-turbo | call | $0.400 | Gör → |
| wan-2.2-a14b-speech-to-video-turbo | second | $0.240 | Gör → |
| wan-2.2-a14b-text-to-video-turbo | call | $0.400 | Gör → |
| wan-2.2-animate-move | second | $0.130 | Gör → |
| wan-2.2-animate-replace | second | $0.130 | Gör → |
| wan-2.5-image-to-video | second | $0.120 | Gör → |
| wan-2.5-text-to-video | second | $0.120 | Gör → |
| wan-2.6-edit-video | second | $0.140 | Gör → |
| wan-2.6-flash-edit-video | call | $0.300 | Gör → |
| wan-2.6-flash-image-to-video | call | $9.44 | Gör → |
| wan-2.6-image-to-video | second | $0.580 | Gör → |
| wan-2.6-text-to-video | second | $0.580 | Gör → |
| wan-2.7-edit-video | second | $0.160 | Gör → |
| wan-2.7-image | call | $0.050 | Gör → |
| wan-2.7-image-pro | call | $0.120 | Gör → |
| wan-2.7-image-to-video | second | $0.160 | Gör → |
| wan-2.7-r2v | second | $0.160 | Gör → |
| wan-2.7-text-to-video | second | $0.160 | Gör → |
| Endpoint | Çözünürlük | Süre | Fiyat | |
|---|---|---|---|---|
| image_to_video | 480p, 720p | — | $0.40-$0.80 / video |
wan-2.2-a14b-image-to-video-turbo için gösterilen fiyatlar. Diğer varyantlar kendi endpoint fiyatlandırmalarını korur.
Çıktı tipi, kalite eşiği ve gecikme hedefinize uygun model ve varyantı seçin.
RunAPI anahtarınızı ayarlayın ve model skill’i kod workspace’inize kurun.
Skill talimatlarını kullanarak model özelliğini uygulamanızın içine ekleyin.
Task ID ile sorgulayın, destekleniyorsa stream edin veya webhook callback’i işleyin.
Wan is Alibaba's full-spectrum video and image model suite, one of the most complete open-weight video families available. Through RunAPI, all Wan versions share a single key and unified billing.
Tek bir RunAPI anahtarı tüm kataloğu açar. Ayrı hesap yok, her entegrasyon için anahtar döndürme yok.
USD bazında çağrı başı fiyatlandırma, aylık faturalandırılır. Başarısız üretimler ücretlendirilmez.
Tipli şemalar ve kurulum notları model skill içinde paketlenir; uygulama doğru kontrattan başlar.
Versions 2.2, 2.5, 2.6, and 2.7, each adding new capabilities. 2.7 is the latest with first-and-last-frame control and multi-reference video generation.
The speech-to-video endpoint on Wan 2.2 takes audio input and generates video with lip-synced motion driven by the speech content.
Yes — Wan 2.6+ includes video editing and Wan 2.7 adds a dedicated video editing endpoint with subject and camera control.
Partly — Wan 2.1 and 2.2 are released as open weights under the Apache 2.0 license. The later versions (2.5, 2.6, and 2.7) are closed, API-only models.
Wan 2.7 R2V uses the text-to-video endpoint with reference image, video, and audio inputs to anchor a character's appearance and voice across clips.
Kalite beklentinizi karşılayan en uygun fiyatlı varyantı seçin. Çoğu ekip hızlı varyantla başlar ve üretimde pro sürüme geçer.