awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OwO-Network avatar

OwO-Network/DeepLX

0
View on GitHub↗
8,571 星标·641 分支·Go·MIT·2 次浏览ssa.sx/deeplx↗

DeepLX

DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint.

The server accepts JSON-based requests with source and target language parameters, supporting automatic source language detection and validation of language codes. It processes each translation request independently in a stateless manner, and offers optional bearer token authentication to restrict access to authorized clients. The API can be deployed on your own infrastructure for private or team use, with a free oneshot endpoint available that requires no account or authentication.

Documentation covers deployment as a standalone server and API usage through standard HTTP POST requests.

Features

  • Token-Free - Proxies translation requests to DeepL's web API without requiring user authentication or API tokens.
  • Token-Free - Eliminates the need for API tokens or accounts, offering unrestricted access to DeepL translations.
  • Natural Language Code Detectors - Provides automatic source language detection for translation requests using standard language codes.
  • Language Translation & Detection - Provides an API for translating text between languages with support for source language detection and target language specification.
  • Text Translation Services - Translates text between languages using a translation engine without requiring a paid API token or account.
  • Translation API Endpoints - Ships a single POST endpoint that accepts source text, source language, and target language and returns translated results.
  • Translation Servers - Ships a translation server that can be deployed on your own infrastructure for private or team use.
  • DeepL - Provides free access to DeepL translation through a proxy without requiring a paid API token or account.
  • Free Translation - Runs a translation API server that proxies DeepL without requiring an API token or paid account.
  • Free Translation Endpoints - Provides a free oneshot translation endpoint that requires no account or token for access.
  • Translation Language Code Validators - Rejects requests with unsupported language codes with a 400 error before translation proceeds.
  • Translation Code Validators - Validates language codes against a predefined list before processing, returning 400 errors for unsupported codes.
  • Translation - Exposes a single POST endpoint that accepts source text, source language, and target language parameters.

Star 历史

owo-network/deeplx 的 Star 历史图表owo-network/deeplx 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

owo-network/deeplx 是做什么的?

DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint.

owo-network/deeplx 的主要功能有哪些?

owo-network/deeplx 的主要功能包括:Token-Free, Natural Language Code Detectors, Language Translation & Detection, Text Translation Services, Translation API Endpoints, Translation Servers, DeepL, Free Translation。

owo-network/deeplx 有哪些开源替代品?

owo-network/deeplx 的开源替代品包括: ssut/py-googletrans — py-googletrans is a Python translation library that serves as a wrapper for the Google Translate service. It provides… argosopentech/argos-translate — Argos Translate is an open-source Python library for offline neural machine translation. It provides a toolkit for… mg-chao/snow-shot — This project is an AI-powered screenshot manager and visual assistant designed for capturing screen content and… symfony/routing — This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific… ripperhe/bob — Bob is an extensible macOS utility designed for screen text extraction, translation aggregation, and speech synthesis.… wooorm/franc — Franc is a natural language detection library and command line identifier used to determine the written language of a…

DeepLX 的开源替代方案

相似的开源项目,按与 DeepLX 的功能重合度排序。
  • ssut/py-googletransssut 的头像

    ssut/py-googletrans

    4,257在 GitHub 上查看↗

    py-googletrans is a Python translation library that serves as a wrapper for the Google Translate service. It provides programmatic tools for automated text translation and language detection. The library includes a language detection tool to identify the source language of a text string when the origin is unknown. To maintain stable connectivity, it utilizes translation request routing to direct traffic across alternative service domains. The project covers core translation services, including the ability to convert single strings or batches of text into specified destination languages.

    Python
    在 GitHub 上查看↗4,257
  • argosopentech/argos-translateargosopentech 的头像

    argosopentech/argos-translate

    6,204在 GitHub 上查看↗

    Argos Translate is an open-source Python library for offline neural machine translation. It provides a toolkit for translating text between languages using locally installed models, with support for GPU acceleration and intermediate language pivoting when a direct translation model is not available. The project offers multiple interfaces for translation, including a command-line interface for terminal-based workflows, a graphical user interface for users without programming knowledge, and a REST API server for integration with other applications. It includes a language model package manager t

    Pythonlanguage-modelslinuxmachine-translation
    在 GitHub 上查看↗6,204
  • mg-chao/snow-shotmg-chao 的头像

    mg-chao/snow-shot

    4,118在 GitHub 上查看↗

    This project is an AI-powered screenshot manager and visual assistant designed for capturing screen content and processing it through large language models. It functions as an OCR translation application and screen annotation tool, allowing users to extract text from images and perform intelligent analysis of visual data. The software differentiates itself through an AI-driven OCR pipeline and the ability to convert screenshots into structured Markdown or HTML via layout-aware document transformation. It features a visual AI assistant capable of analyzing screen content and a prompt-engineere

    TypeScriptchatbotocrscreen-capture
    在 GitHub 上查看↗4,118
  • symfony/routingsymfony 的头像

    symfony/routing

    7,618在 GitHub 上查看↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    PHPcomponentphprouter
    在 GitHub 上查看↗7,618
  • 查看 DeepLX 的所有 30 个替代方案→