Model Management

ManySpeech-CLI features intelligent model management, auto-detecting and downloading required models.

Auto-Download

When using a missing model, it downloads automatically from ModelScope:

manyspeech asr -t offline --model paraformer-large-zh-en-int8-onnx-offline -f test.wav
# Downloads if not present

Model Storage

Default root is models/ in the program directory.

Specify via --base:

manyspeech --base D:\MyModels asr -t offline -f test.wav

Next Steps