AI media generation - API documentation and image, text, audio, video models.
Models Catalog Listing
ASYNCREADNo auth
Returns available AI models with IDs, modalities, endpoints, and context limits.
ParametersFormJSON
URL path segment for the models listing endpoint (e.g. /v1/models as discovered from the OpenAPI schema)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_pollinations_ai_models_catalog_listing", "params": { "models_api_path": "/v1/models" } }'