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 uses the NVIDIA NIM API (nvidia/llama-3.3-nemotron-super-49b-v1.5) for translation, delivering strong quality on idioms and nuance across many language pairs.
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.