It looks like you may prefer a different language. Switch anytime.

Alibaba · Video

Hermes Agent x Wan

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.

18 variants ابتداءً من $0.050 مسموح للاستخدام التجاري

Prerequisite: npx runapi mcp install

Prompt

نماذج Prompt

استخدم wan-2.2-a14b-image-to-video-turbo عندما يناسب المهمة: Image-anchored video on the 2.2 architecture.

You have access to RunAPI task tools for Wan.

Available Wan models:
- wan-2.2-a14b-image-to-video-turbo: Image-anchored video on the 2.2 architecture
  endpoints: /api/v1/wan/image_to_video
  request fields: model, prompt, first_frame_image_url
- wan-2.2-a14b-speech-to-video-turbo: Audio input drives video motion and lip-sync
  endpoints: /api/v1/wan/speech_to_video
  request fields: model, source_image_url, source_audio_url, prompt
- wan-2.2-a14b-text-to-video-turbo: Open-source A14B MoE; baseline quality
  endpoints: /api/v1/wan/text_to_video
  request fields: model, prompt
- wan-2.2-animate-move: Specialized motion animation on 2.2 base
  endpoints: /api/v1/wan/animate
  request fields: model, source_image_url, reference_video_url
- wan-2.2-animate-replace: Subject replacement animation on 2.2 base
  endpoints: /api/v1/wan/animate
  request fields: model, source_image_url, reference_video_url
- wan-2.5-image-to-video: Image-anchored with native audio on 2.5
  endpoints: /api/v1/wan/image_to_video
  request fields: model, prompt, first_frame_image_url, duration_seconds
- wan-2.5-text-to-video: Native audio generation + better motion realism vs 2.2
  endpoints: /api/v1/wan/text_to_video
  request fields: model, prompt
- wan-2.6-edit-video: Video editing with subject + camera control
  endpoints: /api/v1/wan/edit_video
  request fields: model, source_video_urls, prompt
- wan-2.6-flash-edit-video: Speed-optimized 2.6 video editing
  endpoints: /api/v1/wan/edit_video
  request fields: model, source_video_urls, prompt
- wan-2.6-flash-image-to-video: Speed-optimized 2.6; lower cost, faster inference
  endpoints: /api/v1/wan/image_to_video
  request fields: model, prompt, first_frame_image_url, audio
- wan-2.6-image-to-video: Image-anchored with 2.6 scene continuity
  endpoints: /api/v1/wan/image_to_video
  request fields: model, prompt, first_frame_image_url
- wan-2.6-text-to-video: Improved scene continuity + complex scene support
  endpoints: /api/v1/wan/text_to_video
  request fields: model, prompt
- wan-2.7-edit-video: wan-2.7-edit-video
  endpoints: /api/v1/wan/edit_video
  request fields: model, source_video_urls, prompt, source_video_url
- wan-2.7-image: Standard image generation on 2.7 architecture
  endpoints: /api/v1/wan/text_to_image
  request fields: model, prompt
- wan-2.7-image-pro: 3×3 multi-angle image grid; highest quality image output
  endpoints: /api/v1/wan/text_to_image
  request fields: model, prompt
- wan-2.7-image-to-video: Image-anchored with 2.7 multi-ref support
  endpoints: /api/v1/wan/image_to_video
  request fields: model, prompt, first_frame_image_url
- wan-2.7-r2v: R2V text-to-video with character appearance + voice references
  endpoints: /api/v1/wan/text_to_video
  request fields: model, prompt
- wan-2.7-text-to-video: First-and-last-frame control; 5 simultaneous video refs
  endpoints: /api/v1/wan/text_to_video
  request fields: model, prompt

Use the model ID and endpoint that match the user's request.
Example prompt: Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.
/api/v1/wan/image_to_video: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/image_to_video واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/image_to_video/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.
/api/v1/wan/speech_to_video: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/speech_to_video واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/speech_to_video/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.
/api/v1/wan/text_to_video: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/text_to_video واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/text_to_video/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.
/api/v1/wan/animate: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/animate واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/animate/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.
/api/v1/wan/edit_video: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/edit_video واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/edit_video/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.
/api/v1/wan/text_to_image: Submit the task, poll for its status, then verify the completed output. أرسل POST إلى /api/v1/wan/text_to_image واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/wan/text_to_image/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.

الإصدارات ونقاط النهاية العامة

معرّف النموذج نقاط النهاية السعر الابتدائي الكتالوج
wan-2.2-a14b-image-to-video-turbo
/api/v1/wan/image_to_video
$0.400 تفاصيل النموذج
wan-2.2-a14b-speech-to-video-turbo
/api/v1/wan/speech_to_video
$0.240 تفاصيل النموذج
wan-2.2-a14b-text-to-video-turbo
/api/v1/wan/text_to_video
$0.400 تفاصيل النموذج
wan-2.2-animate-move
/api/v1/wan/animate
$0.130 تفاصيل النموذج
wan-2.2-animate-replace
/api/v1/wan/animate
$0.130 تفاصيل النموذج
wan-2.5-image-to-video
/api/v1/wan/image_to_video
$0.120 تفاصيل النموذج
wan-2.5-text-to-video
/api/v1/wan/text_to_video
$0.120 تفاصيل النموذج
wan-2.6-edit-video
/api/v1/wan/edit_video
$0.140 تفاصيل النموذج
wan-2.6-flash-edit-video
/api/v1/wan/edit_video
$0.300 تفاصيل النموذج
wan-2.6-flash-image-to-video
/api/v1/wan/image_to_video
$9.44 تفاصيل النموذج
wan-2.6-image-to-video
/api/v1/wan/image_to_video
$0.580 تفاصيل النموذج
wan-2.6-text-to-video
/api/v1/wan/text_to_video
$0.580 تفاصيل النموذج
wan-2.7-edit-video
/api/v1/wan/edit_video
$0.160 تفاصيل النموذج
wan-2.7-image
/api/v1/wan/text_to_image
$0.050 تفاصيل النموذج
wan-2.7-image-pro
/api/v1/wan/text_to_image
$0.120 تفاصيل النموذج
wan-2.7-image-to-video
/api/v1/wan/image_to_video
$0.160 تفاصيل النموذج
wan-2.7-r2v
/api/v1/wan/text_to_video
$0.160 تفاصيل النموذج
wan-2.7-text-to-video
/api/v1/wan/text_to_video
$0.160 تفاصيل النموذج

التحقق

استعلم حتى تصل المهمة إلى حالة نهائية

اختر <model-id> لإنشاء أوامر التحقق.

الإعداد

نقطة نهاية الدليل: <endpoint>

اختر <model-id> لإنشاء طلب وفق عقد الإدخال العام لنقطة النهاية.
آلية العمل

ابدأ في 3 خطوات

  1. اختر معرّف نموذج

    اختر معرّف نموذج عامًا من الكتالوج وراجع نقطة النهاية وسعر البداية الحالي.

  2. اضبط RunAPI

    اضبط RUNAPI_API_KEY قبل إرسال الطلب إلى نقطة النهاية.

  3. تحقق من النتيجة

    لنقاط النهاية غير المتزامنة، استعلم من نقطة النهاية نفسها حتى تصل Task إلى حالة نهائية.

ما الذي يمكنك بناؤه باستخدام Hermes Agent + Wan

  • فيديوهات عروض المنتجات

    أنشئ رسومًا متحركة للمنتجات مدتها من 5 إلى 10 ثوانٍ من أوصاف نصية، وهي مناسبة للتجارة الإلكترونية والإعلانات الاجتماعية.

  • محتوى الصور الرمزية بالذكاء الاصطناعي

    أنشئ فيديوهات لشخصيات ناطقة متزامنة الشفاه للتدريب ودعم العملاء والتسويق.

  • إنتاج الفيديو على دفعات

    ضع مئات من عمليات إنشاء الفيديو في قائمة الانتظار واستلم النتائج عبر webhook.

لماذا تستخدم Wan عبر RunAPI + Hermes Agent

  • 18 نماذج، ومفتاح API واحد

    استخدم اتصالاً واحداً مع RunAPI للاختيار بين نماذج متاحة من دون تغيير تكاملك.

  • أسعار استخدام واضحة

    اطّلع على أسعار الكتالوج الحالية قبل إرسال الطلب، من دون اشتراك أو حد أدنى للإنفاق.

  • سير عمل تلقائي للمهام

    أرسل المهام غير المتزامنة واستعلم عن حالتها واجمع نتائجها عبر سير عمل موحّد من دون كتابة كود استطلاع يدوي.

أسئلة حول Hermes Agent وWan

أي معرّف نموذج أستخدم؟

اختر معرّف نموذج عامًا من جدول الإصدارات. يعرض كل معرّف نقاط النهاية الموضحة في صفه.

هل يضبط هذا الدليل نموذج محادثة؟

لا. يستخدم Model Line هذا مسار نقطة النهاية الموضح هنا ولا يُعرض كنموذج محادثة للوكيل.

هل تبنون مع فريق؟

نساعدكم في إعدادات المؤسسات والتكاملات والأسئلة التقنية.

تواصل معنا