List media models
GET /v1/media/models — Lists active Fal.ai endpoints for one output modality, including dynamically inferred input capabilities and cache statu
GET /v1/media/models
Lists active Fal.ai endpoints for one output modality, including dynamically inferred input capabilities and cache status.
| Method | GET |
| Path | /v1/media/models |
| Auth | Authorization: Bearer <token> required |
| Category | media |
Response body
{ "kind": "image", "source": "live", "fetchedAt": "2026-07-30T00:00:00.000Z", "models": [ { "id": "openai/gpt-image-2", "category": "text-to-image", "capabilities": { "text": true, "image": false } } ] }