MINARA

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.

MethodGET
Path/v1/media/models
AuthAuthorization: Bearer <token> required
Categorymedia

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 } } ] }

On this page