naftiko: 1.0.0-alpha2 info: label: fal Models Catalog API — Discovery description: 'fal Models Catalog API — Discovery. Read-only listing of fal''s 1,000+ generative model gallery including pricing, parameters, and per-model OpenAPI schemas.' tags: - Fal - Catalog - Discovery - Generative AI created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: FAL_KEY: FAL_KEY capability: consumes: - type: http namespace: models-catalog baseUri: https://fal.ai description: fal Models Catalog — Discovery business capability. resources: - name: models path: /models operations: - name: listmodels method: GET description: List models in the fal gallery. outputRawFormat: json outputParameters: - name: result type: array value: $. inputParameters: - name: q in: query type: string required: false description: Search term. - name: tag in: query type: string required: false description: Filter by capability tag (image, video, audio, 3d, multimodal). authentication: type: apikey key: Authorization value: 'Key {{env.FAL_KEY}}' placement: header exposes: - type: rest namespace: models-catalog-rest port: 8080 description: REST adapter for fal Models Catalog — Discovery. resources: - path: /v1/models name: models description: REST surface for listing models. operations: - method: GET name: listmodels description: List fal models. call: models-catalog.listmodels with: q: rest.query.q tag: rest.query.tag outputParameters: - type: array mapping: $. - type: mcp namespace: models-catalog-mcp port: 9090 transport: http description: MCP adapter for fal Models Catalog — Discovery. tools: - name: fal-list-models description: Discover models in the fal generative model gallery. hints: readOnly: true destructive: false idempotent: true call: models-catalog.listmodels with: q: tools.q tag: tools.tag outputParameters: - type: array mapping: $.