{"version":"1","model":{"id":"fal-ai/mmaudio-v2","name":"MMAudio v2","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"MMAudio v2 — generates precisely synced sound effects and ambient audio that match every visual detail of an uploaded video.","pricing_note":"$0.001/s of generated audio.","categories":["audio"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceVideo":true},"requires":{"referenceVideo":true},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":1,"api_gross_margin_percent":20,"added_at":"2025-01-01","popularity_rank":397,"example_prompt":"Upload a silent video and describe the audio — MMAudio v2 generates precisely synced sound effects and ambient audio that match every visual detail","preview":{"video":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/mmaudio-v2-v2a-sm.mp4"},"schema_url":"/api/v1/models?id=fal-ai%2Fmmaudio-v2","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fmmaudio-v2","title":"MMAudio v2 generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/mmaudio-v2.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/mmaudio-v2","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"},"duration":{"title":"Duration","description":"Duration of the audio to generate in seconds.","default":8,"type":"number","minimum":1,"maximum":30},"num_steps":{"title":"Num Steps","description":"Number of diffusion steps (more = higher quality but slower).","default":25,"type":"number","minimum":4,"maximum":50,"multipleOf":1},"cfg_strength":{"title":"CFG Strength","description":"Classifier-free guidance strength.","default":4.5,"type":"number","minimum":0,"maximum":20},"negative_prompt":{"title":"Negative Prompt","description":"Audio characteristics to avoid.","default":"","type":"string"},"mask_away_clip":{"title":"Mask Away Clip","description":"Disable the CLIP visual stream (text-driven mode only).","default":false,"type":"boolean"},"seed":{"title":"Seed","description":"Seed for reproducibility.","type":"integer","minimum":0,"maximum":65535},"video_url":{"type":"string","format":"uri"}},"required":["model_id","prompt","video_url"],"additionalProperties":false},"parameters":[{"key":"duration","label":"Duration","type":"number","default":8,"min":1,"max":30,"description":"Duration of the audio to generate in seconds."},{"key":"num_steps","label":"Num Steps","type":"number","default":25,"min":4,"max":50,"step":1,"description":"Number of diffusion steps (more = higher quality but slower)."},{"key":"cfg_strength","label":"CFG Strength","type":"number","default":4.5,"min":0,"max":20,"description":"Classifier-free guidance strength."},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"Audio characteristics to avoid."},{"key":"mask_away_clip","label":"Mask Away Clip","type":"toggle","default":false,"description":"Disable the CLIP visual stream (text-driven mode only)."},{"key":"seed","label":"Seed","type":"seed","min":0,"max":65535,"description":"Seed for reproducibility."}]}}