Model reference · open weights

parakeet-ctc-farsi

Available as managed deployment Audio Peacockery Speech→text 1 variants 568 dl/mo

parakeet-ctc-farsi is an open-weight audio or speech model from Peacockery. 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 byPeacockery
TypeAudio & music
TaskSpeech→text
Runs withnemo
Released2026-06-10
Popularity568 downloads / month
LicenceOpen weights

About

What parakeet-ctc-farsi is

A Farsi fine-tune of NVIDIA's Parakeet CTC 109M (the CTC branch of parakeet-tdt_ctc-110m), trained with a custom Farsi SentencePiece tokenizer on 844 hours of quality-classified Farsi speech. It is the best Parakeet-family model from this project; a later variant trained on a stricter 224-hour subset regressed and was retired.

Read the full model card

Files

  • model.nemo: the complete NeMo checkpoint (weights + tokenizer + config)

Training data

844 hours of Farsi speech: Common Voice, Thomcles, Mana TTS, Neyshekar, FLEURS, WorldSpeech, and Farsi YouTube, with web-scraped portions machine-labeled and filtered by a Scribe quality classifier. Clips capped at 400 characters and 60 chars/sec to drop misaligned transcripts.

Benchmarks

Test splits, corpus-level jiwer after shared normalization, re-scored 2026-05-28 (WER %):

splitWERCER
FLEURS14.944.15
Common Voice 2523.196.27
Mana TTS28.535.07
Neyshekar27.875.48
WorldSpeech40.1220.51
YouTube34.5513.72

For a stronger Farsi model from the same project see Peacockery/omni-ctc-300m-farsi, which wins on every split. This checkpoint is the lighter and faster option (109M parameters, ~350x realtime on the benchmark hardware).

Usage

import nemo.collections.asr as nemo_asr
model = nemo_asr.models.EncDecCTCModelBPE.restore_from("model.nemo")
texts = model.transcribe(["audio.wav"])

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 parakeet-ctc-farsi for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (parakeet-ctc-farsi 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="parakeet-ctc-farsi" -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