Model reference · open weights

F5-Myanmar-TTS

Available as managed deployment Licence fee Audio freococo · community Text→speech 1 variants 564 dl/mo

F5-Myanmar-TTS is an open-weight audio or speech model from freococo. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byfreococo
TypeAudio & music
TaskText→speech
Parameters (lead)337M
Runs withf5-tts
Released2026-09-05
Popularity564 downloads / month
LicenceCommercial licence needed

About

What F5-Myanmar-TTS is

The official v2 release of the F5-TTS (Flow-Matching Diffusion Transformer) Burmese speech foundation model, trained on 794.5+ hours of Burmese speech across 36 full epochs (1,025,604 updates).

"They are fighting for people's freedom. I am fighting for the language's freedom. I just want to preserve their beautiful, lovely, and brave voices embedded in AI to last forever — marking the first time in history for a massive Burmese open-source TTS foundation model."


Read the full model card

🌟 What's New in v2

  • Over 1 Million Updates: Pushed training from 569,780 steps (v1) to 1,025,604 updates (36 epochs) for significantly tighter phonetic alignment and tone clarity.
  • 50% Smaller Model (FP16): Pruned weights down from 1.35 GB to 674 MB for 2x faster downloads and lower GPU VRAM consumption.
  • Production-Grade Zero-Shot Voice Cloning: Natural conversational cadence, improved tone handling on conjuncts and Pāḷi loanwords, and zero cut-offs.
  • Raw Checkpoints Available: Intermediate checkpoints (model_1020000.pt, model_1025000.pt, and model_last.pt) are included under checkpoints/ for developers wanting to continue fine-tuning.

⚡ Quickstart: Python Package (f5-myanmar-tts)

The easiest way to use this model is with the official PyPI package:

pip install --upgrade f5-myanmar-tts

Python (Just 3 lines):

from f5_myanmar_tts import MyanmarTTS

# Auto-downloads lightweight v2 FP16 model (~674MB) on first run
tts = MyanmarTTS()

# Generate Burmese speech
tts.speak(
    "လူသားတွေ အားလုံးကို အယုတ်အလတ်အမြတ်မရွေး ချစ်ခင်လေးစားပါ",
    output_file="speech.wav"
)

Voice Cloning (Clone any voice in 3–5 seconds):

tts.speak(
    text="ဒါကြောင့် အုံ့မှိုင်းနေတဲ့ ကောင်းကင်ကို အမိန့်ပေးပြီး မိုးကောင်းကင် တံခါးတွေကို ဖွင့်လိုက်တယ်",
    ref_audio="my_voice.wav",
    ref_text="အပြင် မသွားရလို့ စိတ်ညစ်နေပါတယ် မိုးတွေ တအား ရွာနေပါတယ်",
    output_file="cloned_speech.wav"
)

📊 Model Specifications

ParameterSpecification
ArchitectureDiffusion Transformer (DiT Base)
Parameters337,138,310 (~337M)
Layers / Heads / Dim22 layers, 16 heads, dim=1024, text_dim=512
Training Steps36 Epochs (1,025,604 updates)
Training Audio794.5+ Hours Burmese Speech
Sampling Rate24,000 Hz
VocoderVocos (24kHz Mel)
Vocabulary2,626 Burmese & Pāḷi Unicode Tokens
FormatSafetensors (674 MB FP16 Pruned EMA weights)
LicenseCreative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0)

🕊️ Dedication & Acknowledgements

  1. GEMINI AI (Google): Co-engineering partner through every line of code, architecture debugging, memory optimizations, and fine-tuning pipelines.
  2. F5-TTS Research Team: Yushen Chen and the creators of F5-TTS for open-sourcing this world-class flow-matching speech architecture.
  3. The Brave Voices of Freedom: National Unity Government (NUG), PVTV broadcasters, independent journalists, and creators whose voices form the backbone of this heritage preservation project.

📜 License

Released under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. Dedicated to free public research, language preservation, education, and open-source innovation.

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How audio & music work

Audio or textinputAudio modelrecognise / synthesiseText or audiooutputSpeech-to-text turns audio into text; text-to-speech and music models turn text into audio.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys f5-myanmar-tts for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (f5-myanmar-tts below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -F model="f5-myanmar-tts" -F file=@audio.mp3

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms