XPack

Deep Translate

@XPack

Deep Translate offers cost-effective translation services, 100 times cheaper than Google Translate, with the same API and quality. Use its translate, detect, and languages tools via POST requests. Translate text or multiple segments, discover supported languages, with pricing 100x cheaper and same quality as Google Translate.

Deep Translate Service Documentation

Overview

Deep Translate offers translation services at a cost that is 100 times cheaper than Google Translate, while maintaining the same API and quality.

Tools

translate

To translate text:

  • Make a POST request.
  • Provide JSON in the request body with the following fields:
    • target: The ISO-639-1 code of the target language to translate to.
    • q: The text to be translated. You can provide multiple segments of text by including multiple q fields or a list of values for the q field.

detect

To detect the language of some text:

  • Make a POST request and provide the appropriate request body (details not fully specified in the given description).

languages

You can discover the supported languages of this API by sending an HTTP request using a URL of a specific format (details not fully specified in the given description).

Usage Examples

Translating Text

{
  "target": "fr",
  "q": "Hello, world!"
}

In this example, the text "Hello, world!" is being translated to French.

Translating Multiple Segments

{
  "target": "es",
  "q": ["How are you?", "I am fine."]
}

Here, two English sentences are being translated to Spanish.

Pricing

100 times cheaper than Google Translate. (No specific pricing details provided in the given description.)

Quality

Same quality as Google Translate.

Limitations

Details not fully specified in the provided information. Some possible limitations could include:

  • Limited support for certain languages or language combinations.
  • Potential restrictions on the length or complexity of the text that can be translated.
  • Any usage limits or rate limits that may apply.

Support

Details not provided in the given description. It is recommended to check the official website or contact the service provider for support related to usage, issues, or further inquiries.

XPack MCP
{
  "mcpServers": {
    "deep-translate": {
      "type": "sse",
      "autoApprove":"all",
      "url": "https://mcp.xpack.ai/v1/mcp/deep-translate1?authkey={Your-XPack-Auth-Key}"
    }
  }
}
© 2025 XPack. All rights reserved.