mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
22 lines
451 B
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"
|
|
]
|
|
}
|