Currently the MinerU provider only supports self-hosted instances (POST {baseUrl}/file_parse), which requires a GPU server.
MinerU now has an official cloud API at https://mineru.net/apiManage/docs with free tier (2000 pages/day). It uses a different async task model (POST /api/v4/extract/task → poll → download), so a new mineru-cloud provider is needed alongside the existing self-hosted one.
This would make MinerU's advanced PDF parsing (tables, formulas, layout analysis) accessible without any infrastructure setup.