Solo dev releases translation API: 60k chars/request, auto language detection

A developer built and released their own translation API using an open-source model called TranslateGemma. It handles up to 60,000 characters per request and automatically detects the input language. It's a practical option for solo builders who want to add translation to their product without paying for Google Translate or DeepL.

Instead of relying on paid translation services like Google Translate or DeepL, this developer used TranslateGemma — an open-source translation model — to build a self-contained translation API. The standout features are a generous 60,000-character limit per request (roughly 40–50 pages of text) and automatic language detection, so callers don't need to specify the source language.

For solo operators running web or app products, this is worth noting as a potential cost-saving alternative to commercial translation APIs. The API is already live and available to connect to, lowering the barrier to adding multilingual support to a small product.

Key points

  • Handles up to 60,000 characters in a single request
  • Automatically detects the input language — no manual setting needed
  • Built on TranslateGemma, a free open-source translation model
  • Potential cost-free alternative to paid translation APIs like Google Translate or DeepL
  • Available as a ready-to-use API — no need to build from scratch

Quick term guide

open-source model
An AI model whose code and weights are freely available for anyone to download and use.
open-source
Software whose code is shared publicly so others can inspect, use, or change it.
TranslateGemma
An open-source AI model released by Google specifically for translation tasks.
Gemma
A family of lightweight AI models from Google that are open for anyone to use.
build
A chosen set of in-game abilities or items a player equips for their character.
spec
A written document describing exactly what a piece of software should do before you build it.
native
Built using the operating system's own built-in tools, so the app feels at home on that platform and runs efficiently
Barrier
Free, open-source software that lets one keyboard and mouse control several computers over a local network
Read original