fal · Capability

fal Models Catalog API — Discovery

fal Models Catalog API — Discovery. Read-only listing of fal's 1,000+ generative model gallery including pricing, parameters, and per-model OpenAPI schemas.

fal Models Catalog API — Discovery is a Naftiko capability published by fal, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/models.

The capability includes 1 read-only operation. Lead operation: Discover models in the fal generative model gallery. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fal, Catalog, Discovery, and Generative AI.

Run with Naftiko FalCatalogDiscoveryGenerative AI

What You Can Do

GET
Listmodels — List fal models.
/v1/models

MCP Tools

fal-list-models

Discover models in the fal generative model gallery.

read-only idempotent

Capability Spec

models-catalog.yaml Raw ↑
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: $.