AI Agent Hub
Back to plugins
🤖

dsh-voice-mimo

Model Inference Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install ch1bug/dsh-voice-mimo

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install ch1bug/dsh-voice-mimo in your DeepSeek Harness terminal to install this plugin; source code is available at https://github.com/ch1bug/dsh-voice-mimo

About this plugin

Wiring voice into DeepSeek Harness hits a wall when the backend is Xiaomi MiMo: MiMo exposes no OpenAI-compatible /audio endpoints, so generic voice plugins that assume /audio/speech or /audio/transcriptions simply cannot connect. dsh-voice-mimo was built to close that gap — it skips the compatibility layer entirely and speaks MiMo's native chat-completions format, calling mimo-v2.5-asr for transcription and mimo-v2.5-tts for synthesis, so voice fits naturally into Harness's conversation loop.

The plugin covers the full input-to-output chain. On the input side, a browser-native mic button (Web Speech API, zero keys) drops transcripts straight into the composer. On the output side, every assistant reply carries a read-aloud button that streams through same-origin host routes, sidestepping Node's 64 KB stdout cap. At the agent-tool level, voice_transcribe turns dropped audio files into text the model can reason over, while voice_speak renders text as a playable strip or card, with natural-language style instructions, a singing mode, and explicit truncation beyond 2 500 characters. Three voice channels — preset, voicedesign, and voiceclone — are all supported, and the Settings page lets you swap the read-aloud voice, remap voices, and tune audio retention in real time.

This is the plugin to reach for if you are building Chinese-language voice workflows in DeepSeek Harness: letting the agent read and reason about audio files, adding one-click read-aloud to replies, controlling prosody with free-text style directives, or experimenting with voice cloning and custom voice design. Install it alongside dsh-drop-to-path for audio-file pairing, set XIAOMI_API_KEY in Credentials, and start speaking.

Use Cases

  • Let the agent transcribe and reason over audio files dropped into the conversation
  • Add one-click read-aloud to every reply with live voice and style control
  • Direct prosody with natural-language style prompts or enable singing mode for lyric audio

Best For

  • Developers building Chinese-language voice workflows in DeepSeek Harness
  • App users who need the agent to accept audio input and produce playable speech output
  • Tinkerers exploring MiMo voice cloning and custom voice design