Files
registry/services/deepl-translate/index.json

22 lines
451 B
JSON

{
"id": "deepl-translate",
"name": "DeepL 翻译",
"description": "高质量多语言翻译服务,支持 30+ 语言互译和文档翻译",
"protocol": "http",
"status": "offline",
"origin": "manual",
"endpoint": "https://api-free.deepl.com/v2",
"capabilities": [
"text_translate",
"doc_translate",
"language_detect"
],
"version": "2.0",
"author": "DeepL",
"tags": [
"翻译",
"多语言",
"NLP"
]
}