Free Translation is a free and open source machine translation API designed to provide a fully self-hosted translation service. Unlike other translation APIs that rely on proprietary providers such as Google or Azure, Free Translation relies on the open source Argos Translate library for translation capabilities. This allows users to easily run translation services on local servers without relying on external services. ###Main functions: 1. ** Self-hosting and offline capabilities **: Users can run free translations on their own servers, giving full control of the data and translation process. Offline translation can be performed without an Internet connection. 2. ** Multi-language support **: Free translation supports translation in multiple languages, and specific language models can be loaded as needed to optimize startup time. 3. ** Flexible API interface **: Provides an easy-to-use API interface that supports automatic language detection, HTML format translation, batch translation and alternative translation options. 4. ** Extensibility and customization **: Users can deploy free translation through Docker or Kubernetes, and support hardware acceleration (such as CUDA) to increase translation speed. 5. ** Security and management features **: Supports API key management to set request limits and character limits per minute based on user needs. Prometheus metric export function is also provided to monitor usage. 6. ** Community support and contribution **: Freelance Translation has an active open source community where users can contribute code, improve translation models, or help translate user interfaces. Freelance translation is an ideal choice for developers, businesses or organizations that require a custom translation solution, especially where data privacy and security are of paramount importance.

