Fal.ai API
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
New
Join 0+ developers using this skill
skill
Creative & Media
intermediate
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Generate images, videos, and transcripts using fal.ai's API with support for FLUX, Stable Diffusion, Whisper, and more.
fal_client required)export FAL_KEY="your-api-key"
Or via clawdbot config:
clawdbot config set skill.fal_api.key YOUR_API_KEY
You: Generate a cyberpunk cityscape with FLUX Klawf: Creates the image and returns the URL
from fal_api import FalAPIapi = FalAPI()
Generate and wait
urls = api.generate_and_wait( prompt="A serene Japanese garden", model="flux-dev" ) print(urls)
| Model | Endpoint | Type |
|---|---|---|
| flux-schnell | | Image (fast) |
| flux-dev | | Image |
| flux-pro | | Image (2K) |
| fast-sdxl | | Image |
| recraft-v3 | | Image |
| sd35-large | | Image |
| minimax-video | | Video |
| wan-video | | Video |
| whisper | | Audio |
For the full list, run:
python3 fal_api.py --list-models
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | str | required | Image/video description |
| model | str | "flux-dev" | Model name from table above |
| image_size | str | "landscape_16_9" | Preset: square, portrait_4_3, landscape_16_9, etc. |
| num_images | int | 1 | Number of images to generate |
| seed | int | None | Random seed for reproducibility |
Built following the krea-api skill pattern. Uses fal.ai's queue-based API for reliable async generation.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.