{"version":"1","model":{"id":"wan/v3.0/video-edit","name":"WAN 3.0 (Video Edit)","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"WAN 3.0 video editing and replication with optional image and audio references while preserving temporal consistency.","categories":["v2v"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceImage":true,"referenceVideo":true,"referenceAudio":true,"audioGeneration":true},"requires":{"referenceVideo":true},"aspect_ratios":["auto","16:9","9:16","1:1","4:3","3:4"],"resolutions":["480p","720p","1080p"],"durations":[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30],"max_reference_images":10,"max_reference_videos":5,"max_reference_audios":5,"max_reference_files":20,"reference_video_duration":{"min_seconds":1,"max_seconds":15,"max_combined_seconds":15},"reference_audio_duration":{"min_seconds":1,"max_seconds":15,"max_combined_seconds":15},"max_prompt_length":20000,"accepted_formats":{"image":["jpg","jpeg","png","bmp","webp"],"video":["mp4","mov"],"audio":["wav","mp3"]},"max_input_bytes":{"image":20971520,"video":104857600,"audio":15728640},"base_credits":32,"api_gross_margin_percent":20,"added_at":"2026-08-18","popularity_rank":263,"example_prompt":"Transform the reference video into a cinematic winter-night scene while preserving the original performance, camera movement, and timing","preview":{"image":"/images/model-previews/wan-3-video-edit-preview-v1.webp"},"schema_url":"/api/v1/models?id=wan%2Fv3.0%2Fvideo-edit","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=wan%2Fv3.0%2Fvideo-edit","title":"WAN 3.0 (Video Edit) generation request","description":"Request body accepted by POST /api/v1/generate for wan/v3.0/video-edit.","type":"object","properties":{"model_id":{"type":"string","const":"wan/v3.0/video-edit","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string","maxLength":20000},"audio":{"title":"Generate Audio","description":"Generate a synchronized native audio track.","default":true,"type":"boolean"},"seed":{"title":"Seed","description":"Reuse a seed to reproduce the result more closely.","type":"integer","minimum":0,"maximum":2147483647},"watermark":{"title":"Provider Watermark","description":"Add the provider's AI-generated watermark.","default":false,"type":"boolean"},"aspect_ratio":{"type":"string","enum":["auto","16:9","9:16","1:1","4:3","3:4"]},"resolution":{"type":"string","enum":["480p","720p","1080p"]},"duration":{"type":"number","enum":[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]},"output_format":{"type":"string","enum":["mp4"]},"reference_image_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":10},"reference_video_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":5},"reference_audio_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":5}},"required":["model_id","prompt","reference_video_urls"],"additionalProperties":false},"parameters":[{"key":"audio","label":"Generate Audio","type":"toggle","default":true,"description":"Generate a synchronized native audio track."},{"key":"seed","label":"Seed","type":"seed","min":0,"max":2147483647,"description":"Reuse a seed to reproduce the result more closely."},{"key":"watermark","label":"Provider Watermark","type":"toggle","default":false,"description":"Add the provider's AI-generated watermark."}]}}