Skip to main content
Cohere

Search documentation

Type to search this documentation.

On this pageOverview

Announcing Cohere's Command A Translate Model

We're excited to announce the release of Command A Translate, Cohere's first machine translation model. It achieves state-of-the-art performance at producing accurate, fluent translations across 23 languages.

  • 23 supported languages: English, French, Spanish, Italian, German, Portuguese, Japanese, Korean, Chinese, Arabic, Russian, Polish, Turkish, Vietnamese, Dutch, Czech, Indonesian, Ukrainian, Romanian, Greek, Hindi, Hebrew, and Persian
  • 111 billion parameters for superior translation quality
  • 16K token context length (8K input + 8K output) for handling longer texts
  • Optimized for deployment on 1-2 GPUs (A100s/H100s)
  • Secure deployment options for sensitive data translation

The model is available immediately through Cohere's Chat API endpoint. You can start translating text with simple prompts or integrate it programmatically into your applications.

Python
from cohere import ClientV2

co = ClientV2(api_key="<YOUR API KEY>")

response = co.chat(
    model="command-a-translate-08-2025",
    messages=[
        {
            "role": "user",
            "content": "Translate this text to Spanish: Hello, how are you?",
        }
    ],
)

Command A Translate (command-a-translate-08-2025) is now available for all Cohere users through our standard API endpoints. For enterprise customers, private deployment options are available to ensure maximum security and control over your translation workflows.

For more detailed information about Command A Translate, including technical specifications and implementation examples, visit our model documentation.

Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu