{"version":"1","model":{"id":"wan/v3.0/text-to-video","name":"WAN 3.0 (Text to Video)","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"WAN 3.0 text-to-video with native audio, adaptive duration, cinematic motion, and clips up to 30 seconds.","categories":["t2v"],"prompt_required":true,"prompt_supported":true,"supports":{"audioGeneration":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],"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":260,"example_prompt":"A single continuous tracking shot through a rain-soaked futuristic market at night, vendors and pedestrians moving naturally, neon reflections, synchronized city ambience, cinematic realism","preview":{"image":"/images/model-previews/wan-3-text-to-video-preview-v1.webp"},"schema_url":"/api/v1/models?id=wan%2Fv3.0%2Ftext-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%2Ftext-to-video","title":"WAN 3.0 (Text to Video) generation request","description":"Request body accepted by POST /api/v1/generate for wan/v3.0/text-to-video.","type":"object","properties":{"model_id":{"type":"string","const":"wan/v3.0/text-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"]}},"required":["model_id","prompt"],"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."}]}}