|
3 | 3 | A fast, reliable, and modular translation API designed to meet the scale required by FxEmbed. |
4 | 4 |
|
5 | 5 | With our native multi-provider architecture, we support multiple kinds of providers: |
6 | | -- 🤑 **Free translations** from popular services like *Google Translate*, *DeepL*, and *Bing Translate* |
7 | | -- 💸 **Official APIs** using your own API keys for services like *Azure AI Translator*, *DeepL API*, and *AWS Translate*. Each of which have free tiers or trials. |
8 | | -- 🏴☠️ **Self-hosted alternative** *LibreTranslate* |
| 6 | +- **Free translations** from popular services like *Google Translate*, *DeepL*, and *Bing Translate* |
| 7 | +- **Official APIs** using your own API keys for services like *Azure AI Translator*, *DeepL API*, and *AWS Translate*. Each of which have free tiers or trials. |
| 8 | +- **Self-hosted alternative** *LibreTranslate* |
9 | 9 |
|
10 | 10 | ## Features |
11 | 11 |
|
12 | | -- 🎯 **Dynamic Selection**: Chooses between providers based on target language, input string length, and availability |
13 | | -- ⚖️ **Load Balancing and Rate Limit Leveling**: Distributes requests across translation providers |
14 | | -- 🛡️ **Automatic Failover**: If one provider fails, automatically tries others (free first, then paid) |
15 | | -- 🐍 **Designed to Scale**: Use higher rate limits for free services by scaling across servers and network providers |
| 12 | +- **Dynamic Selection**: Chooses between providers based on target language, input string length, and availability |
| 13 | +- **Load Balancing and Rate Limit Leveling**: Distributes requests across translation providers |
| 14 | +- **Automatic Failover**: If one provider fails, automatically tries others (free first, then paid) |
| 15 | +- **Designed to Scale**: Use higher rate limits for free services by scaling across servers and network providers |
16 | 16 |
|
17 | | -## 🚀 Quick Start |
| 17 | +## Quick Start |
18 | 18 |
|
19 | 19 | ### Using Docker Compose |
20 | 20 |
|
|
0 commit comments