About
Last updated: 2026-08-02
cormsor Translate is a self-hosted, AI-powered translation service supporting any-to-any translation across 40+ languages. It runs on Cloudflare Workers AI using @cf/qwen/qwen3-30b-a3b-fp8, with high input/output limits for long documents.
How it works
Text is split into paragraph- and sentence-aligned chunks, translated in parallel batches, and reassembled with the original paragraph structure preserved. This allows long documents to be translated quickly without truncation.
API access
A token-authenticated JSON API is available for integration. Send a POST request with { "text", "from", "to" } and an X-Translate-Token header. See the documentation for full details.
Contact
For questions, API access or support, contact contact@cormsor.com.