Skip to content

Commit 3586e9d

Browse files
committed
Update README.md
1 parent 3a56329 commit 3586e9d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
A fast, reliable, and modular translation API designed to meet the scale required by FxEmbed.
44

55
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*
99

1010
## Features
1111

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
1616

17-
## 🚀 Quick Start
17+
## Quick Start
1818

1919
### Using Docker Compose
2020

0 commit comments

Comments
 (0)