01
Custom Indic speaker diarizer
Our own speaker-segmentation model, post-trained on Indian conversational audio: rapid turn-taking, crosstalk, phone-line quality and Hindi–English code-switching. Off-the-shelf diarizers are trained on Western meeting speech and fall apart here.
~1.5% of audio time · a 2-min call is diarized in under 2 s
02
Mixed-script Hinglish, natively
Hindi comes out in Devanagari, English in Latin, in a single decoding pass. No transliteration stage, no post-hoc script guessing, no romanized soup.
“मैं कल office जाऊँगा” — the way India actually writes
03
Post-trained for Indian speech
Our post-training on Indian conversational speech removes the failure modes that break call analytics: repetition loops, fabricated openers, destroyed digit runs, lost names and amounts.
Numbers, names and amounts survive the transcript
04
Inference engineered for latency
Half-precision weights with fused attention kernels, shape-bucketed padding with pre-warmed kernels so the first request is as fast as the thousandth, and beam search that stops the moment it is confident.
Zero cold-start · ~200 clips per minute per GPU
05
A scheduler that protects the live path
Live and microphone requests pre-empt batch jobs on the same GPU, so a 60-minute upload never delays a 5-second utterance. Long files flow through an async job queue that is immune to gateway timeouts.
Live requests always get the GPU next
06
22 Indian languages, one stack
A Conformer engine for 22 scheduled languages and the Hinglish Pro model sit behind the same diarizer and the same API, served from a single GPU. Pick the language; everything else stays identical.
One integration · every Indian language you sell in