Skip to main content
PDFMathTranslate Next (pdf2zh-next) translates PDFs while preserving layout, formulas, tables, and figures. Its OpenAI Compatible engine targets any OpenAI-compatible endpoint, so it runs on the ScitiX Model Inference API. Default model here is glm-5.2; see the Models page for the full list and pricing.

Configure

Install the CLI (pip install pdf2zh-next), create an API key on the ScitiX API Keys page, then select the OpenAI Compatible engine and point it at ScitiX:
Formulas, tables, and figures are preserved by design — only text runs are translated. Use --qps to bound request rate, and --pages (e.g. 1-5) to translate a subset.

Verify

Translate a page — it writes a monolingual and a bilingual PDF, and prints token usage confirming the requests reached ScitiX:
The translated PDF carries the target-language text while math is left intact — e.g. a^2 + b^2 = c^2 stays as-is in the output. Verified on pdf2zh-next 2.9.0 (BabelDOC 0.6.2).