{"name":"Make Video","description":"Multi-model video generation via fal.ai. One paid endpoint per model with dynamic per-call pricing (price scales with duration / resolution / audio toggle). Submitting returns a job_id; poll /status/:job_id (free) for the video URL.","version":"3.0.0","pricing":{"mode":"dynamic","markup":"30% over fal.ai cost","quote":"GET /price/:model?duration=…&resolution=…&generate_audio=… returns a price quote without charging."},"models":[{"endpoint":"POST /kling","model":"Kling 2.5 Turbo Pro","mode":"text-to-video","duration_options":[5,10],"default_duration":5,"resolution_options":["720p"],"default_resolution":"720p","audio_toggle":false,"aspect_ratios":["16:9","9:16","1:1"],"default_price_usd":0.455,"quote_url":"/price/kling","available":true},{"endpoint":"POST /seedance","model":"Seedance 1 Pro","mode":"text-to-video","duration_options":[5,10],"default_duration":5,"resolution_options":["720p","1080p"],"default_resolution":"1080p","audio_toggle":false,"aspect_ratios":["16:9","9:16","1:1","4:3","3:4","21:9","9:21"],"default_price_usd":0.806,"quote_url":"/price/seedance","available":true},{"endpoint":"POST /veo3-fast","model":"Google Veo 3 Fast","mode":"text-to-video","duration_options":[4,6,8],"default_duration":8,"resolution_options":["720p"],"default_resolution":"720p","audio_toggle":false,"aspect_ratios":["16:9","9:16"],"default_price_usd":1.56,"quote_url":"/price/veo3-fast","available":true},{"endpoint":"POST /veo3","model":"Google Veo 3 (with audio)","mode":"text-to-video","duration_options":[4,6,8],"default_duration":8,"resolution_options":["720p"],"default_resolution":"720p","audio_toggle":true,"aspect_ratios":["16:9","9:16"],"default_price_usd":4.16,"quote_url":"/price/veo3","available":true},{"endpoint":"POST /sora2","model":"OpenAI Sora 2","mode":"text-to-video","duration_options":[4,8,12],"default_duration":4,"resolution_options":["720p"],"default_resolution":"720p","audio_toggle":false,"aspect_ratios":["16:9","9:16","1:1"],"default_price_usd":0.52,"quote_url":"/price/sora2","available":false,"unavailable_reason":"fal.ai returns \"downstream_service_unavailable\" for both Sora 2 standard and Pro tiers (3 failed attempts on 2026-04-29). Awaiting fal support response. The endpoint will short-circuit 503 instead of charging callers."},{"endpoint":"POST /wan","model":"Wan 2.2 A14B","mode":"image-to-video","duration_options":[3,5,7,10],"default_duration":5,"resolution_options":["480p","580p","720p"],"default_resolution":"720p","audio_toggle":false,"aspect_ratios":["16:9","9:16","1:1"],"default_price_usd":0.52,"quote_url":"/price/wan","available":true},{"endpoint":"POST /hailuo","model":"MiniMax Hailuo 02 Standard","mode":"image-to-video","duration_options":[6,10],"default_duration":6,"resolution_options":["768p"],"default_resolution":"768p","audio_toggle":false,"aspect_ratios":["16:9","9:16","1:1"],"default_price_usd":0.351,"quote_url":"/price/hailuo","available":true}],"shared_endpoints":["GET /price/:model    — quote price for a given input config (free)","GET /status/:job_id  — poll job status / fetch video URL (free)","GET /spend           — fal.ai spend tracking (operator)","GET /openapi.json    — OpenAPI 3.0 spec","GET /contract        — marketplace contract","GET /health          — service health"]}