models
Browse and filter available AI models from the fal.ai gallery by category or status, with cursor-based pagination for easy navigation.
Instructions
List available models in the fal.ai model gallery. Supports optional filtering by category, status, and cursor-based pagination. Can expand OpenAPI schemas inline with expand parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category to filter models (e.g., 'text-to-image', 'image-to-video', 'training') | |
| cursor | No | Pagination cursor from previous response (for next page) | |
| limit | No | Number of models per page (default: 100, max: 100) | |
| status | No | Filter by model status - 'active' or 'deprecated' (omit to include all) | |
| expand | No | Fields to expand in response. Supported: 'openapi-3.0' (includes full OpenAPI schema) |