fal-recipes
Installation
SKILL.md
fal.ai Recipes
Runtime: All endpoint calls run via the genmedia CLI. See the
genmediaskill for command syntax; rungenmedia initonce if not yet installed.
A recipe is a use-case-driven pipeline. It tells you the inputs to collect, the genmedia calls to chain, and the quality bar to verify before returning.
Recipes use genmedia for execution and fal-models-catalog for endpoint defaults. They differ from fal-workflow:
- fal-workflow = how to build a pipeline (JSON authoring or CLI orchestration patterns), generic
- fal-recipes = how to produce a specific kind of content, opinionated by use case