Skip to content

Product · Spex-TTS

Built to answer.

Spex-TTS grew out of a production live-translation product. Every feature below exists because live speech needed it, and every number beside it is published, not promised.

6 features · below

Cloning

Instant voice cloning

No training job, no per-voice fee, and your clone speaks all 23 languages.

How cloning works →
Dark glass droplets, one voice and its clones.

Streaming

Audio starts before the sentence ends.

Sockets carry conversations, server-sent events carry long reads, and one-shot WAV covers everything else.

Streaming in depth →
Dark glass arrows flowing right.

Drop-in

You already know this request shape.

Changing over is a diff, not a rewrite.

The full request shape →

Drop-in

POST /v1/tts/bytes · the whole request
# either header works
x-api-key: gnd_yourkey

{
  "transcript": "Dock four is clear.",
  "voice": {"mode": "id",
            "id": "gandr-jenny"},
  "language": "en",
  "output_format": {"container": "wav",
                    "sample_rate": 24000}
}

→ 200 · audio/wav · 24,000 Hz

Reliability

Three tiers sit behind one endpoint.

A tier going down costs you latency.

The latency benchmark →
Two interlocked dark glass chain links.

Languages

A cloned voice keeps its identity.

It reads all 23 languages and still sounds like one person.

Hear the languages →

Languages

Mia, one clone

three scripts · production API

ENThanks for holding, I have your file open now, and everything is set for tomorrow's visit. You are down for eleven fifteen, the referral letter came through on Friday, and there is parking behind the building if you use the Mill Street entrance rather than the main one. Bring the list of medications if you still have it. If anything changes overnight, this number reaches me directly and I will sort it out.
19.6s
ARشكرًا لانتظارك, ملفك مفتوح أمامي الآن، وكل شيء جاهز لزيارتك غدًا. موعدك في الحادية عشرة والربع، وخطاب الإحالة وصل يوم الجمعة، ويوجد موقف للسيارات خلف المبنى إذا دخلت من بوابة شارع الطاحونة بدلًا من المدخل الرئيسي. أحضر معك قائمة الأدوية إن كانت لا تزال لديك. وإذا تغيّر أي شيء الليلة، فهذا الرقم يصل إليّ مباشرة وسأتولى الأمر.
25.3s
JAお待たせいたしました。ただいまお客様のファイルを開いております。明日のご来院の準備はすべて整っております。お時間は十一時十五分、紹介状は金曜日に届いております。駐車場は建物の裏手にございますので、正面ではなくミル通り側の入口をご利用ください。お薬のリストがお手元にありましたらお持ちください。夜のあいだに何か変更がございましたら、この番号から直接わたくしにつながります。
17.8s

Privacy

We do not train on your data.

Your text and reference audio never enter a training set.

The signed clip →
A closed dark glass padlock.

Provenance

Every clip leaves signed.

An inaudible watermark rides every sample and survives a re-encode or a phone line. It marks the audio as synthetic, not whose voice it is.

voice Leo · 19.68s · 2026-08-05

Live

Hear it live.

The console on the home page casts on the production API, type a line, pick a voice, and what comes back is the engine answering, not a recording.

Open the console →

Every number on this page is measured on the production API, with its basis stated. The way to check them is a key of your own.

Get a key