{"version":"1","model":{"id":"wan/v3.0/reference-to-video","name":"WAN 3.0 (Reference to Video)","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"WAN 3.0 multimodal reference generation using images, video, and audio for consistent characters, objects, motion, and sound.","categories":["i2v","character"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceImage":true,"referenceVideo":true,"referenceAudio":true,"audioGeneration":true},"requires":{"anyReference":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":262,"example_prompt":"Image 1 walks through the environment from Image 2 while preserving identity, clothing, and art direction, with realistic motion and synchronized sound","preview":{"image":"/images/model-previews/wan-3-reference-to-video-preview-v1.webp"},"schema_url":"/api/v1/models?id=wan%2Fv3.0%2Freference-to-video","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=wan%2Fv3.0%2Freference-to-video","title":"WAN 3.0 (Reference to Video) generation request","description":"Request body accepted by POST /api/v1/generate for wan/v3.0/reference-to-video.","type":"object","properties":{"model_id":{"type":"string","const":"wan/v3.0/reference-to-video","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"],"anyOf":[{"required":["reference_image_urls"]},{"required":["reference_video_urls"]},{"required":["reference_audio_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."}]}}