Translate Anything.
AI-Powered. Pay-Per-Use.

flowLingua is an AI-First Translation Proxy. Powered by LLMs, not rigid NMT models. Translate any language pair with state-of-the-art quality. No monthly commitments β€” pay only for what you use.

Why flowLingua?

πŸ€– LLM-Powered

Uses DeepSeek, GPT, or Claude as translation engines. Context-aware translations with perfect grammar, not just word-by-word NMT.

🌍 Zero-Shot Languages

100+ language pairs without training data. LLMs understand any language pair natively β€” no need for per-pair models.

πŸ’° Pay-Per-Use

No monthly subscriptions. Free 5K chars on signup, then $0.50 per 100K characters. Only pay for what you actually translate.

πŸ”Œ Simple API

POST /translate. JSON in, JSON out. Compatible with existing tools, SDKs, and libraries. Works with RapidAPI, Apify, and more.

🏠 Self-Hostable

Run on your own infrastructure. No data leaves your network. Docker-compose in one command. Full control over your data.

πŸ” Privacy First

Your translated text stays yours. With self-hosted mode, not a single byte reaches external servers. Ideal for sensitive documents.

Simple, Transparent Pricing

Free

5K chars

One-time on account creation

  • 5,000 characters to start
  • API key included
  • 100+ language pairs
  • No expiration
Get Started

Try It in Seconds

$ curl -X POST https://api.flowlingua.com/translate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"q":"Hello world!","source":"en","target":"es"}'

{"translatedText":"Β‘Hola mundo!","detectedLanguage":{"confidence":100,"language":"en"}}