You hand it an audio or video file, up to 90 minutes long, and it returns a transcript where every line carries a timestamp and a speaker tag: the first voice it hears becomes [S01], the second becomes [S02], and each line is marked with the tag of whoever is talking. It does not know anyone's name, but you can follow the whole conversation voice by voice. Most tools do this with two separate systems, one writing down the words and another guessing who spoke, then gluing the results together. Here a single model decides what was said, when, and by whom in one listen. It handles more than 50 languages, and you can feed it hotwords so domain terms like product names or people's names come out spelled right.
Behind this is a 0.9B model from OpenMOSS, the Fudan University lab. Small as it is, it beats the transcription services from ElevenLabs, Doubao, and Gemini on speaker-attributed error rates across meeting, podcast, and movie test sets. It can also mark sounds that are not speech, like laughter or applause, so a summary tool reading the transcript knows what was happening in the room.