About
Last updated: 1970-01-01
cormsor Translate is a self-hosted, AI-powered translation service supporting any-to-any translation across 40+ languages. It is built on Cloudflare Workers AI using the qwen3-30b large language model, which translates idioms and nuance with quality close to leading commercial engines.
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 bayrakakbiyik@gmail.com.