# 添加翻译服务

本章节为大家介绍如何添加百度翻译、有道翻译、腾讯翻译、彩云小译、Google 翻译、DeepL 翻译 7 项 HapiGo 已经支持的翻译服务。

这 6 项服务均提供一定额度的免费字符，基本能满足大部分用户的使用需求。如果不够，大家也可以酌情订阅。

| 服务名称                                                       | 免费额度     | 超额费用                                            |
| ---------------------------------------------------------- | -------- | ----------------------------------------------- |
| [百度翻译](/extention/translate/addtranslate/baidu.md)         | 100万字符/月 | ￥49/百万字符                                        |
| [有道翻译](/extention/translate/addtranslate/youdao.md)        | 无        | 英译中：￥48/百万字符；中译其他：￥100/百万字符                     |
| [腾讯翻译](/extention/translate/addtranslate/tencent.md)       | 500万字符/月 | ￥58/百万字符                                        |
| [彩云小译](/extention/translate/addtranslate/caiyun.md)        | 100万字符/月 | ￥20/百万字符                                        |
| [Google 翻译](/extention/translate/addtranslate/google.md)   | 50万字符/月  | $20/百万字符                                        |
| [DeepL 翻译](/extention/translate/addtranslate/deepl.md)     | 50万字符/月  | $5.49/月+$25/百万字符                                |
| [ChatGPT 翻译](/extention/translate/addtranslate/deepl-1.md) | 18美元     | [不同模型不同价格，访问官网了解更多](https://openai.com/pricing) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.hapigo.com/extention/translate/addtranslate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
