Mansa.v1
Mansa is a 1.4B parameter ASR model optimized for African names and concepts, offering high transcription accuracy and low-latency performance. Some of the key features are:- African named entity recognition in English contexts
- Custom spelling guidance for names and specialized terms.
- Sentence or Word-level timestamps for audio up to 30 minutes (25MB)
Mansa currently supports English only. If you try to use it with any other language, the API will return a 400 error.
Getting Started
Before you can try out our new model, you need to make sure that you’re using the latest version of our SDK.
Python
Response Format
The sample response format is:text
or timestamps
.
Mansa.v1 currently supports only English language. Additional language support will be available in upcoming releases.
Parameters
“mansa_v1”
“sentence”, “word”, “none”
You can use special_words to guide Mansa’s Named Entity Recognition. By entering in a list of entity strings, Mansa will accurately recognize and transcribe those terms in your audio.