Cohere's Command A Translate Model
Automated translation from one language to another is one of the oldest applications of machine learning. Today’s LLMs have proven remarkably effective for these kinds of tasks, and Command A Translate is Cohere’s state of the art entry into the machine translation field. It delivers industry-leading performance on a variety of translation tasks across 23 languages, while offering enterprises full control of their data through private deployment options.
Command A Translate has a context length of 16K tokens (8K for input and 8K for output), 111B parameters, and can run on one or two GPUs (A100s / H100s).
Model Details
What Can Command A Translate be Used For?
Command A Translate is excellent for translation tasks where you need answers that combine high quality and a low error rate. When utilized as part of our private deployment options, it is the best choice for enterprises wanting to translate data securely.
Getting Started
You can perform translation of a text into another language with a simple prompt asking the model to translate a piece of text. In the sample below, we are doing this ‘programmatically’ by passing both the target language and content to translate as variables, but you can also just pass in a message
saying "Please translate this into <target_language> for me."
Here’s a sample output:
Conclusion
Command A Translate is great for one-shot translations but can also be embedded into more complicated workflows, such as translating long texts. Check out our cookbook for an example implementation.
Cohere enterprise clients may be interested in Deep Translation, our agentic approach to reaching the highest-quality translations. You can reach out to our sales team for more information.