F
fal.ai
/run
Run any fal model
Call any fal.ai model id synchronously (e.g. 'fal-ai/kling-video/v2/master/text-to-video', 'fal-ai/bytedance/seedance/v1/pro/text-to-video') with its native input.
livedegraded · 242ms~60s typical
video generationimage generationklingseedanceveowan
$0.150
per call
plus $0.001 platform fee per run
Video models cost more; passed through at provider rate plus 25%
Bring your own fal.ai key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run fal /run for me.
Input
| Field | Type | Description |
|---|---|---|
| model* | string | fal model id |
| input* | object | Model-specific input |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"fal","endpoint":"/run","input":{"model":"...","input":{}}}'cli
npx cracked-ai run -p fal -e /run -i '{"model":"...","input":{}}'mcp
run_tool({ provider: "fal", endpoint: "/run", input: {"model":"...","input":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.