fal.ai integration (AI, Developer Tools). Imported from open-connector.
https://queue.fal.run/v1/models
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | The free-text search query for model discovery. |
| limit | integer | optional | The maximum number of models to return. |
| cursor | string | optional | The pagination cursor from a previous response. |
| expand | string | optional | A single string or a list of strings. |
| status | string | optional | Filter models by active or deprecated status. |
| category | string | optional | Filter models by category name. |
| endpointId | string | optional | A single string or a list of strings. |
/v1/models/pricing
| Param | Type | Required | Description |
|---|---|---|---|
| endpointId | string | required | A single string or a list of strings. |
/v1/models/pricing/estimate
| Param | Type | Required | Description |
|---|---|---|---|
| estimateType | string | required | The pricing estimation method to use. |
| endpoints | object | required | The raw fal object payload. |
/.well-known/jwks.json
/{modelId}/requests/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| modelId | string | required | The model identifier in namespace/name format. |
| requestId | string | required | The queued request identifier. |
| logs | integer | optional | Set to 1 to include logs in the response. |
/{modelId}/requests/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| modelId | string | required | The model identifier in namespace/name format. |
| requestId | string | required | The queued request identifier. |
| logs | integer | optional | Set to 1 to include logs inside streamed updates. |
/{modelId}/requests/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| modelId | string | required | The model identifier in namespace/name format. |
| requestId | string | required | The queued request identifier. |
/{modelId}/requests/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| modelId | string | required | The model identifier in namespace/name format. |
| requestId | string | required | The queued request identifier. |