fal-models-catalog
Installation
SKILL.md
fal.ai Models Catalog
Endpoint-first navigation for fal.ai production work. Each modality reference lists curated picks organized by use case (premium realism / fast & cheap / 4K / specialized). Before reaching for free-text search, consult the modality reference that matches the task.
Runtime: All endpoint calls run via the genmedia CLI. See the
genmediaskill for command syntax; rungenmedia initonce if not yet installed.
Endpoint-first rule
- Pick the endpoint ID from the right modality reference.
- Verify it:
genmedia models --endpoint_id <endpoint_id> --json. - Inspect it:
genmedia schema <endpoint_id> --json. - Check cost when relevant:
genmedia pricing <endpoint_id> --json. - Use text search only if the routed endpoint is missing, deprecated, rejected, or the role is not covered here:
genmedia models "<task description>" --json
genmedia docs "<topic>" --json