Latvian Text to SpeechLatviešu
Generate natural-sounding Latvian audio via REST API. 10 voices, Latin script, free 10K chars/month — no credit card.
Laipni lūdzam Audexum — runas sintēze izstrādātājiem un satura veidotājiem.
Try this in the playground →- Correct rendering of Latvian macron vowels: ā, ē, ī, ū
- Proper consonant affricates: č, dž, ģ, ķ, ļ, ņ, š, ž
- One of very few commercial APIs with production-grade Latvian support
- EU-hosted — compliant for Latvian public-sector applications
ElevenLabs does not list Latvian. Google Cloud TTS supports Latvian at $16/1M chars. AWS Polly has no Latvian voice. Audexum is €8/1M with a free tier.
Latvian public services and media
Latvia's digital transformation agenda and public media require Latvian-language TTS for accessibility, e-learning platforms, and automated broadcast content.
Audexum integrates as a single REST endpoint — no SDK required. Send your Latvian text, receive WAV audio. The free tier (10K chars/month) covers prototyping; paid plans start at €4/month for 100K characters.
First Latvian audio in 60 seconds.
The Latvian language code is lv — pass it as the lang parameter.
curl -X POST https://audexum.com/api/synthesize \
-H "Authorization: Bearer $AUDEXUM_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Laipni lūdzam Audexum.",
"voice": "F1",
"lang": "lv"
}' \
--output output.wavimport requests
response = requests.post(
"https://audexum.com/api/synthesize",
headers={
"Authorization": f"Bearer {AUDEXUM_KEY}",
"Content-Type": "application/json",
},
json={
"text": "Laipni lūdzam Audexum.",
"voice": "F1",
"lang": "lv",
},
)
response.raise_for_status()
with open("output.wav", "wb") as f:
f.write(response.content)Full API reference: audexum.com/docs. All 10 voices (M1–M5, F1–F5) support Latvian.
Latvian TTS — same price as English.
No language surcharge. Latvian is included on every plan at the same rate as any other language.
PAYG credits never expire. All plans include STT (dictation) at no extra cost. Full pricing details →
Does Audexum correctly pronounce Latvian long vowels?+
Yes. Latvian macron vowels (ā, ē, ī, ū) are phonemically distinct and rendered with the correct duration. Unstressed syllables receive shorter duration as native Latvian phonology requires.
Is Latvian TTS available on the free tier?+
Yes. All 33 languages including Latvian are available on the 10,000 char/month free tier with no credit card.
Which competitors offer Latvian TTS?+
Very few. ElevenLabs does not list Latvian support. Google Cloud TTS supports it at $16/1M. Audexum is the most affordable option with a genuine free tier.
What use cases is Latvian TTS most useful for?+
Accessibility layers for Latvian government e-services, language learning apps, e-learning platforms, and automated media narration are the primary use cases where natural Latvian speech is required.
Audexum supports 33 languages.
Switch language with one parameter — same API endpoint, same pricing.
See the full 33-language list in the API docs or on the multilingual TTS guide.
Try Latvian TTS free.
10,000 characters per month, no credit card. First Latvian WAV in your terminal in 60 seconds.
Questions? [email protected]