我们依托先进人工智能技术,提供精准文本、文件、语音翻译服务,智能助手可通过简单指令自动完成各类办公任务,收获数百万用户信赖。
Our AI platform delivers accurate text, document, and voice translation. Automate tasks with simple commands, trusted by millions worldwide.
为企业提供一站式智能翻译与办公自动化解决方案。
All-in-one AI translation & automation for businesses.
全新AI办公助手,无需复杂操作,自动帮你处理各类重复繁琐工作,释放更多时间专注核心业务。
Your new AI workmate automates repetitive tasks so you can focus on what matters most.
众多行业头部企业选择DeepL,打造安全、精准、高效的多语言沟通体系。
Leading companies choose DeepL for secure, accurate, efficient multilingual communication.
基于专业语言数据训练的大模型,提供超高翻译精准度,支持个性化定制,满足各类业务场景需求。
Our LLM trained on professional language data delivers unrivaled accuracy and customization for all scenarios.
支持术语库、自定义规则、智能解析等专业功能,提供企业级精准翻译服务。
Professional features like glossaries, custom rules, and clarify for enterprise-grade accuracy.
English (American)
Hello Akiko, could you send
the last API usage charts to
me, please.
Clarify
API
This expression can be translated in
several ways. How should it be treated?
⚪ Keep the abbreviation and add a
German translation in brackets
('API (Programmierschnittstelle)').
⚪ Use a German translation
and add the original
abbreviation in brackets
('Programmierschnittstelle (API)').
⚪ Keep the abbreviation.
自定义术语、语气控制、企业级安全防护,全面提升团队协作效率,专为你的行业量身定制。
Custom glossaries, tone control, enterprise security — built for your industry’s needs.
import deepl
translator = deepl.Translator(...)
result = translator.translate_text(
"Nice to meet you!",
target_lang="FR",
formality=deepl.Formality...
)
print(result.text)
print(result.detected_source_lang)
deepl_client = deepl.DeepLClient(...)
result = deepl_client.translate_text(
"It worked!",
target_lang="EN-US",
style="business"
)
print(result.text)
print(result.billed_characters)