翻译服务文档
高级选项 > 翻译服务文档 (当前页面)
通过命令行查看可用的翻译服务
您可以通过在命令行中打印帮助消息来确认可用的翻译服务及其使用方法。
在帮助消息的末尾,您可以查看不同翻译服务的详细信息。
Caution
以下内容为 pdf2zh 1.x 版本准备的,尚未更新到 2.x 版本。因此,信息可能过时。
在文章内容适用新版本后,此警告消息将被删除。
使用不同的翻译服务
我们提供了每个翻译服务所需的环境变量的详细表格。请确保在使用相应服务之前设置它们。
Translator | Service | Environment Variables | Default Values | Notes |
---|---|---|---|---|
Google (Default) | google | None | N/A | None |
Bing | bing | None | N/A | None |
DeepL | deepl | DEEPL_AUTH_KEY | [Your Key] | See DeepL |
DeepLX | deeplx | DEEPLX_ENDPOINT | https://api.deepl.com/translate | See DeepLX |
Ollama | ollama | OLLAMA_HOST , OLLAMA_MODEL | http://127.0.0.1:11434 , gemma2 | See Ollama |
Xinference | xinference | XINFERENCE_HOST , XINFERENCE_MODEL | http://127.0.0.1:9997 , gemma-2-it | See Xinference |
OpenAI | openai | OPENAI_BASE_URL , OPENAI_API_KEY , OPENAI_MODEL | https://api.openai.com/v1 , [Your Key] , gpt-4o-mini | See OpenAI |
AzureOpenAI | azure-openai | AZURE_OPENAI_BASE_URL , AZURE_OPENAI_API_KEY , AZURE_OPENAI_MODEL | [Your Endpoint] , [Your Key] , gpt-4o-mini | See Azure OpenAI |
Zhipu | zhipu | ZHIPU_API_KEY , ZHIPU_MODEL | [Your Key] , glm-4-flash | See Zhipu |
ModelScope | ModelScope | MODELSCOPE_API_KEY , MODELSCOPE_MODEL | [Your Key] , Qwen/Qwen2.5-Coder-32B-Instruct | See ModelScope |
Silicon | silicon | SILICON_API_KEY , SILICON_MODEL | [Your Key] , Qwen/Qwen2.5-7B-Instruct | See SiliconCloud |
Gemini | gemini | GEMINI_API_KEY , GEMINI_MODEL | [Your Key] , gemini-1.5-flash | See Gemini |
Azure | azure | AZURE_ENDPOINT , AZURE_API_KEY | https://api.translator.azure.cn , [Your Key] | See Azure |
Tencent | tencent | TENCENTCLOUD_SECRET_ID , TENCENTCLOUD_SECRET_KEY | [Your ID] , [Your Key] | See Tencent |
Dify | dify | DIFY_API_URL , DIFY_API_KEY | [Your DIFY URL] , [Your Key] | See Dify,三个变量:lang_out, lang_in, 以及 text, 需要在 Dify 的工作流输入中定义。 |
AnythingLLM | anythingllm | AnythingLLM_URL , AnythingLLM_APIKEY | [Your AnythingLLM URL] , [Your Key] | See anything-llm |
Argos Translate | argos | See argos-translate | ||
Grok | grok | GORK_API_KEY , GORK_MODEL | [Your GORK_API_KEY] , grok-2-1212 | See Grok |
Groq | groq | GROQ_API_KEY , GROQ_MODEL | [Your GROQ_API_KEY] , llama-3-3-70b-versatile | See Groq |
DeepSeek | deepseek | DEEPSEEK_API_KEY , DEEPSEEK_MODEL | [Your DEEPSEEK_API_KEY] , deepseek-chat | See DeepSeek |
OpenAI-Liked | openailiked | OPENAILIKED_BASE_URL , OPENAILIKED_API_KEY , OPENAILIKED_MODEL | url , [Your Key] , model name | None |
Ali Qwen Translation | qwen-mt | ALI_MODEL , ALI_API_KEY , ALI_DOMAINS | qwen-mt-turbo , [Your Key] , scientific paper | 传统中文尚未支持,将翻译为简体中文。更多信息请参见 Qwen MT |
对于与 OpenAI API 兼容但未列在上述表格中的大型语言模型,您可以使用与 OpenAI 相同的设置方法设置环境变量。
使用 -s service
或 -s service:model
指定服务:
或者使用环境变量指定模型:
对于 PowerShell 用户: