fal-optimization
Installation
SKILL.md
Quick Reference
| Optimization | Technique | Impact |
|---|---|---|
| Parallel requests | Promise.all() with batches |
5-10x throughput |
| Avoid polling | Use webhooks | Lower API calls |
| Cache by seed | Store prompt+seed results |
Avoid regeneration |
| Right-size images | Use needed resolution | Lower cost |
| Fewer steps | Reduce inference steps | Faster, cheaper |
| Model Tier | Development | Production |
|---|---|---|
| Image | FLUX Schnell | FLUX.2 Pro |
| Video | Runway Turbo | Kling 2.6 Pro |