fal.ai AI Inference
Run fal.ai models (FLUX image generation, whisper, upscalers, …) by model id with the model's JSON input. BYOK: vault your own fal key.
Access: byok · Price: BYOK — your provider key pays the provider; apifare meters a flat 0.1 credits/call.
| param | type | notes |
|---|---|---|
| model | string | fal model id, e.g. "fal-ai/flux/schnell" |
| input | object | Model input JSON per fal docs, e.g. {"prompt": "a red fox"} |
curl -X POST https://apifare.com/v1/call/fal \
-H "authorization: Bearer $APIPAY_TOKEN" -H "content-type: application/json" \
-d '{}'
402 responses include a top-up link; failed provider calls are refunded. Signup: POST /v1/signup.